How to not prefetch on getServerSideProps if it's already fetched?
I have a
getServerSideProps
that utilizes createServerSideHelpers
, and when I access a page I prefetch ~10 queries. But this is extremely slow, is there a way to only prefetch once, and if it's in cache don't prefetch?0 Replies