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
I've added it to my fork: https://github.com/kurtextrem/instant.page. I'm also trying to document all the caveats of prerendering or what you need to take into account when prerendering things.
I’d like to eventually add it, along with other preloading mechanisms.
Due to prerender being much more aggressive that prefetch on a user’s and server’s connection though, I want to make a server-side tool that can measure the effects of the different preloading mechanisms happening on different sets of device/network configurations, and then use the right one automatically.
Stay tuned but don’t hold your breath. You can indeed use @kurtextrem’s fork if you’d like to see how it works out for you.
Did you or anyone ever consider/test
prerender
instead ofpreload
?Perhaps would be worth adding as an option?
would have to become
if I understand that right.
https://developer.mozilla.org/en-US/docs/Glossary/Prerender
The text was updated successfully, but these errors were encountered: