PageSpeed Insights check shows a quota error

Why the Core Web Vitals check sometimes fails to refresh, and how to fix it.

1 min read Updated Jun 8, 2026 Beginner

What you will see

The Core Web Vitals card surfaces a quota or rate-limit notice instead of LCP, FID, and CLS values.

What it means

Google PageSpeed Insights enforces a daily quota on every API key. The free quota is large enough for one site checked a few times a day, but it can be exhausted if:

  • The same key is shared across many sites.
  • An external script is hammering the same key.
  • Your Google Cloud project has hit its overall quota.

Fix it in two minutes

  1. Open the Google Cloud Console — Credentials page.
  2. Create a new API key dedicated to this site.
  3. Paste it into Mission Control → Settings → PageSpeed API Key.
  4. From the dashboard, run a manual health check to refresh the card.

If it keeps happening

Restrict the new key to the PageSpeed Insights API only and to a single referrer URL, which prevents accidental reuse from other sites and bots.

Did this answer your question?