-
Notifications
You must be signed in to change notification settings - Fork 73
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] General caching issues #1019
Comments
There is a loading spinner shown after you created or updated a listing After I created and updated a listing => I can find it on the marketplace overview page for all projects |
For me it doesn't take 8-10 seconds ... ? Under the hood the client checks if:
|
See KlimaDAO/bezos-frontend#434 for latest |
Single project page caching updates passed QA. |
Portfolio data page looks good, except for two minor notes. See my comment in #1047 |
#1099 passes QA. This concludes all caching PRs. |
I recently reported an issue in discord after creating a listing the project title was missing.
Turns out it was a caching issue.
Overall seeing some issues when creating/updating listings etc of the information not displayed correctly or very quickly on the frontend. This can lead to confusion since the user may not know they need to hard refresh multiple times to see changes.
As one example, when I create a new listing, sometimes it takes numerous refresh for the listing to show and if I change screens, like go to marketplace and then back to my profile my listing is not there until I refresh.
The other thing I often see (not a caching issue) is every time I click on my profile page the create listing button spinner shows for 8,10 or more seconds - what is causing that?
There are other issues already created around caching, i.e. #1008 and #1015 so clearly caching is a known issue. I'm not sure we can icebox this before launch but also not sure what the solution or level of effort would be to improve the UX.
The text was updated successfully, but these errors were encountered: