How frequently should I "revalidate" ISR page?
Unanswered
neon posted this in #help-forum
neonOP
I wanna learn what exactly does
More importantly, I wanna know what would be the best value for
revalidate
do in nextjs. Does it completely recompile the page (i.e. generateStaticParams
) or only update the cached data? More importantly, I wanna know what would be the best value for
export const revalidate
for me? I have a e-commerce website with about 100 products (the page /product/[slug]
is statically generated using generateStaticParams
). So how frequently can I afford to revalildate the page till it gets too frequent?6 Replies
neonOP
bump
Are you using static build?
neonOP
bump cause still not answered... (im starting to think my question is stupid)