Partial Pre-Render (PPR) does not work with Links?
Unanswered
Aaron posted this in #help-forum
AaronOP
I have a page that includes a ViewCounter component wrapped in a Suspense boundary.
The initial page load (pressing F5) is fast, I seem the page almost instantly and then I have the ViewCounter show a
However, if I start on the homepage of my site and then use an on page link to get to my test page, it stalls for the whole 10 seconds before showing the page. None of the pages / components are
Has anyone else encountered this and did you find a solution?
The initial page load (pressing F5) is fast, I seem the page almost instantly and then I have the ViewCounter show a
... for 10 seconds before resolving to a DB count. This works great.However, if I start on the homepage of my site and then use an on page link to get to my test page, it stalls for the whole 10 seconds before showing the page. None of the pages / components are
use clientHas anyone else encountered this and did you find a solution?