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
Frames that use `data-turbo-action` to promote their navigations to page
visits require cache snapshots to be taken prior to them loading, in
order for those snapshots to be accurate.
However snapshots can be expensive to create for complex pages. In cases
where a frame is *not* being promoted, we can avoid taking that
snapshot.
This helps with some performance issues observed when using frames on
very large pages.
0 commit comments