Why you should be testing your 404 pages web performance
Your may not think it, but your 404 page is an important part of your potential user journey. You should test its web performance as it can have a big impact...
Social networks are everywhere online. Share, like and tweet buttons are popping up on a lot of webpages these days.The social buttons however have a big impact on the performance of a website. They load a ton of resources and slow down websites.In this post I'll tell you why I hate these social buttons so much. I'll also walk you through the ...
Explain like I'm five: Web Performance Optimization
In the spirit of reddit's /r/explainlikeimfive let me try to summarize the art and craft of web performance optimization for the uninitiated reader.
The word "performance" can be misunderstood, so let's define it first. Say you have work to do. Your performance would be measured by how quickly you
While the practice of web performance has been around for a while and the ability to study and debug JavaScript (JS) errors has improved over the years, we've never really looked at the impact errors have on performance.
JavaScript errors are among the more complex metrics collected by Akamai's Rea
matomo-org/matomo-log-analytics: Import any kind of server logs in Matomo for powerful log analytics. Universal log file parsing and reporting.
Import any kind of server logs in Matomo for powerful log analytics. Universal log file parsing and reporting. - matomo-org/matomo-log-analytics: Import any kind of server logs in Matomo for powerf...
Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can perform I/O using XMLHttpRequest (although the responseXML and channel attributes are always null) or fetch (with no such restrictions). Once created, a worker can send messages to the JavaScript code that created it by posting messages to an event handler specified by that code (and vice versa).
Get Ready for Priority Hints | Web | Google Developers
Priority Hints provide developers a way to indicate a resource's relative importance to the browser, allowing more control over the order resources are loaded.
I recently gave a talk on “Making Sense of Performance Metrics” at the Web Unleashed Conference, and it was suggested that I turn the breakdown of all the performance metrics into a cheatsheet; so here it is! The full cheatsheet, including a downloadable PDF version, are at the bottom of
State of the Web: Top Image Optimization Strategies - Analysis - HTTP Archive
Images are a central part of the web. Beautiful imagery draws customers deeper into the story that your webpage is attempting to tell – whether it is news, entertainment, or e-commerce. And as important as images are – the (potentially) large size of images can hurt the load time of the same pages, leading to customer abandonment. In fact, the HTTP Archive shows that the average mobile website is ~50% images (in KB): This percentage has held relatively constant for a number of years, but at...
A detailed breakdown of how best to optimize images for the web, a new tool to test a webpage's image performance, and explanation of how Cloudflare Images can help to improve your website's image experience.
Having worked primarily on website performance, the chance to work on Readle's native mobile apps was a new challenge. Here's how we improved app speed and delivered greater user satisfaction.
macbre/phantomas: Headless Chromium-based web performance metrics collector and monitoring tool
Headless Chromium-based web performance metrics collector and monitoring tool - macbre/phantomas: Headless Chromium-based web performance metrics collector and monitoring tool
Front-End Performance Checklist 2021 (PDF, Apple Pages, MS Word) — Smashing Magazine
Let’s make 2021... fast! An annual front-end performance checklist, with everything you need to know to create fast experiences on the web today, from metrics to tooling and CSS/JavaScript techniques.