-
Notifications
You must be signed in to change notification settings - Fork 119
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
Listing user uploads could be faster #61
Labels
kind/bug
A bug in existing code (including security flaws)
P2
Medium: Good to have, but can wait until someone steps up
pi/dotstorage-site-improvements
Improvements to web3 and nft websites
stack/website
Comments
We moved to Postgres and this should not be the case anymore. Closing this, but feel free to reopen if this is still a problem |
It's actually much worse for my account now:
|
JeffLowe
added
potential/websites-pi
work to package into upcoming websites initiative
pi/dotstorage-site-improvements
Improvements to web3 and nft websites
and removed
topic/pot
Issues handled by PT.
potential/websites-pi
work to package into upcoming websites initiative
labels
May 30, 2022
I think this a missing index issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
A bug in existing code (including security flaws)
P2
Medium: Good to have, but can wait until someone steps up
pi/dotstorage-site-improvements
Improvements to web3 and nft websites
stack/website
The endpoint listing user uploads seems to be a little slow, could be because of the pagination options passed causing missed indexes perhaps?
Url: https://api-staging.web3.storage/user/uploads?before=2021-07-12T13%3A26%3A44.976Z&size=25
Number of files listed in response: 1
Avg time to load in firefox: ~1 second
Related to performance research in #94
The text was updated successfully, but these errors were encountered: