next-partial-prerendering icon indicating copy to clipboard operation
next-partial-prerendering copied to clipboard

Why is SingleProduct Component Re-rendering on Every Request? Shouldn't It Be Static?

Open Alt-er opened this issue 1 year ago • 0 comments
trafficstars

I've observed that the SingleProduct component is being re-rendered every time I visit the page. My understanding was that this component should be statically generated and cached, so it wouldn't need to re-render on every request.

Alt-er avatar Sep 03 '24 16:09 Alt-er