SlideShare a Scribd company logo
Performance Mistakes
…an HTTP Archive Deep Dive
Performance Architect @Etsy
Paul Calvano
@paulcalvano
https://httparchive.org
3
How the HTTP Archive Works
● httparchive.org
○ Monthly trends
○ Discussion forum
○ Web Almanac
Chrome UX Report
~15 million URLs
https://almanac.httparchive.org/
4
<img src="example.jpg" loading="lazy" />
5
https://web.dev/lazy-loading/
6
https://caniuse.com/loading-lazy-attr
Source: https://almanac.httparchive.org/en/2022/media#lazy-loading
8
https://web.dev/lcp-lazy-loading/
9
https://almanac.httparchive.org/en/2021/performance#fig-20
10
https://web.dev/lcp-lazy-loading/
11
Source: HTTP Archive, August 2022 - Mobile
614,649
Sites failed the
Lazy Loaded LCP audit
Examples
https://www.etsy.com/
https://www.ikea.com/
https://ml.t-mobile.com/
https://www.chinatimes.com/
https://news.google.com/
https://www.spotify.com/
https://www.skysports.com/
12
Source: HTTP Archive, August 2022 - Mobile
<img data-listing-card-listing-image=""
data-src="https://i.etsystatic.com/28954110/c/2325/1846/279/339/il/816107/3871829563…"
class="wt-width-full wt-height-full wt-display-block wt-position-absolute loaded" alt="Custom Engraved
Marble Wood Coasters | Round Marble Wooden Coaster Persona…" loading="lazy"
src="https://i.etsystatic.com/28954110/c/2325/1846/279/339/il/816107/3871829563…"
data-ll-status="loaded">
13
Source: HTTP Archive, August 2022 - Mobile
<img style="object-position: 47% 80%;" alt="Knut Hagberg and Marianne Hagberg carrying a LISABO table
across a car par…" loading="lazy"
srcset="https://www.ikea.com/global/en/images/Hagberg_start_008a6e757d.jpg?f=g 200…"
src="https://www.ikea.com/global/en/images/Hagberg_start_008a6e757d.jpg?f=xl" sizes="(min-width: 768px)
920px, 94vw" class="svelte-1fkqlic">
<img class="tvs3Id QwxBBf"
srcset="https://lh3.googleusercontent.com/proxy/76K5GlOX1TyqOPVvyItJAtQ5wr9iHdZVtk…" aria-label="Image"
alt="" src="https://lh3.googleusercontent.com/proxy/76K5GlOX1TyqOPVvyItJAtQ5wr9iHdZVtk…" importance="high"
jslog="131347" loading="lazy">
14
15
https://almanac.httparchive.org/en/2021/resource-hints
16
If you are using dns-prefetch and the domain is used to load content on the same page,
use preconnect instead!
HTML
DNS TCP TLS HTTP request
DNS TCP TLS
DNS TCP TLS
DNS Prefetch
Preconnect
HTTP request
HTTP request
17
<link rel="preconnect" href="//i.etsystatic.com" />
Why does this look like a dns-prefetch instead of a preconnect?
18
https://w3c.github.io/resource-hints/
19
Source: HTTP Archive, August 2022
18.1 Million
Preconnect Headers
8.6 Million
Preconnects in HTML
166K
Missing crossorigin
4.4 Million
Missing crossorigin
These work fine.
¯_(ツ)_/¯
Many are blocked by CORS
Examples
https://www.dailymail.co.uk
https://www.theguardian.com
https://www.macys.com
https://www.chess.com
https://www.washingtonpost.com
20
21
https://web.dev/preload-critical-assets/
<link rel="preload" as="font" href="/assets/Pacifo-Bold.woff2">
22
567,523
Sites’ with Unused Preloads
Examples
https://www.redfin.com/
https://www.wayfair.com/
https://www.twitter.com/
https://bing.com
https://www.nytimes.com/
https://www.washingtonpost.com/
https://www.dailymail.co.uk/
23
318
Unused Preloads
24
https://blog.webpagetest.org/posts/removing-unused-preloads-on-festival-foods/
25
https://blog.webpagetest.org/posts/removing-unused-preloads-on-festival-foods/
26
381
Unused Preloaded
Fonts
https://velotour.fr/
https://www.webpagetest.org/result/220918_AiDcQG_94F/
27
370
Unused Preloaded
Fonts
https://www.dragonhall.co.uk https://www.voxnativa.org
617
Unused Preloaded
Fonts
NY WebPerf Sept '22 - Performance Mistakes - An HTTP Archive Deep Dive
29
https://almanac.httparchive.org/en/2021/compression
30
https://almanac.httparchive.org/en/2021/compression
31
https://almanac.httparchive.org/en/2021/compression
32
http://nginx.org/en/docs/http/ngx_http_gzip_module.html
NGINX’s default gzip compression level is 1
If you use NGINX, check your compression levels.
If you make a change to your compression levels, you will also need to purge CDN
caches, because they cache the compressed content you served.
33
https://tools.paulcalvano.com/compression.php
/smart/buttons Test Expected % Diff
Uncompressed 373 KB 373 KB -
Gzip Compressed 130 KB 99 KB 31% larger
Brotli Compressed 152 KB 113 KB 35% larger
34
https://tools.paulcalvano.com/compression.php
35
406K
Sites’ with >5 first party
Images served compressed
Examples
https://www.telegraph.co.uk
https://www.costcotravel.com
https://www.ryanair.com
https://www.basspro.com
https://support.apple.com
36
1.08 Million
Sites’ with first party fonts
(woff and woff2) served
compressed
Examples
https://www.petsmart.com
https://www.etsy.com
https://www.udemy.com
https://www.discord.com
https://peacocktv.com
37
38
https://developers.cloudflare.com/c
ache/about/early-hints/
https://www.fastly.com/blog/beyond
-server-push-experimenting-with-th
e-103-early-hints-status-code
39
https://www.webpagetest.org/result/220916_BiDcGC_F12/1/details/
40
41
● Lazy Loading
○ Don’t lazy load above-the-fold images
○ Check Lighthouse audit for lazy loading LCP image
● Resource Hints and Early Hints
○ If using dns-prefetch for domains loaded on the same page, use preconnect
instead.
○ Are your Preconnects are actually being used? Check the crossorigin attributes
○ Check the console to ensure you don’t have unused preloads
● Compression
○ Using NGINX? Check your gzip compression levels
○ Test your largest resource - are compression levels within expected ranges?
○ Avoid compressing binary responses such as images.
● If you are using performance plugins, validate that they are doing what you expect.
https://almanac.httparchive.org/
42
43
Thanks!
bit.ly/ha-slack
Chat
github.com/HTTPArchive
Contribute
discuss.httparchive.org
Collaborate
@paulcalvano
paul@httparchive.org

More Related Content

PPTX
Lazy Load '22 - Performance Mistakes - An HTTP Archive Deep Dive
PDF
The secret web performance metric no one is talking about
PPTX
Real-World Performance Budgets [PerfNow 2022]
PPTX
How to improve Core Web Vitals on a WordPress website
PDF
Performance culture through the looking-glass - performance.now() 2022
PPTX
Creating An Inclusive Web
PDF
Core Web Vitals and SEO: Don't Panic. Improve.
PPTX
How to Automatically Subcategorise Your Website Automatically With Python
Lazy Load '22 - Performance Mistakes - An HTTP Archive Deep Dive
The secret web performance metric no one is talking about
Real-World Performance Budgets [PerfNow 2022]
How to improve Core Web Vitals on a WordPress website
Performance culture through the looking-glass - performance.now() 2022
Creating An Inclusive Web
Core Web Vitals and SEO: Don't Panic. Improve.
How to Automatically Subcategorise Your Website Automatically With Python

What's hot (20)

PPTX
What is in a link?
PDF
How to get more traffic with less content - BrightonSEO
PDF
SEO Automation Without Using Hard Code by Tevfik Mert Azizoglu - BrightonSEO ...
PPTX
Introduction to SEO
PPTX
Machine Learning use cases for Technical SEO Automation Brighton SEO Patrick ...
PPTX
How to leverage indexation tracking to monitor issues and improve performance
PDF
The Value of Featured Snippets (BrightonSEO 2023).pdf
PDF
TECHNICAL SEO QA - SHINING A LIGHT ON INVISIBLE WORK (BrightonSEO April 2022)
PPTX
BrightonSEO - NLP for SEOs - How to optimise your content for BERT.pptx
PPTX
Measurefest - GA4 From Migration to Measurement - The Key To Success.pptx
PDF
Análisis de Contenidos y Competencia: Screaming Frog y Xpath #SeoDay
PDF
BrightonSEO slide deck Oct 2022 - Levi Williams-Clucas - Review Generation an...
PPTX
Brighton SEO 2022: On-page optimization lessons from analyzing over 400 blog ...
PPTX
Behemoth SEO: Search Strategy for Huge Websites
PDF
Core Web Vitals Audit - Sophie Gibson - PDF - BrightonSEO.pdf
PPT
Basic SEO Presentation
PDF
How to Use Search Intent to Dominate Google Discover
PDF
How to Incorporate ML in your SERP Analysis, Lazarina Stoy -BrightonSEO Oct, ...
PDF
BrightonSEO April 2023 Similar AI: Automation recipes for SEO success
PDF
쿠키런: 킹덤 대규모 인프라 및 서버 운영 사례 공유 [데브시스터즈 - 레벨 200] - 발표자: 용찬호, R&D 엔지니어, 데브시스터즈 ...
What is in a link?
How to get more traffic with less content - BrightonSEO
SEO Automation Without Using Hard Code by Tevfik Mert Azizoglu - BrightonSEO ...
Introduction to SEO
Machine Learning use cases for Technical SEO Automation Brighton SEO Patrick ...
How to leverage indexation tracking to monitor issues and improve performance
The Value of Featured Snippets (BrightonSEO 2023).pdf
TECHNICAL SEO QA - SHINING A LIGHT ON INVISIBLE WORK (BrightonSEO April 2022)
BrightonSEO - NLP for SEOs - How to optimise your content for BERT.pptx
Measurefest - GA4 From Migration to Measurement - The Key To Success.pptx
Análisis de Contenidos y Competencia: Screaming Frog y Xpath #SeoDay
BrightonSEO slide deck Oct 2022 - Levi Williams-Clucas - Review Generation an...
Brighton SEO 2022: On-page optimization lessons from analyzing over 400 blog ...
Behemoth SEO: Search Strategy for Huge Websites
Core Web Vitals Audit - Sophie Gibson - PDF - BrightonSEO.pdf
Basic SEO Presentation
How to Use Search Intent to Dominate Google Discover
How to Incorporate ML in your SERP Analysis, Lazarina Stoy -BrightonSEO Oct, ...
BrightonSEO April 2023 Similar AI: Automation recipes for SEO success
쿠키런: 킹덤 대규모 인프라 및 서버 운영 사례 공유 [데브시스터즈 - 레벨 200] - 발표자: 용찬호, R&D 엔지니어, 데브시스터즈 ...
Ad

Similar to NY WebPerf Sept '22 - Performance Mistakes - An HTTP Archive Deep Dive (20)

PDF
Performance Now '24- Performance Mistakes - Final.pdf
PDF
Boston WebPerf Meetup Dec'24- Performance Mistakes.pdf
PDF
Hacking Web Performance 2019
PPTX
Analysis of Google Page Speed Insight
PDF
Hacking Web Performance
PPTX
Optimizing Front-end Web Performance Like a Rockstar
KEY
Page Performance
PDF
Web performance mercadolibre - ECI 2013
PDF
Hacking Web Performance
PDF
NYC WebPerf Meetup Feb 2020 - Measuring the Adoption of Web Performance Techn...
PPTX
Html Optimization for SEO
PDF
Taming content delivery at scale
PDF
Frontend Performance: Beginner to Expert to Crazy Person
PDF
SearchLeeds 2018 - Bastian Grimm - Peak Ace - International site speed: Going...
PDF
Super speed around the globe - SearchLeeds 2018
PPT
Frontend performance
PDF
Web performance optimization - MercadoLibre
PDF
Frontend Performance: Beginner to Expert to Crazy Person (San Diego Web Perf ...
PPTX
Building Lightning Fast Websites (for Twin Cities .NET User Group)
PDF
Fluent 2018: Tracking Performance of the Web with HTTP Archive
Performance Now '24- Performance Mistakes - Final.pdf
Boston WebPerf Meetup Dec'24- Performance Mistakes.pdf
Hacking Web Performance 2019
Analysis of Google Page Speed Insight
Hacking Web Performance
Optimizing Front-end Web Performance Like a Rockstar
Page Performance
Web performance mercadolibre - ECI 2013
Hacking Web Performance
NYC WebPerf Meetup Feb 2020 - Measuring the Adoption of Web Performance Techn...
Html Optimization for SEO
Taming content delivery at scale
Frontend Performance: Beginner to Expert to Crazy Person
SearchLeeds 2018 - Bastian Grimm - Peak Ace - International site speed: Going...
Super speed around the globe - SearchLeeds 2018
Frontend performance
Web performance optimization - MercadoLibre
Frontend Performance: Beginner to Expert to Crazy Person (San Diego Web Perf ...
Building Lightning Fast Websites (for Twin Cities .NET User Group)
Fluent 2018: Tracking Performance of the Web with HTTP Archive
Ad

More from Paul Calvano (6)

PPTX
Font Performance - NYC WebPerf Meetup April '24
PDF
Web Unleashed '19 - Measuring the Adoption of Web Performance Techniques
PPTX
Common Traits of High Performing Websites, BairesWeb - Argentina
PPTX
Common Traits of High Performing Websites, WebPerfDays Amsterdam 07-Nov-2018
PPTX
Real User Measurement Insights, London WebPerf 2018-Nov-06
PPTX
Real User Measurement Insights, NYWebPerf 2018-Aug-09
Font Performance - NYC WebPerf Meetup April '24
Web Unleashed '19 - Measuring the Adoption of Web Performance Techniques
Common Traits of High Performing Websites, BairesWeb - Argentina
Common Traits of High Performing Websites, WebPerfDays Amsterdam 07-Nov-2018
Real User Measurement Insights, London WebPerf 2018-Nov-06
Real User Measurement Insights, NYWebPerf 2018-Aug-09

Recently uploaded (20)

PDF
Web App vs Mobile App What Should You Build First.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
A Presentation on Touch Screen Technology
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Getting Started with Data Integration: FME Form 101
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Approach and Philosophy of On baking technology
PPTX
1. Introduction to Computer Programming.pptx
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
DP Operators-handbook-extract for the Mautical Institute
PPTX
Chapter 5: Probability Theory and Statistics
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PPTX
Tartificialntelligence_presentation.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
Web App vs Mobile App What Should You Build First.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
A Presentation on Touch Screen Technology
NewMind AI Weekly Chronicles - August'25-Week II
Getting Started with Data Integration: FME Form 101
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Approach and Philosophy of On baking technology
1. Introduction to Computer Programming.pptx
Univ-Connecticut-ChatGPT-Presentaion.pdf
DP Operators-handbook-extract for the Mautical Institute
Chapter 5: Probability Theory and Statistics
1 - Historical Antecedents, Social Consideration.pdf
Zenith AI: Advanced Artificial Intelligence
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Group 1 Presentation -Planning and Decision Making .pptx
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Tartificialntelligence_presentation.pptx
MIND Revenue Release Quarter 2 2025 Press Release

NY WebPerf Sept '22 - Performance Mistakes - An HTTP Archive Deep Dive