I use these routerules
$production: {
routeRules: {
'/**': {
cache: {
swr: true,
staleMaxAge: 600,
},
},
},
},
But on client side navigation the pages are still very slow. Initial Load is fast. Why is that the case and is it normal that the page still needs to wait for all fetches on the page when navigating on swr sites?