SOLVED: Dynamic Data causes large numbers of AJAX requests that spike CPU to 100%+

Thank you for checking the beta @danieliser!

The sorting lag & duplicate AJAX call fixes weren’t directly related to the server itself. It was more about Vue’s state management. A bunch of components were unnecessarily re-rendering due to state changes, triggering computations that slowed things down.

Regarding global components, the relevant thread (WIP: Global Components) is the best place to discuss it. No updates I can share from me personally on that front :slight_smile:

1 Like