next-partial-prerendering
next-partial-prerendering copied to clipboard
Why is SingleProduct Component Re-rendering on Every Request? Shouldn't It Be Static?
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.