Eco

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

  1. Combine or bundle assets where sensible; remove unused ones.
  2. Use sprites/icon fonts or inline small SVGs.
  3. Lazy-load non-critical resources and leverage caching.
  4. Re-crawl to confirm fewer requests.

Related checks

← Knowledge base