Remove Cache Remove Demo Remove Development Remove Google
article thumbnail

USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon

Brendan Gregg

At USENIX SREcon22 APAC I gave the opening keynote on the future of computer performance, rounding up the latest developments and making predictions of where I see things heading. This talk originated from my updates to [Systems Performance 2nd Edition], and this was the first time I've given this talk in person! Ford, et al., “TCP

article thumbnail

A New Way To Reduce Font Loading Impact: CSS Font Descriptors

Smashing Magazine

The font-display property for @font-face gave that choice to the web developer whereas previously the browser decided that (IE and Edge favored FOUT in the past, whereas the other browsers favored FOIT). A number of sites moved to font-display: swap when this first came out, and Google Fonts even made it the default in 2019.

Insiders

Sign Up for our Newsletter

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

article thumbnail

USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon

Brendan Gregg

At USENIX SREcon22 APAC I gave the opening keynote on the future of computer performance, rounding up the latest developments and making predictions of where I see things heading. This talk originated from my updates to Systems Performance 2nd Edition , and this was the first time I've given this talk in person! Ford, et al., “TCP

article thumbnail

Why is Wordpress Slow?

KeyCDN

Few web developers completely dismiss WordPress, claiming it is too slow. Many factors affect the speed of your WordPress website; some of them are: Your web host Server-side optimizations (PHP version, compression, caching, etc.) Even many of their demos, packed full of content, load under 800 ms. Why is WordPress slow?

Cache 52
article thumbnail

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

Jos

Componentization has marked a before and after in web development. Or loading a 3rd party component like a Google Map, with all its additional assets needed to render the thing? A code coverage report, like the one Google Chrome provides won’t help us much. Thus, that content won’t be seen nor indexed by Google.

Code 147
article thumbnail

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

Jos

Componentization has marked a before and after in web development. Or loading a 3rd party component like a Google Map, with all its additional assets needed to render the thing? A code coverage report, like the one Google Chrome provides won’t help us much. Code coverage tab on Google Chrome ( source ). Map ( this.

Code 130
article thumbnail

AMP and Incentives

Tim Kadlec

AMP provides a framework for developers to use to build their site with good performance baked in—not entirely unlike Bootstrap or Foundation does for responsive design. They are able to selectively load things that will appear in the initial viewport and focus heavily on ensuring AMP pages are prerender and cache friendly.

Cache 75