You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/lovely-rooms-taste.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,5 @@
4
4
5
5
some performance improvements
6
6
7
-
-`enableCacheInterception`is now enabled by default, it loads ISR/SSG pages from cache without waiting for the js page bundle to load
7
+
-`enableCacheInterception`can be enabled using `defineCloudflareConfig`, it loads ISR/SSG pages from cache without waiting for the js page bundle to load. PPR is not supported at the moment
8
8
-`routePreloadingBehavior` is now set to `withWaitUntil`, which means a single route js will be lazy loaded on cold start, but other routes will be preloaded using `waitUntil` for better performance
0 commit comments