Table of Contents

Performance Baseline — Core Web Vitals

Baseline sampled on 21 April 2026 across the five highest-traffic pages. This is a lightweight cURL/weight snapshot, not a full Lighthouse audit. A headless-Chrome pass is the next step — findings will replace this page when complete.

Sampled pages and weights

Slug Transfer size Load time (curl) `<img>` count `<script>` count
file-rti-online-india 386 KB 1.04 s 21 50
explanations/grounds-for-rejection 383 KB 0.81 s 45 48
faq 353 KB 0.72 s 20 48
blog/how-to-write-rti-application 345 KB 0.74 s 20 50
tools/generator 334 KB 0.68 s 19 48

Observations:

Anticipated Core Web Vitals

Recommendations for a full audit

  1. Run Lighthouse on each of the top-20 pages via headless Chrome. Record scores for performance, accessibility, best-practices, SEO.
  2. Sample with Chrome UX Report (CrUX) for real-user monitoring once traffic is sufficient (currently below the 10k-URLs-per-origin threshold).
  3. Use PageSpeed Insights API to measure the same set monthly; record in a spreadsheet or dashboard.
  4. Isolate scripting cost — profile the breadcrumb + surprise-me + DYK + chat launcher stack under CPU throttling. Combine into a single bundle if any one crosses 50 ms on mid-range devices.
  5. Image optimisation — auto-generated hero banners are already WebP-ready; explicitly specify width/height on `<img>` tags to prevent CLS.
  6. Font loading — Google Fonts is the only external font; consider `font-display: swap` to eliminate FOIT.

Quick wins identified (already applied)

Known caveats

Sources


Last reviewed: 21 April 2026. Baseline snapshot — full Lighthouse audit pending.