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.

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • 0:56 --last-failed
  • 2:34 --only-changed
  • 4:27 --repeat-each
  • 5:15 --forbid-only
  • 5:51 --ui --headed --workers 1

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Click on any timestamp above to jump directly to that section in the tutorial!

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay