
emobipedia.com. Same content, same design, same CMS. Only the performance layer gets touched.

<style> in the document head. No round-trip for first paint.style.css deferred so it no longer blocked render.font-display: swap — the H1 (which is the LCP element) now paints instantly with a system fallback, then swaps when the web font arrives.fonts.googleapis.com. One less DNS lookup, one less third-party dependency, GDPR-friendlier as a bonus.load event.

Metric | Before | After |
|---|---|---|
PageSpeed (mobile, simulated) | 61 | 99 |
LCP (unthrottled) | ~1137 ms | ~334 ms |
CLS | 0.00 | 0.00 |
Long task on main thread | 98 ms | gone |
Bundle size (CSS + JS) | ~45 KB | ~28 KB |
Request count | 14 | 11 |
Posted Jun 9, 2026
Took emobipedia.com from PageSpeed 61 to 99 in ~4 hours. 6 targeted optimizations, no redesign. LCP -70%, bundle -38%.
0
0