Real-timePerformance
Measured live — on your device, your connection
What Makes This Site Fast
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 assets are distributed to 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 set server-side — security hardening with no client performance cost.
Built for Performance
Every technology choice has a performance rationale
Server Components deliver pre-rendered HTML — static content ships no JavaScript to the browser at all.
Purges every unused utility class at build time. No CSS-in-JS runtime cost, no style injection on load.
Unstyled accessible primitives — no layout side effects means zero unexpected Cumulative Layout Shift.
GPU-accelerated transforms and opacity only — animations never trigger layout recalculation or block the main thread.
Global edge CDN distributes assets to 300+ locations worldwide, serving every visitor from the closest node.
Real-user monitoring collects actual visitor experience — not synthetic lab scores from a single data centre.