Page Speed Analyzer — Example Report Run Your Own Audit →
📋 Example Report — Demo Data

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.

PageSpeed Results — homepage.example.com
📱 Mobile
72
Performance
94
Accessibility
91
Best Practices
96
SEO
🖥 Desktop
91
Performance
94
Accessibility
96
Best Practices
100
SEO
MetricMobileDesktopStatus
FCP — First Contentful Paint2.1s0.6sNeeds Work
LCP — Largest Contentful Paint3.1s1.2sNeeds Work
TBT — Total Blocking Time280ms40msNeeds Work
CLS — Cumulative Layout Shift0.020.01Good
TTI — Time to Interactive4.8s1.4sNeeds Work
Lighthouse Opportunities (Mobile)
1.2s

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.

0.8s

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.

0.6s

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.

0.4s

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.

⚡ Run Free Audit View Plans