Tim Vereecke

@timvereecke.bsky.social

Loves speeding up websites. Web performance architect @Akamai, also runs https://www.scalemates.com #WebPerf #PageSpeed #SEO

While I’m a big fan of the Speculation Rules API, there used to be one major downside: prerendered pages ignored loading=lazy, causing all images to download. That changed 2 months ago.

Bild

Sometimes, legacy applications use POST instead of GET to retrieve data. On Akamai, you can easily force caching of specific POST responses to improve both offload and performance. In the screenshot below, you can see the first (slow) and subsequent data retrievals using POST (fast, cached).

Bild

From Chrome 145 (on general release next week!), DevTools we will start to show so called "soft" navigations and "Soft LCP" in the Performance Panel traces. These are for SPAs which don't do a full page load, but instead "fake it" by updating the current page and pushing a new history entry. 1/5 🧵

Screenshot of a performance trace in Chrome DevTools with a few additional "Nav*" and "LCP*" markers. Hovering over the "LCP*" shows this is a "Soft LCP" and in the Summary panel when you click on it you see "Soft Largest Contentful Paint" and a "Learn more about Soft Largest Contentful Paint" link.

Think prefetch is not enough, but prerender is too risky for your site? Well then check out "prerender until script"—a new option we're testing for the Speculation Rules API now available for you to test on your site with an origin trial! developer.chrome.com/blog/prerend...

Speculation rules prerender until script origin trial  |  Blog  |  Chrome for Developers

Learn about the new prerender until script option for the Speculation Rules API, now available in origin trial.

developer.chrome.com

The simplest view transitions example is a bit boring after a while! Something more fancy is complex! "auto" should ideally show different transitions based on the directory of the "old" vs "new" - /a/ » /a/b/ - /a/b/ » /b/ - /a/1.html » /a/2.html - /a/b/3.html » /d/e/f/4.html @bram.us