SlideShare a Scribd company logo
Core Web Vitals: Why
You Need to Pay
Attention
What You Will Learn Today
► What Are Core Web Vitals
► Why They Are Important Today
► Why They Will Be Critical Next Year
► How to Improve Them Now
► The Secret Advantage That No One Is Talking About
► Why This Is All Good News For Your Website
About Toren Ajk
► I’m the founder of TAC Marketing Group - a digital marketing agency.
Over the years we’ve worked with a variety of clients, including Lexus,
Lending Club, and Backblaze.
► I was CMO of Line2 from 2009-2011 where I drove over 1.5 million
downloads of the app and grew annual revenue from 0-$10 million.
► In January of 2016 we started developing a performance focused
framework for WordPress.
► Former member of the AMP Contributor group.
► Email: toren@ampwptools.com
► Twitter: https://twitter.com/fthead9
► LinkedIn: https://www.linkedin.com/in/torenajk/
Page Experience
Core Web Vitals assessments
and the Page Experience
Ranking Signal use Field Data
gathered by the Chrome User
Experience Report (Crux).
What Are Core Web Vitals
New Experimental Metrics
► INP - Interaction to Next
Paint:
► It’s being tested as a
possible replacement for
FID.
► Measures how long it
takes to interact with the
entire page.
►
► TTFB - Time to First Byte:
► Measures how fast the
server responds to a
request for a resource.
What Google Said About CWV When
They Launched
What Google Didn’t Say
► The biggest threat to Google’s ad dominance is apps. Providing
incentives to create a better mobile web experience is a critical defense
against apps taking over.
► In 2015 Google announced and open sourced AMP to help create faster,
cleaner mobile web experiences.
► Google screwed up the rollout of AMP when they introduced paired
pages that created essentially two separate websites.
► Despite incentives for using AMP adoption wasn’t easy.
► When you look at the Page Experience elements including Core Web
Vitals they match what Google was trying to achieve with AMP.
► Creating better mobile web experiences is critical for Google and Core
Web Vitals is their second attempt at achieving it.
Pass Rates by Metric
Google I/O
Does It Matter Today?
► Advanced Web Ranking -
Wattspeed Study:
► Over 600,000 keyword
SERPs anayzed.
► Position 1 has the highest
% of pages that pass
CWV.
► John Mueller: “It is a ranking
factor, and it’s more than a
tie-breaker, but it also
doesn’t replace relevance.”
Why They Are Important Today For
Engagement
Why They Are Important Today For
Ecommerce
Speed and Mobile Conversion Rates
mPulse Mobile
Slow Pages Hurt Your Conversion Rates
Source: Soasta/Akamai State of Online Retail Performance
Why They Will Be Critical Next Year
From Google Search Central:
“But publishers should be focused on making those improvements a
relative priority over time. This is because as more and more sites
continue to improve their page experience, it will be the norm that
publishers will want to match.”
“In cases where there are multiple pages that have similar content,
page experience becomes much more important for visibility in
Search.”
Chances Are Your Site Is Not Passing
Core Web Vitals
How to Measure Core Web Vitals
Popular Testing Tools
► PageSpeed Insights
► WebPageTest
► Chrome User Experience Report
► Search Console (Core Web Vitals report)
► Chrome DevTools
► Lighthouse
► GTMetrix
► web-vitals JavaScript library
Lab Data vs. Field Data
Lab Data:
► Lab data is determined by loading a web page in a controlled environment with a
predefined set of network and device conditions.
► The particulars of any given lab test may or may not accurately represent the 75th
percentile of field data for a given page or site.
Field Data:
► Field data is determined by monitoring all users who visit a page and measuring a
given set of performance metrics for each one of those users' individual experiences.
► Because field data is based on real-user visits, it reflects the actual devices, network
conditions, and geographic locations of your users.
► Field data is based on the previous 28 days of CrUX reports.
How to Improve Them Now - Low
Hanging Fruit
A Closer Look at LCP
Only 53% of sites currently pass the LCP metric. The
lowest of the CWV metrics. Why?
► LCP is influenced by multiple factors:
► Server
► Images
► Text blocks
► Videos
► JavaScript
► CSS
► 3rd party resources
Real World LCP
Source: Tim Kadlec Webpagetest.org
Digging Into LCP Optimization
Server:
► Focus on TTFB metric as indicator of server performance issues
► Redirect time
► Service worker startup time (if applicable)
► DNS lookup
► Connection and TLS negotiation
► Request, up until the point at which the first byte of the response has arrived
► Set HTTP cache for 1 year - https://web.dev/http-cache/
► Utilize bfcache: The bfcache is a snapshot of the entire page in memory
(including the JavaScript heap), whereas the HTTP cache contains only the
responses for previously made requests. - https://web.dev/bfcache/
Digging Into LCP Optimization
HTML:
► Use Brotli compression algorithm for HTML optimization.
► To avoid a 300ms tab delay issue on a page, always specify a mobile viewport.
Digging Into LCP Optimization
Images:
► Optimize images and use WebP format when possible. Note AVIF is more
highly compressed but isn’t supported by Safari so WebP is generally a better
choice.
► General best practice: Use a CDN for images other than your LCP image if
have one.
► "Switching to an image CDN can yield a 40–80% savings in image file size." - Katie
Hempenius from Google.
► Lazy load non-LCP images
► Preload your LCP/hero image and include a priority hint
Digging Into LCP Optimization
CSS/Javascript
► Minify JavaScript and CSS files.
► Defer non-critical CSS and JavaScript.
► Load CSS and JavaScript asynchronously.
Why the SXG Cache Is Your Secret for
Core Web Vitals Success
What is SXG?
From Google:
► Sites built with AMP or that use Signed Exchanges (SXG) can be preloaded by content aggregators
like Google Search. This can result in significantly better load performance for users visiting your
pages from those platforms.
► In addition to cross-origin preloading, sites themselves can preload content for subsequent pages
on their site, which could improve LCP for those pages as well.
SXG Results
► From past experiments we have observed an average of 300ms to
400ms reduction in LCP from SXG-enabled prefetches. - Google
https://web.dev/signed-exchanges/
► Paper Magazine
► Decrease in LCP: -10.1%
► Decrease in TTFB: -8.4%
► Decrease in FID: -36.9%
► 27% increase in Sessions per user
► More examples:
► Narcity improved LCP by 41%
► MLT Blog decreased Page Load time by 21%
Why This Is All Good News For Your
Website
“The impact on user experience is not minimal. In fact, the speed that it
takes for a page to load is revealed to be the most important factor in
a user’s mobile experience. It’s more important than how easy it is to
find what they want, it’s more important than the simplicity of using the
site, and interestingly enough, it is three times more important than
what a site looks like.”
Google Product Manager – Elizabeth Sweeney
Why This Is All Good News For Your
Website
Better Page Experience = Higher
Performance
Better Page Experience = Higher
Performance
Final Thoughts
► Yes fixing Core Web Vitals can be challenging.
► Improving them is not just for Google. Your website will generate
higher conversions and have increased engagement if you
achieve CWV success.
► It’s a ranking factor today but more importantly it’s part of the
Page Experience set of signals, which include https:// and mobile
friendly. Eventually I think CWV will become table stakes for
ranking.

More Related Content

PDF
Core Web Vitals - The Modern Web Experience
PDF
Brighton SEO Autumn 2021: Core Web Vitals: Loopholes, Flaws, and Endless Delays
PDF
Understanding your competitor’s business to be truly successful at SEO
PPTX
Web vitals
PPTX
BrightonSEO - Master Crawl Budget Optimization for Enterprise Websites
PDF
SEO Automation Without Using Hard Code by Tevfik Mert Azizoglu - BrightonSEO ...
PPTX
How to improve Core Web Vitals on a WordPress website
PDF
The Hidden Gems of Low search volume
Core Web Vitals - The Modern Web Experience
Brighton SEO Autumn 2021: Core Web Vitals: Loopholes, Flaws, and Endless Delays
Understanding your competitor’s business to be truly successful at SEO
Web vitals
BrightonSEO - Master Crawl Budget Optimization for Enterprise Websites
SEO Automation Without Using Hard Code by Tevfik Mert Azizoglu - BrightonSEO ...
How to improve Core Web Vitals on a WordPress website
The Hidden Gems of Low search volume

What's hot (20)

PPTX
Brighton SEO: Self Esteem Optimisation - The most important type of SEO - Lou...
PPTX
Product, service and category page links (and how to get them) - Rebecca Moss...
PDF
How to take care of yourself when researching/writing about tough subjects
PDF
BrightonSEO - Apr 2022 - No excuses for doing UX
PPTX
EAT: Have We Been Looking At It Backwards
PPTX
Beth Barnham Schema Auditing BrightonSEO Slides.pptx
PPTX
Don't be a cannibal
PDF
Core Web Vitals: Google New Ranking Factor
PDF
Hreflang tags: everything you need to know to start implementing them
PPTX
How to get your SEO work prioritised in house - Maddie McCartney.pptx
PDF
SEO low hanging Fruit - Identifying High Impact Opportunities Fast #SEOforUkr...
PPTX
Brighton SEO April 2022 - Automate the technical SEO stuff
PDF
No More "It Depends" - Learn to Set your Visual SEO Resources #LondonSEOMeetu...
PPTX
How to leverage SEO and other channels to expand into Chinese market
PPTX
kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )
PPTX
Why Scaling (Great) Content Is So Bloody Hard
PDF
How to Use Search Intent to Dominate Google Discover
PPTX
Core web Vitals: Web Performance and Usability
PDF
Core Web Vitals and Your Search Rankings
PDF
Technical SEO
Brighton SEO: Self Esteem Optimisation - The most important type of SEO - Lou...
Product, service and category page links (and how to get them) - Rebecca Moss...
How to take care of yourself when researching/writing about tough subjects
BrightonSEO - Apr 2022 - No excuses for doing UX
EAT: Have We Been Looking At It Backwards
Beth Barnham Schema Auditing BrightonSEO Slides.pptx
Don't be a cannibal
Core Web Vitals: Google New Ranking Factor
Hreflang tags: everything you need to know to start implementing them
How to get your SEO work prioritised in house - Maddie McCartney.pptx
SEO low hanging Fruit - Identifying High Impact Opportunities Fast #SEOforUkr...
Brighton SEO April 2022 - Automate the technical SEO stuff
No More "It Depends" - Learn to Set your Visual SEO Resources #LondonSEOMeetu...
How to leverage SEO and other channels to expand into Chinese market
kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )
Why Scaling (Great) Content Is So Bloody Hard
How to Use Search Intent to Dominate Google Discover
Core web Vitals: Web Performance and Usability
Core Web Vitals and Your Search Rankings
Technical SEO
Ad

Similar to Core Web Vitals - Why You Need to Pay Attention (20)

PDF
Boosting your conversion rate through web performance improvements
PPT
Keys To World-Class Retail Web Performance - Expert tips for holiday web read...
PDF
Optimizing Website Performance Tips for Faster Load Times in 2024
PDF
Improving frontend performance
PDF
How to Optimize Your Website for Core Web Vitals.pdf
PPTX
Applying a Methodical Approach to Website Performance
PPTX
Wordcamp 2017-toronto-sam lalonde
PDF
How and Why ($) to improve web performance.pdf
PDF
Amp your site an intro to accelerated mobile pages
PDF
Client-side Web Performance Optimization [paper]
PDF
Core Web Vitals SEO Workshop - improve your performance [pdf]
PDF
AMP - Accelerated Mobile Pages
PPTX
GlobalDots - How Website Speed Affects Conversion Rates
PPT
ALPS WG Update - IAB Ad Ops Summit, Fall 2009
PDF
GDD Japan 2009 - Designing OpenSocial Apps For Speed and Scale
PDF
Poslovni Imenik BiH - Lokal d.o.o.
PPTX
How to prepare for Google's page experience update
PPTX
New in Core Web Vitals 2024 - Boost User Experience and SEO - Macaw Digital.pptx
PDF
Performance and User Experience for the Web of Tomorrow
PPTX
Best Known Website Development Hacks and Tricks to Boost Your Site's Performa...
Boosting your conversion rate through web performance improvements
Keys To World-Class Retail Web Performance - Expert tips for holiday web read...
Optimizing Website Performance Tips for Faster Load Times in 2024
Improving frontend performance
How to Optimize Your Website for Core Web Vitals.pdf
Applying a Methodical Approach to Website Performance
Wordcamp 2017-toronto-sam lalonde
How and Why ($) to improve web performance.pdf
Amp your site an intro to accelerated mobile pages
Client-side Web Performance Optimization [paper]
Core Web Vitals SEO Workshop - improve your performance [pdf]
AMP - Accelerated Mobile Pages
GlobalDots - How Website Speed Affects Conversion Rates
ALPS WG Update - IAB Ad Ops Summit, Fall 2009
GDD Japan 2009 - Designing OpenSocial Apps For Speed and Scale
Poslovni Imenik BiH - Lokal d.o.o.
How to prepare for Google's page experience update
New in Core Web Vitals 2024 - Boost User Experience and SEO - Macaw Digital.pptx
Performance and User Experience for the Web of Tomorrow
Best Known Website Development Hacks and Tricks to Boost Your Site's Performa...
Ad

Recently uploaded (20)

PDF
SEO vs. AEO: Optimizing for Google vs AI-Powered Search Assistants
PDF
UNIT 2 - 2 AGRICULTURE MARKETING in INDIA.pdf
PPTX
CH 1 AN INTRODUCTION OF INTEGRATED MARKETING COMMUNICATION (COMBINE)
PDF
The Role of Search Intent in Shaping SEO Strategies in 2025
PPTX
Choose the Right SEO Agency India - 7 Key Tips by Clickbold Media
PDF
UNIT 2 - 5 DISTRIBUTION IN RURAL MARKETS.pdf
DOCX
procubiz_modern digital marketingblog.docx
PDF
20K Btc Enabled Cash App Accounts – Safe, Fast, Verified.pdf
PDF
Pay-Per-Click Marketing: Strategies That Actually Work in 2025
PPTX
Mastering eCommerce SEO: Strategies to Boost Traffic and Maximize Conversions
PDF
Missing skill for SEO in AI Era eSkydecode.pdf
PPTX
CH 2 The Role of IMC in the Marketing Process (combined)
PPTX
Strategic Sage Digital-The Professional Digital Marketing Company in Mohali.pptx
PPTX
SaaS intelligence platform for B2B founders and marketers - Toksta
PPT
Market Segmentation and Positioning(3).ppt
PDF
5 free to use google tools to understand your customers online behavior in 20...
PPTX
Tea and different types of tea in India
PPTX
Ipsos+Protocols+Playbook+V1.2+(DEC2024)+final+IntClientUseOnly.pptx
PDF
Mastering Bulk Email Campaign Optimization for 2025
PDF
Best digital marketing company in Mumbai
SEO vs. AEO: Optimizing for Google vs AI-Powered Search Assistants
UNIT 2 - 2 AGRICULTURE MARKETING in INDIA.pdf
CH 1 AN INTRODUCTION OF INTEGRATED MARKETING COMMUNICATION (COMBINE)
The Role of Search Intent in Shaping SEO Strategies in 2025
Choose the Right SEO Agency India - 7 Key Tips by Clickbold Media
UNIT 2 - 5 DISTRIBUTION IN RURAL MARKETS.pdf
procubiz_modern digital marketingblog.docx
20K Btc Enabled Cash App Accounts – Safe, Fast, Verified.pdf
Pay-Per-Click Marketing: Strategies That Actually Work in 2025
Mastering eCommerce SEO: Strategies to Boost Traffic and Maximize Conversions
Missing skill for SEO in AI Era eSkydecode.pdf
CH 2 The Role of IMC in the Marketing Process (combined)
Strategic Sage Digital-The Professional Digital Marketing Company in Mohali.pptx
SaaS intelligence platform for B2B founders and marketers - Toksta
Market Segmentation and Positioning(3).ppt
5 free to use google tools to understand your customers online behavior in 20...
Tea and different types of tea in India
Ipsos+Protocols+Playbook+V1.2+(DEC2024)+final+IntClientUseOnly.pptx
Mastering Bulk Email Campaign Optimization for 2025
Best digital marketing company in Mumbai

Core Web Vitals - Why You Need to Pay Attention

  • 1. Core Web Vitals: Why You Need to Pay Attention
  • 2. What You Will Learn Today ► What Are Core Web Vitals ► Why They Are Important Today ► Why They Will Be Critical Next Year ► How to Improve Them Now ► The Secret Advantage That No One Is Talking About ► Why This Is All Good News For Your Website
  • 3. About Toren Ajk ► I’m the founder of TAC Marketing Group - a digital marketing agency. Over the years we’ve worked with a variety of clients, including Lexus, Lending Club, and Backblaze. ► I was CMO of Line2 from 2009-2011 where I drove over 1.5 million downloads of the app and grew annual revenue from 0-$10 million. ► In January of 2016 we started developing a performance focused framework for WordPress. ► Former member of the AMP Contributor group. ► Email: [email protected] ► Twitter: https://twitter.com/fthead9 ► LinkedIn: https://www.linkedin.com/in/torenajk/
  • 4. Page Experience Core Web Vitals assessments and the Page Experience Ranking Signal use Field Data gathered by the Chrome User Experience Report (Crux).
  • 5. What Are Core Web Vitals
  • 6. New Experimental Metrics ► INP - Interaction to Next Paint: ► It’s being tested as a possible replacement for FID. ► Measures how long it takes to interact with the entire page. ► ► TTFB - Time to First Byte: ► Measures how fast the server responds to a request for a resource.
  • 7. What Google Said About CWV When They Launched
  • 8. What Google Didn’t Say ► The biggest threat to Google’s ad dominance is apps. Providing incentives to create a better mobile web experience is a critical defense against apps taking over. ► In 2015 Google announced and open sourced AMP to help create faster, cleaner mobile web experiences. ► Google screwed up the rollout of AMP when they introduced paired pages that created essentially two separate websites. ► Despite incentives for using AMP adoption wasn’t easy. ► When you look at the Page Experience elements including Core Web Vitals they match what Google was trying to achieve with AMP. ► Creating better mobile web experiences is critical for Google and Core Web Vitals is their second attempt at achieving it.
  • 9. Pass Rates by Metric Google I/O
  • 10. Does It Matter Today? ► Advanced Web Ranking - Wattspeed Study: ► Over 600,000 keyword SERPs anayzed. ► Position 1 has the highest % of pages that pass CWV. ► John Mueller: “It is a ranking factor, and it’s more than a tie-breaker, but it also doesn’t replace relevance.”
  • 11. Why They Are Important Today For Engagement
  • 12. Why They Are Important Today For Ecommerce
  • 13. Speed and Mobile Conversion Rates mPulse Mobile
  • 14. Slow Pages Hurt Your Conversion Rates Source: Soasta/Akamai State of Online Retail Performance
  • 15. Why They Will Be Critical Next Year From Google Search Central: “But publishers should be focused on making those improvements a relative priority over time. This is because as more and more sites continue to improve their page experience, it will be the norm that publishers will want to match.” “In cases where there are multiple pages that have similar content, page experience becomes much more important for visibility in Search.”
  • 16. Chances Are Your Site Is Not Passing Core Web Vitals
  • 17. How to Measure Core Web Vitals Popular Testing Tools ► PageSpeed Insights ► WebPageTest ► Chrome User Experience Report ► Search Console (Core Web Vitals report) ► Chrome DevTools ► Lighthouse ► GTMetrix ► web-vitals JavaScript library
  • 18. Lab Data vs. Field Data Lab Data: ► Lab data is determined by loading a web page in a controlled environment with a predefined set of network and device conditions. ► The particulars of any given lab test may or may not accurately represent the 75th percentile of field data for a given page or site. Field Data: ► Field data is determined by monitoring all users who visit a page and measuring a given set of performance metrics for each one of those users' individual experiences. ► Because field data is based on real-user visits, it reflects the actual devices, network conditions, and geographic locations of your users. ► Field data is based on the previous 28 days of CrUX reports.
  • 19. How to Improve Them Now - Low Hanging Fruit
  • 20. A Closer Look at LCP Only 53% of sites currently pass the LCP metric. The lowest of the CWV metrics. Why? ► LCP is influenced by multiple factors: ► Server ► Images ► Text blocks ► Videos ► JavaScript ► CSS ► 3rd party resources
  • 21. Real World LCP Source: Tim Kadlec Webpagetest.org
  • 22. Digging Into LCP Optimization Server: ► Focus on TTFB metric as indicator of server performance issues ► Redirect time ► Service worker startup time (if applicable) ► DNS lookup ► Connection and TLS negotiation ► Request, up until the point at which the first byte of the response has arrived ► Set HTTP cache for 1 year - https://web.dev/http-cache/ ► Utilize bfcache: The bfcache is a snapshot of the entire page in memory (including the JavaScript heap), whereas the HTTP cache contains only the responses for previously made requests. - https://web.dev/bfcache/
  • 23. Digging Into LCP Optimization HTML: ► Use Brotli compression algorithm for HTML optimization. ► To avoid a 300ms tab delay issue on a page, always specify a mobile viewport.
  • 24. Digging Into LCP Optimization Images: ► Optimize images and use WebP format when possible. Note AVIF is more highly compressed but isn’t supported by Safari so WebP is generally a better choice. ► General best practice: Use a CDN for images other than your LCP image if have one. ► "Switching to an image CDN can yield a 40–80% savings in image file size." - Katie Hempenius from Google. ► Lazy load non-LCP images ► Preload your LCP/hero image and include a priority hint
  • 25. Digging Into LCP Optimization CSS/Javascript ► Minify JavaScript and CSS files. ► Defer non-critical CSS and JavaScript. ► Load CSS and JavaScript asynchronously.
  • 26. Why the SXG Cache Is Your Secret for Core Web Vitals Success
  • 27. What is SXG? From Google: ► Sites built with AMP or that use Signed Exchanges (SXG) can be preloaded by content aggregators like Google Search. This can result in significantly better load performance for users visiting your pages from those platforms. ► In addition to cross-origin preloading, sites themselves can preload content for subsequent pages on their site, which could improve LCP for those pages as well.
  • 28. SXG Results ► From past experiments we have observed an average of 300ms to 400ms reduction in LCP from SXG-enabled prefetches. - Google https://web.dev/signed-exchanges/ ► Paper Magazine ► Decrease in LCP: -10.1% ► Decrease in TTFB: -8.4% ► Decrease in FID: -36.9% ► 27% increase in Sessions per user ► More examples: ► Narcity improved LCP by 41% ► MLT Blog decreased Page Load time by 21%
  • 29. Why This Is All Good News For Your Website “The impact on user experience is not minimal. In fact, the speed that it takes for a page to load is revealed to be the most important factor in a user’s mobile experience. It’s more important than how easy it is to find what they want, it’s more important than the simplicity of using the site, and interestingly enough, it is three times more important than what a site looks like.” Google Product Manager – Elizabeth Sweeney
  • 30. Why This Is All Good News For Your Website
  • 31. Better Page Experience = Higher Performance
  • 32. Better Page Experience = Higher Performance
  • 33. Final Thoughts ► Yes fixing Core Web Vitals can be challenging. ► Improving them is not just for Google. Your website will generate higher conversions and have increased engagement if you achieve CWV success. ► It’s a ranking factor today but more importantly it’s part of the Page Experience set of signals, which include https:// and mobile friendly. Eventually I think CWV will become table stakes for ranking.