We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should cut the data files in N elements so that the website do not load a million results and try to render it all at once.
Files could be stored as (i*N)-original-name, so that we can find them easily.
We should also limit the number of elements in the current file to N max. All the excess should go to another file (N*i)-original-name.
The old files will then file up slowly and we will still have enough data in the current files for the graphs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should cut the data files in N elements so that the website do not load a million results and try to render it all at once.
Files could be stored as (i*N)-original-name, so that we can find them easily.
We should also limit the number of elements in the current file to N max. All the excess should go to another file (N*i)-original-name.
The old files will then file up slowly and we will still have enough data in the current files for the graphs.
The text was updated successfully, but these errors were encountered: