AuditJet

Infrastructure & Hosting · AuditJet Glossary

Hydration

The process by which a JavaScript framework attaches event listeners and makes a server-rendered or statically generated HTML page interactive.

Hydration is the phase where a React, Vue, or Svelte app initialises on the client after receiving SSR/SSG HTML. During hydration, JavaScript executes, potentially causing CLS (if the rendered output differs from the server output) and INP delays (if JavaScript tasks are long). Partial hydration and island architecture (used in Astro) minimise hydration overhead.

Monitor Hydration continuously

AuditJet tracks Core Web Vitals on a schedule with revenue impact alerts.

Start Free
Hydration — Definition | AuditJet Glossary | AuditJet