Web Vitals

Web Vitals

Delivering assets only when needed (Core Web Vitals)

Try to

  • try to be Modular
  • conditional load some CSS/JS things
  • use async,defer for assets
  • images lazy load
  • images try to optimize before even uploading - Guidelines with Tools explainer
  • prerender (test with /?hsDebugOnly=true or /?hsDebug=true)
Extras
  • a11y , aria labels, screen readers