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

the "reports" and "validation" pages are very slow for large datasets #340

Open
ICHydro opened this issue Sep 20, 2024 · 1 comment
Open
Labels
enhancement New feature or request
Milestone

Comments

@ICHydro
Copy link
Collaborator

ICHydro commented Sep 20, 2024

Is your feature request related to a problem or limitation? Please describe.
The "reports" and "validation" pages become very slow when processing large datasets (triggering "the page is slowing down firefox" warnings in Firefox). Presumably this is because the site is loading all the data in the time series, which can be several thousands or even millions of data points. We should avoid loading all the data, and instead only the data that are strictly needed for the user interface. See also discussion on issue 222 in relation to the visualization of large time series.

Describe the solution you'd like
Minimize the data that are held in client-side memory, instead working with repeated requests to the database when the interface is updated.

@ICHydro ICHydro added the enhancement New feature or request label Sep 20, 2024
@dalonsoa dalonsoa added this to the Version 1.1.0 milestone Sep 20, 2024
@dalonsoa
Copy link
Collaborator

Let's schedule this. It was in the todo list already.

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

No branches or pull requests

2 participants