DEV Community

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

Posted on

6 3 1 1 2

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)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay