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

Address dashboard performance when using large files #70

Open
tomjholland opened this issue Jun 18, 2024 · 0 comments
Open

Address dashboard performance when using large files #70

tomjholland opened this issue Jun 18, 2024 · 0 comments
Labels
backend Related to the business logic of the tool optimisation Improvements in the performance of the code

Comments

@tomjholland
Copy link
Collaborator

The streamlit dashboard has a 200mb file size limit. Approaching these sizes slows the dashboard down significantly and sometimes results in a complete failure to display a plot:
image

This should be addressed with smarter storage of data, including only the necessary number of significant figures.

@tomjholland tomjholland added backend Related to the business logic of the tool optimisation Improvements in the performance of the code labels Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to the business logic of the tool optimisation Improvements in the performance of the code
Projects
None yet
Development

No branches or pull requests

1 participant