davedbase
onMount randomly not called
Creating a full repro seems to be challenging so we have to give examples of where they exist in actual implementations. I have another (private) codebase I can share with you demonstrating another if you can't find what you need in the docs example
130 replies
Deploy
Yeah it may not be the data fetching specifically (sorry I replied too quickly without reading Pagespeed properly). I think your suspense boundaries aren't in the right spots. The page is loading client side instead of SSRing. Plus the animations. Both might be killing your LCP.
145 replies