Hi Plasmic team!
We have an issue, where pages are loading slowly.
So as to speed up page loading, what are some best practices?
Thank you so much in advance!
What have you tried so far? (please link relevant docs and other forum posts)
Relevant links:
@aihe_team hi!
Are they loading slowly for you in browser (deployed version) or in studio.plasmic.app?
@alex_noel I’m very grateful. They are loading slowly on the deployed version.
Really excited and looking forward to the MCP!
Hi @aihe_team, sorry for the late follow up. Are you still noticing slowness on the deployed pages? If so, can you let me know which pages, and confirm whether the domain they’re published on aita.aihe.dev?
I haven’t noticed anything odd, but it looks like most of your content is behind auth. For general advice, I’d say:
- Try to limit the number of queries that run on the client.
- Make sure something isn’t blocking your pages from being rendered via SSR (if possible).
- Limit the amount of Javascript running on initial load.
Hi @samuel_pullman !
I’m very grateful. I’m definitely learning that we should limit the number of queries that run on the client!
I’m not sure how we are enabling Javascript to run on initial load OR how to limit the amount of Javascript running on initial load.
Looking forward to any tips you might have!