-
Notifications
You must be signed in to change notification settings - Fork 27
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
Investigate title page performance #73
Comments
Yea, too many versions from wikidata. At least on the title page, we probably want to limit number of outdated versions with around ten, since it's only a demonstration. |
Was: After 6a899c4 which optimized b by 2.5x, the slowest part is the database, but the time is spread roughly evenly between the other parts as well. Possible solutions:
|
Close in favor of repology/repology-rs#93 |
Title page is currently renders in ~1.5 seconds, which is too slow.
There also were several performance pessimizations after latest refactoring of database class:
Should investigate and improve.
PS. This is not too critical for now as the title page is agressively cached by our nginx.
The text was updated successfully, but these errors were encountered: