Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
monitering_web_vitals_nextjs
Search
kuma / NOEL
January 07, 2023
Programming
1
230
monitering_web_vitals_nextjs
kuma / NOEL
January 07, 2023
Tweet
Share
Other Decks in Programming
See All in Programming
責務を分離するための例外設計 - PHPカンファレンス 2024
kajitack
1
520
StarlingMonkeyを触ってみた話 - 2024冬
syumai
3
270
快速入門可觀測性
blueswen
0
340
あれやってみてー駆動から成長を加速させる / areyattemite-driven
nashiusagi
1
200
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
250
創造的活動から切り拓く新たなキャリア 好きから始めてみる夜勤オペレーターからSREへの転身
yjszk
1
130
Stackless и stackful? Корутины и асинхронность в Go
lamodatech
0
710
php-conference-japan-2024
tasuku43
0
230
RWC 2024 DICOM & ISO/IEC 2022
m_seki
0
210
テストケースの名前はどうつけるべきか?
orgachem
PRO
0
130
talk-with-local-llm-with-web-streams-api
kbaba1001
0
180
103 Early Hints
sugi_0000
1
230
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
VelocityConf: Rendering Performance Case Studies
addyosmani
326
24k
Become a Pro
speakerdeck
PRO
26
5k
Practical Orchestrator
shlominoach
186
10k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Building an army of robots
kneath
302
44k
Being A Developer After 40
akosma
87
590k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
66k
Unsuck your backbone
ammeep
669
57k
Speed Design
sergeychernyshev
25
670
The Pragmatic Product Professional
lauravandoore
32
6.3k
Transcript
Monitoring Web Vitals in our Next.js App 2023.01.07 Noël
Noël ABOUT ME 1 @ingenieur_noel Stack Love Christmas & Verlan
(My handle is derived from these.) Like Anime, Karaoke & Cafe Other Pokémon Violet Introduce myself
https://frame-illust.com/?p=15705 2
3 What’s Web Vitals?
4 delivering a great UX on the web Core Web
Vitals metrics Google suggests unified guidance for quality singnals
5 Let’s diagnose!
6 Diagnose performance issues
01 ISR 02 SSR 03 SSG 04 CSR 7 Four
types of rendering methods
8 https://dev.to/pahanperera/visual-explanation-and-comparison-of-csr-ssr-ssg-and-isr-34ea Strength and Weakness
Stale-While-Revalidate https://aviaryan.com/blog/react-stale-while-revalidate 9
10 Discover what your real users are experiencing
11 Take a look at metrics in detail
12 Red triangle symbols
13 Ensure text remains visible during webfont load
_document.tsx Where is webfont supposed to be loaded? 14
https://t32k.me/mol/log/optimize-webfont-loading/ https://helpx.adobe.com/fonts/using/font-display-settings.html Learn how to use font-display settings to modify
web font performance 15
https://www.stuffwetalkabout.com/post/a-journey-of-a-thousand-miles-begins-with-a-single-step Thank you for your attention!!