Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Automatic Gathering Information #23

Open
jordantrizz opened this issue Sep 19, 2022 · 0 comments
Open

Disable Automatic Gathering Information #23

jordantrizz opened this issue Sep 19, 2022 · 0 comments

Comments

@jordantrizz
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant