DEV Community

Cover image for Prerender Pages in Browser For Faster Page Load
Peter Mbanugo
Peter Mbanugo

Posted on

Prerender Pages in Browser For Faster Page Load

The web platform and browsers are making lots of improvements to improve how pages are loaded, and providing APIs so developers can control some parts of it. A few of those are view transition API, 103 Early Hints, and Speculation Rules, which gives us a nice way to make our websites load instant/ultra-fast, with native-like navigation. We covered Early Hints in a previous episode and this video focus on the Speculation Rules APIs and how it can speed up your websites.

Speculation Rules is a way to programatically tell the browser which pages to pre-render or prefetch, and when to do that. In this video we will dive into Speculation Rules and how it's used in the real world. We will go from simple to complex usage scenarios.

Subscribe to the channel and see our collection of videos on Web Performance.

About the Guest

Tim Vereecke is a Web Performance Architect @Akamai. He loves speeding up websites to positively impact conversion, ad revenue + SEO, and visitor retention. He spends his working time helping Akamai customers get the best web performance and sitespeed improvements, and is a frequent speaker at major web performance conferences.

Top comments (0)