How to detect cause of slow initial response (SSR)
The initial SSR response takes long to retrieve (Root document).
I use useAsyncData to get page data from the API (request takes 50ms) . But the result of the document is close to 750-800 ms. What is taking so long? How can I debug this?
Thanks
2 Replies