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

Performance -- Map updates #6

Open
kisaacs opened this issue Jun 17, 2021 · 3 comments
Open

Performance -- Map updates #6

kisaacs opened this issue Jun 17, 2021 · 3 comments

Comments

@kisaacs
Copy link
Member

kisaacs commented Jun 17, 2021

The map takes a long time to update after a variable is selected. Please see the Performance tab in Developer Tools (e.g., where you check the console) and report on where the loading time is spent.

Let's see if it is possible to speed it up.

@kisaacs
Copy link
Member Author

kisaacs commented Jun 28, 2021

It would also be good to time how long each query takes and report it. We can sample this several times a day to figure out how variable it is. It should be possible to write a automated script to test the query, perhaps using cron to schedule it.

@kisaacs
Copy link
Member Author

kisaacs commented Jun 29, 2021

Step 1: Put timers around database call and rendering call. Verify you can time what happened.
Step 2: Automatically run the program with a few test calls -- and have this program run every hour and write data to a common file.

@kisaacs
Copy link
Member Author

kisaacs commented Jun 29, 2021

@TT1603

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