-
New Dec 23, 2024
How To Use Vue DevTools To Investigate Performance
Vue Devtools is a vital tool for Vue developers, enabling efficient debugging, improving development workflows, and enhancing overall productivity. It brings several useful features used to...
-
New Dec 18, 2024
CPU Throttling In Chrome DevTools and Lighthouse
Learn how CPU throttling impacts performance and the difference in default configurations for Chrome DevTools and...
-
New Dec 16, 2024
What Does The DOMContentLoaded Event Measure?
The DOMContentLoaded event can give you insight into your website performance. Find out how it works and when to use...
-
New Dec 13, 2024
2024 In Review: What’s New In Web Performance?
2024 was a big year for web performance. Here are our favorite features and updates from the past...
-
New Dec 11, 2024
Caching on a Content Delivery Network (CDN)
Learn about the basics of CDN caching, how it differs from browser caching, and how it can improve your website's...
-
New Dec 10, 2024
How To Fix LCP Resource Load Delay
How to fix LCP resource load delay to improve LCP...
-
New Dec 9, 2024
What Are Lighthouse Performance Audits And Why Do Their Results Vary?
Lighthouse's Performance category currently has 38 audits, each evaluating the page for a different web performance signal. In this post, we'll see how they work and why you get different results for...
-
New Dec 6, 2024
How To Fix Largest Contentful Paint For Background Images
Learn how to optimize Largest Contentful Paint for background...
-
New Dec 5, 2024
How to improve your page load time with browser caching
Learn the basics of caching on the web, and understand how to implement browser caching on your...
-
New Nov 29, 2024
10 Steps to Avoid Enormous Network Payloads
Avoid enormous network payloads is a Lighthouse audit that measures and evaluates the total size of frontend files a web page downloads from the...
-
New Nov 28, 2024
How To Optimize Performance In Nuxt Apps
Nuxt, a powerful framework built on top of Vue.js, offers a rich ecosystem for developing performant and scalable web applications. This article dives into the key strategies and best practices for...
-
New Nov 26, 2024
How To Reduce JavaScript Execution Time
Reducing JavaScript execution time optimizes web performance by minimizing main thread blocking, improving interactivity and could improve Interaction to Next...
-
New Nov 17, 2024
How To Monitor JavaScript Performance
As websites rely more on JavaScript for page load and interactive elements, performance monitoring has become essential to ensure smooth user experiences and prevent...
-
New Nov 13, 2024
View Transitions API: Single Page Apps Without a Framework
An introduction to View Transitions, a modern web platform feature to improve user experience and perceived...
-
New Nov 12, 2024
How To Optimize Performance In Vue Apps
Vue is built with performance in mind, but sometimes you’ll need to take some extra steps to optimize your website. This guide explains what techniques you can use to make your Vue App...
-
New Nov 8, 2024
How To Annotate A Chrome DevTools Performance Trace
Learn how to add annotations to Chrome DevTools performance recordings to document your findings and discuss them with your...
-
New Nov 6, 2024
How To Achieve Instant Navigations On The Web
Opening a web page normally means waiting a few seconds for content to load. But what if website navigations could be...
-
New Nov 5, 2024
Layout Shift Culprits: Debugging CLS with Chrome DevTools
Learn about the new layout shift debugging tools in Chrome DevTools that make it easier to identify the causes of layout shifts on your...
-
New Nov 1, 2024
ConvertKit Rebranding: A Web Performance Success Story, With A Few Glitches
Kit's rebranding was largely a web performance success story, with consistently green Core Web Vitals scores, well-optimized resource hints and web fonts, and zero render blocking...
-
New Oct 31, 2024
Browser Support For Core Web Vitals And Page Speed Metrics
Learn which browsers support Google's Core Web...