Too many requests
Each request has overhead. Dozens of them add latency and energy cost to every page load.
What it is
This check flags pages that issue an excessive number of HTTP requests to render.
Why it matters for SEO
High request counts slow loading and raise emissions; bundling and caching reduce both.
Example
84 requests to render one page
How to fix
- Combine or bundle assets where sensible; remove unused ones.
- Use sprites/icon fonts or inline small SVGs.
- Lazy-load non-critical resources and leverage caching.
- Re-crawl to confirm fewer requests.