-
-
Notifications
You must be signed in to change notification settings - Fork 53
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 long loading times #3
Comments
I think the main reason for this is because we're using so small servers. I asked @DeusAvalon to have a look into this and scale up the instance. If the problem persists afterwards, we can investigate more, but I don't think it will. |
Im currently in the progress of snapshotting the instance but checking the CPU metrics doesnt show any shortage of resources at all: |
The instance has been moved to a twice as strong instance: Based on the metrics available right now when opening I also made sure to double check if any resource limitations are in place for the nuxt3-auth docker containter, which is not the case and based on |
One important metric to look at for SSR is actually also RAM (: The upgrade did the trick, the page is now much faster and we even got positive user feedback for it. Closing this issue (: |
Environment
No response
Reproduction
No response
Describe the bug
After deploying https://nuxt-auth-example.sidebase.io we noticed that the initial loading time is very high. This issue is to track down the reason and fix it, or add a loading indicator for when the page has not loaded yet.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: