Official statement
To enhance the First Input Delay, use the performance profiler to identify what is blocking the main thread. Massive DOM manipulations, layout recalculations, and heavy JavaScript are often culprits. Utilizing Web Workers can aid in moving processing off the main thread.
Other statements from this video 14 ▾
- □ Comment survivent les sites face au scraping de masse ?
- □ Faut-il un design identique en dynamic rendering pour Googlebot ?
- □ Pourquoi Google ignore-t-il certaines ressources lors du crawl ?
- □ Noindex invisible : Avez-vous vérifié l'impact de votre A/B testing ?
- □ Pourquoi les pages 404 ne posent-elles pas de problème SEO ?
- □ Comment optimiser vos scripts tiers pour un SEO plus performant ?
- □ Pourquoi viser un TTFB sous une seconde est-il crucial pour le SEO ?
- □ Pourquoi toutes vos pages ne sont-elles pas indexées par Google?
- □ Comment l'A/B testing influence-t-il le cloaking SEO sans changer le sujet du contenu ?
- □ Comment l'indexation Google gère-t-elle les contenus dynamiques liés aux URL hash ?
- □ L'erreur de layout pendant le prérendu impacte-t-elle vraiment l'indexation SEO de votre site ?
- □ Comment les requêtes API bloquées affectent-elles votre SEO ?
- □ Comment diagnostiquer efficacement les problèmes de rendu JavaScript en SEO ?
- □ Pourquoi le First Input Delay est-il si difficile à mesurer en laboratoire?
Official statement from
(4 years ago)
⚠ A more recent statement exists on this topic
Why can't Lighthouse actually measure how responsive your site really is to user...
View statement →
TL;DR
Google recommends using the performance profiler to identify bottlenecks on the main thread. Heavy DOM manipulations, layout recalculations, and heavy JavaScript are often responsible. Web Workers can help offload the main thread.
❓ Frequently Asked Questions
Qu'est-ce qu'un Web Worker ?
Un Web Worker permet d'exécuter du JavaScript en arrière-plan, séparément du thread principal.
Comment utiliser le profiler de performance ?
Ouvrez l'onglet 'Performance' dans les outils de développement et enregistrez une session de votre site pour analyser les goulots d'étranglement.
Le JavaScript lourd affecte-t-il uniquement le FID ?
Non, il affecte aussi d'autres performances comme le LCP et le TTI, mais le FID est principalement concerné.
🎥 From the same video 14
Other SEO insights extracted from this same Google Search Central video · published on 29/09/2021
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.