Poor PageSpeed Score
What This Means
The page's Google PageSpeed Insights performance score is below 50, placing it in the "Poor" category. The score (0-100) is a weighted composite of multiple performance metrics: LCP, CLS, INP (from field data) and FCP, TBT, Speed Index (from lab data).
Why It Matters for SEO
A poor overall score indicates the page has multiple performance problems, not just one metric failing. Poor PageSpeed scores correlate strongly with poor user experience metrics and are associated with higher bounce rates. Error-level severity is used because a score below 50 represents a significant overall performance failure that likely affects rankings through page experience signals.
What the Platform Checks
The platform queries the PageSpeed Insights API for each page and records the overall performance score. Fires when the score is below 50 on the scale of 0-100.
How to Fix It
Start with the opportunities and diagnostics sections of PageSpeed Insights for this specific page. The most common issues contributing to a poor overall score:
- Image optimization: Oversized, uncompressed, or legacy-format images.
- Render-blocking resources: Scripts and stylesheets loading synchronously in the head.
- Unused JavaScript/CSS: Large bundles where most code is not needed for the initial load.
- Slow server response: High Time to First Byte (TTFB) affects all subsequent metrics.
- No CDN: Serving assets from a single origin without edge caching.
Use the PageSpeed Insights diagnostic report to see which issues have the highest estimated impact for this specific page and address them in impact order.
Find every pagewith a poor PageSpeed score
The audit reports PageSpeed scores per page, sorted by score, so you can prioritize the worst-performing pages.