Page Speed Analyzer Example Report — Google PageSpeed Insights Scores
This example shows the AIPageSEO Page Speed Analyzer for a marketing homepage. Performance is 72/100 on mobile with LCP at 3.1 seconds, blocked by render-blocking CSS from two Google Fonts requests. Desktop scores 91/100. Specific Lighthouse opportunities are listed with estimated savings.
| Metric | Mobile | Desktop | Status |
|---|---|---|---|
| FCP — First Contentful Paint | 2.1s | 0.6s | Needs Work |
| LCP — Largest Contentful Paint | 3.1s | 1.2s | Needs Work |
| TBT — Total Blocking Time | 280ms | 40ms | Needs Work |
| CLS — Cumulative Layout Shift | 0.02 | 0.01 | Good |
| TTI — Time to Interactive | 4.8s | 1.4s | Needs Work |
Eliminate render-blocking resources
2 render-blocking CSS files (Google Fonts, analytics.css) delay First Contentful Paint by 1.2 seconds. Use <link rel="preload"> for critical CSS and defer non-critical CSS with media="print" onload swap.
Properly size images — 4 oversized images
4 images are served at 2× their display size. Serving correctly sized images would save approximately 0.8 seconds and 340KB of bandwidth. Use srcset to serve different sizes for different viewports.
Reduce unused JavaScript — 280KB unused
280KB of JavaScript is never executed on this page. Use code splitting to defer unused code. The main candidate is the dashboard.js bundle which loads on every page but is only needed in the app.
Use efficient cache policy — 8 resources
8 static assets have no cache-control header or a max-age below 1 year. Set Cache-Control: max-age=31536000, immutable for all versioned static assets.
Related Demo Reports
Run Page Speed Analyzer on Your Own Site
Get your real audit report with specific issues, fixes and actionable improvements.