-
Notifications
You must be signed in to change notification settings - Fork 35
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
Countries call is ridiculously slow. Switch to async #11
Comments
or introduce cacheing? |
There are several issues here:
Doing the first two brings down load time from > 30s to ~5s, the last example takes < 100ms. |
Btw. pulling all countries and states amounts to roughly 10 MBytes of JSON uncompressed. |
Haha yeah I know - it's totally ridiculous @felixbuenemann ! I'd love a PR for this! |
Done, see PR #29. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: