SlideShare a Scribd company logo
WORDCAMP ATHENS 2022
Page


experience


road
Fellyph Cintra
• Community manager rtCamp/Google


• Google Developer Expert


• Foodie
@fellyph
ABOUT ME
Fellyph Cintra
Fellyph D’Angellys Cintra
Elio De Angelies Cintra
❤ 🏎
Performance
🏎
WORDCAMP ATHENS 2022
User Experience
🏎 + 👩🔧 + = 🏆
WORDCAMP ATHENS 2022
Agenda
- Page experience


- Core web vitals


- WordPress Performance


- New features on the web


- New tools to measure website performance
WORDCAMP ATHENS 2022
Challenge
User


experience
Performance
WORDCAMP ATHENS 2022
Page experience signals
WORDCAMP ATHENS 2022
Performance
User


experience
Page Experience Signals
• HTTPS(security)


• Mobile friendly


• No intrusive Interstitials
• Largest Content Paint


• First Input Delay


• Cumulative Layout Shift
CHECKLIST ITEMS CORE WEB VITALS
Security
Signed Exchanges
(SXGs)
Signed Exchanges (SXGs)
•Google Search will now crawl, cache, and
prefetch SXGs when applicable.


•Google and other search engines
sometimes prefetch content that the user is
likely to visit.
https://web.dev/signed-exchanges/
WORDCAMP ATHENS 2022
One-click


Solutions
Core web vitals
Ranking factors (Feb 2022)
WORDCAMP ATHENS 2022
https://developers.google.com/search/blog/2021/11/bringing-page-experience-to-desktop
Core web vitals
WORDCAMP ATHENS 2022
@FELLYPH
Core web vitals
WORDCAMP ATHENS 2022
@FELLYPH
LCP Elements
WORDCAMP ATHENS 2022
•
	
<img> elements


•
	
<image> elements inside an <svg> element


•
	
<video> elements (the poster image is used)


•
	
An element with a background image loaded via
the url() function


•
	
Block
-
level elements containing text nodes
Photo by Goh Rhy Yan on Unsplash
• Slow server response times


• Resource load times


• Render
-
blocking JavaScript and
CSS


• Client
-
side rendering
Improving LCP
WORDCAMP ATHENS 2022
Slow server response
🦥 🛺
🐮 🏎 🐴
🖼 ⛽
Resource load times
WORDCAMP ATHENS 2022
Image format
WORDCAMP ATHENS 2022
JPG
PNG WEBP
1400 x 800
Image format
WORDCAMP ATHENS 2022
JPG
PNG WEBP
1.6MB 829KB 264KB
Cover block
WORDCAMP ATHENS 2022
Cover block
WORDCAMP ATHENS 2022
https://github.com/WordPress/gutenberg/issues/39222
Preload assets
WORDCAMP ATHENS 2022
Preload assets
WORDCAMP ATHENS 2022
<link rel="preload" as="image"


href="poster.jpg"


imagesrcset="poster_400px.jpg 400w,


poster_800px.jpg 800w,


poster_1600px.jpg 1600w"


imagesizes="50vw">
image-set
Priority hints
Priority hints
@FELLYPH
• link, img, script, and iframe tags
can use it


• Now will be possible to define the
loading priority from assets:


• high


• low


• auto
Priority Hints
WORDCAMP ATHENS 2022
<
!
-
-
We don't want a high priority for this above
-
the
-
fold image
-
-
>


<img src="/images/in_viewport_but_not_important.svg" fetchpriority="low" alt="I'm an
unimportant image!">


<
!
-
-
We want to initiate an early fetch for a resource, but also deprioritize it
-
-
>


<link rel="preload" href="/js/script.js" as="script" fetchpriority="low">
Monitoring
WORDCAMP ATHENS 2022
Site Kit
Testing tools
New Performance
insights
New Performance insights
Content is


king
https:
/
/
w
w
w
.youtube.com/watch?v=elyFuXoRZv8
🏆
Obrigado


(Thank you!)
@fellyph
We are hiring!

More Related Content

Page experience road - WordCamp Athens 2022