Does next js support back forward cache (https://web.dev/bfcache/)

Viewed 12

I am trying to add b/f cache in nextjs website, when we run (Test back/forward cache) in chrome browser, its run successfully "Successfully served from back/forward cache.". but we redirect to other pages and going back it still loading page again and making api calls.

0 Answers
Related