article thumbnail

The Fastest Google Fonts

CSS Wizardry

That said, the convenience of a service like Google Fonts cannot be overstated. Their ability to serve the tiniest possible font files tailored to specific user agents and platforms is amazing, and with such a huge, freely-available library served from Google-grade CDNs… I definitely see why people continue to turn to it. Lighthouse.

Google 364
article thumbnail

In Defence of DOM­Content­Loaded

CSS Wizardry

More accurately, DOMContentLoaded signifies that all blocking and defer and type=module code has finished running. Google Analytics Until recently , Google Analytics also surfaces DOMContentLoaded information. Takeaways here are: Only about 10% of Chrome visitors have what Google deem to be a Good DOMContentLoaded.

Metrics 326
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

What Is HTTP 103?

DZone

Recently, Google Chrome 103 was released with a bunch of new features. One of the notable features is the introduction of HTTP Status Code 103. This article will dive into the HTTP 103 status code with a quick demo.

Google 130
article thumbnail

Optimising Largest Contentful Paint

CSS Wizardry

The important thing to note here is that Google doesn’t care how you get to LCP, as long as you get there fast. Google doesn’t (currently) care about your TTFB, but a good TTFB is going to help get closer to a good LCP. For the purposes of this article, I built a series of reduced demos showing how each of the LCP types behave.

article thumbnail

Increase the Performance of your Site with Lazy-Loading and Code-Splitting

Jos

We are explicit about our dependencies, so we know what code we need to run to run a specific component. Lazy-loading and bundle splitting can have a huge impact on page performance: less code requested, parsed, and executed. When you send the user code that is not needed, you waste resources from your end, and from the user’s end.

Code 147
article thumbnail

Increase the Performance of your Site with Lazy-Loading and Code-Splitting

Jos

We are explicit about our dependencies, so we know what code we need to run to run a specific component. Lazy-loading and bundle splitting can have a huge impact on page performance: less code requested, parsed, and executed. When you send the user code that is not needed, you waste resources from your end, and from the user’s end.

Code 130
article thumbnail

ConsoleMe: A Central Control Plane for AWS Permissions and Access

The Netflix TechBlog

Access the AWS console ( docs , talk , demo ) ConsoleMe allows users to access the AWS console through the use of temporary IAM role credentials. Utilize ConsoleMe’s native policy editors for advanced requests ( docs , talk , demo ) ConsoleMe offers a native policy editor for popular resource types.

AWS 251