Real-timePerformance
Measured live on your device, your connection
Real-User Field Data
Chrome UX Report (CrUX) data from real visitors over the last 28 days: the ground truth for Core Web Vitals.
How It's Built
Every performance decision, explained
Static and data-driven content renders entirely on the server. Zero client-side JavaScript shipped for those sections.
next/image converts all images to WebP/AVIF at build time, adds lazy loading, and reserves layout space to prevent shifts.
Only the JavaScript your current route actually needs is shipped. Unused imports are removed at build time automatically.
Static export deployed to S3 and distributed via CloudFront edge nodes worldwide. Your browser fetches from the nearest server, not a distant origin.
Tailwind CSS purges every unused utility class at build time. No CSS-in-JS runtime, no style injection lag.
Only the character sets in use are downloaded. display:swap shows text immediately in a fallback font while the custom font loads.
The AI assistant, chatbot, and 3D visualisations are lazy-loaded only when the user navigates to them.
CSP, HSTS, and X-Frame-Options headers are configured in the deployment pipeline. Security hardening with no client performance cost.