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
SwiftUI Viewの責務分離
elmetal
PRO
0
140
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
890
[Fin-JAWS 第38回 ~re:Invent 2024 金融re:Cap~]FaultInjectionServiceアップデート@pre:Invent2024
shintaro_fukatsu
0
400
Domain-Driven Transformation
hschwentner
2
1.9k
Open source software: how to live long and go far
gaelvaroquaux
0
620
AIの力でお手軽Chrome拡張機能作り
taiseiue
0
170
2024年のWebフロントエンドのふりかえりと2025年
sakito
1
230
AHC041解説
terryu16
0
590
TokyoR116_BeginnersSession1_環境構築
kotatyamtema
0
110
ファインディの テックブログ爆誕までの軌跡
starfish719
2
1.1k
[JAWS-UG横浜 #79] re:Invent 2024 の DB アップデートは Multi-Region!
maroon1st
1
140
Formの複雑さに立ち向かう
bmthd
1
720
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
KATA
mclloyd
29
14k
Scaling GitHub
holman
459
140k
The Cult of Friendly URLs
andyhume
78
6.2k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
950
Bash Introduction
62gerente
610
210k
Code Review Best Practice
trishagee
66
17k
Building Adaptive Systems
keathley
40
2.4k
A Philosophy of Restraint
colly
203
16k
Making the Leap to Tech Lead
cromwellryan
133
9.1k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
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!!