Remove speed-index.html
article thumbnail

Exploring Differences Between HTTP Preload vs HTTP/2 Push

KeyCDN

For example, if we have a website with an index.html file and a style.css file, the browser would traditionally first request the index.html and once received/parsed, would then make another request for the style.css file. Consider the following example: a browser makes a request for index.html. When to use Preload vs Push?

Speed 99
article thumbnail

A Faster Blog, Faster

Alex Russell

There's work in progress to make incremental builds possible for 11ty, but until then, the speed of a full build is the speed at which changes are visible. Writing build/page/128/index.html from./_posts/page.md. Writing build/page/128/index.html from./_posts/page.md. So can we go faster? Writing build/feed/feed.xml from./_posts/feed.njk.

Cache 49
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Handling Unused CSS In SASS To Improve Performance

Smashing Magazine

In this article, we’ll start by exploring the impact unused CSS can have on page load speeds. If you then open /dist/index.html in your web browser, you should see a fairly standard component, which on click expands to reveal some content. In the repo, if you look at the expander’s HTML in dist/index.html , this appears to be the case.

article thumbnail

Smart Bundling: How To Serve Legacy Code Only To Legacy Browsers

Smashing Magazine

dist/modern/index.html', 'dist/legacy/index.html' await send(ctx, index); }); Here, setting the allowHigherVersions flag ensures that if newer versions of a browser are released — ones that are not yet a part of Can I Use’s database — they will still report as truthy for modern browsers. Progressively Enhanced Speed.

Code 58
article thumbnail

Building A Web App With Headless CMS And React

Smashing Magazine

Wordpress relies heavily on plugins and themes which may contain malicious codes or bugs and slow the speed of the website or blog. Agility CMS is a Content-First Headless CMS, allowing you to choose any programming language while also getting the flexibility, speed, and power that comes from lightweight APIs. Traditional CMS e.g

article thumbnail

An In-Depth Guide To Measuring Core Web Vitals

Smashing Magazine

Time to First Byte (TTFB), DOM Content Loaded, Start Render, Speed Index) — but from the experience of the user. LCP is supposed to measure loading performance and is a good proxy for all the old metrics we in the performance community used to use (i.e. LCP histogram in Web Vitals dashboard ( Large preview ).

Google 140
article thumbnail

Frankenstein Migration: Framework-Agnostic Approach (Part 1)

Smashing Magazine

To give you a better explanation, let’s consider the following, artificially simplified, legacy example : index.html. <form If there are no JS errors in the console and the remaining part of the application works as expected, the service in question is most probably independent enough from the rest of the application.