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

✨ improve load speed #589

Open
joocer opened this issue Oct 5, 2022 · 2 comments
Open

✨ improve load speed #589

joocer opened this issue Oct 5, 2022 · 2 comments

Comments

@joocer
Copy link
Contributor

joocer commented Oct 5, 2022

Benchmarks show the first query usually takes about a second, this is probably because of IPL activity. Find ways to minimise this without significantly affecting individual query speed.

@joocer
Copy link
Contributor Author

joocer commented Oct 5, 2022

See
https://dev.to/methane/how-to-speed-up-python-application-startup-time-nkf

This may be a way to measure and identify slow components

@joocer
Copy link
Contributor Author

joocer commented Feb 4, 2023

moved conditional imports to closer to where they are needed and out of the start-up space

joocer added a commit that referenced this issue Feb 4, 2023
joocer added a commit that referenced this issue Feb 4, 2023
joocer added a commit that referenced this issue Feb 4, 2023
joocer added a commit that referenced this issue Feb 4, 2023
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