-
Notifications
You must be signed in to change notification settings - Fork 30.4k
Track vary params during runtime prefetches #89297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: canary
Are you sure you want to change the base?
Conversation
Failing test suitesCommit: 9aa778f | About building and testing Next.js
Expand output● layout sharing in non-static prefetches › full prefetches should omit layouts that were already prefetched with a full prefetch ● layout sharing in non-static prefetches › segment-level prefetch config › does not unnecessarily use a runtime prefetch for sub-pages of runtime-prefetchable layouts ● layout sharing in non-static prefetches › segment-level prefetch config › statically prefetches a fully-static page segment if all its runtime-prefetchable parents are available ● layout sharing in non-static prefetches › segment-level prefetch config › uses a runtime prefetch for sub-pages of runtime-prefetchable layouts if requested
Expand output● runtime prefetching › in a page › can completely prefetch a page that uses cookies and no uncached IO ● runtime prefetching › in a private cache › includes root params, but not dynamic content ● runtime prefetching › in a private cache › can completely prefetch a page that uses cookies and no uncached IO ● runtime prefetching › passed to a public cache › can completely prefetch a page that uses cookies and no uncached IO ● runtime prefetching › cache stale time handling › includes short-lived public caches with a long enough staleTime ● runtime prefetching › cache stale time handling › includes public caches with cacheLife("seconds") ● runtime prefetching › cache stale time handling › includes private caches with cacheLife("seconds") ● runtime prefetching › errors › should trigger error boundaries for errors that occurred in runtime-prefetched content |
No description provided.