You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically gathering information can increase the load and page timeouts on multi-site installations or installations with many tables, rows and data. This information should be loaded on-demand based on interface actions similar to that of other sections such as "hooks".
Furthermore, the dashboard loading by default can lead to 4000-10000 lines of HTML Code, resulting in browser lockups due to memory restrictions on modern browsers. Loading the dashboard should only result in a minimal amount of data being returned to the browser until the user requests data that could overwhelm the client-side browser.
Automatically gathering information can increase the load and page timeouts on multi-site installations or installations with many tables, rows and data. This information should be loaded on-demand based on interface actions similar to that of other sections such as "hooks".
Furthermore, the dashboard loading by default can lead to 4000-10000 lines of HTML Code, resulting in browser lockups due to memory restrictions on modern browsers. Loading the dashboard should only result in a minimal amount of data being returned to the browser until the user requests data that could overwhelm the client-side browser.
For displaying large amount of data, this might help https://blog.ag-grid.com/delivering-big-data-in-the-small-browser/
The text was updated successfully, but these errors were encountered: