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
#74 introduced data preload to improve client transition performance between pages on the same route, but fetching static assets will still drag down client transition performance across routes.
@aickinproposed a solution that supports not only prefetch of webpack asset bundles, but also any independently included assets required by a page.
This would significantly improve first-time client transition performance across routes.
The text was updated successfully, but these errors were encountered:
#74 introduced data preload to improve client transition performance between pages on the same route, but fetching static assets will still drag down client transition performance across routes.
@aickin proposed a solution that supports not only prefetch of webpack asset bundles, but also any independently included assets required by a page.
This would significantly improve first-time client transition performance across routes.
The text was updated successfully, but these errors were encountered: