-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
memos.api.v1.MemoService/ListMemos is very slow #3969
Comments
What version did you upgrade from? v0.22.5 introduced caching functionality that would require thumbnails to be generated on first load. This could be the cause for a slow first load |
Hi, I just 100% reproduced this problem, I deleted memos_prod.db and restarted docker, and made a new copy of this memos_prod.db. it loads fast when I first go to the page, but when I go to other page, it seems to make a request for ListResources and then all the loading of the page gets stuck. I think it might be the caching mechanism you're talking about. |
The request that might be sow on first load due to caching would be the Are you finding the site is slow with an fresh db? So no memos or images to display? |
The only other example I can think of where "the page gets stuck" is this issue #3922. Does your experience align with this? |
Describe the bug
I updated to the v0.22.6, but the memos list very slow,when i refresh home page, it takes amlost two minutes
Steps to reproduce
1.Go to home page
2.refresh
The version of Memos you're using.
0.22.6
Screenshots or additional context
The text was updated successfully, but these errors were encountered: