Skip to content
← All articles
performanceIntermediate4 min readLast updated: Apr 30, 2026

WPO Explicit Width Height check

AIDE check `wpo-explicit-width-height` — under the performance category. Learn what it measures, why it matters and how to fix it.

  • #wpo
  • #performance

What this check measures

wpo-explicit-width-height — Performance.

AIDE check wpo-explicit-width-height — under the performance category. Learn what it measures, why it matters and how to fix it.

Profiles using this check: wpo

Why it matters

Page speed isn't just UX, it's a ranking signal. Pages that miss Core Web Vitals thresholds drop in Google rankings, and AI agents don't see content they can't render in time.

How AIDE tests it

AIDE's scanner inspects your HTML, response headers, and where applicable external signals to evaluate wpo-explicit-width-height, then returns PASS / WARNING / FAIL / SKIPPED against the threshold. Weight: 4.5 points, severity: low.

How to fix it

  • Serve images as WebP/AVIF with lazy-loading.
  • Minify and tree-shake JS/CSS; defer render-blocking scripts.
  • Distribute static assets via CDN; use font-display: swap.

Related resources

1284 subscribers

Weekly AI-Readiness newsletter

New articles, industry trends, check updates — one email a week.

Sitenizde deneyin

Tek bir tıklamayla bu kontrolü çalıştırın.

Which check do you want?
WPO Explicit Width Height check | AIDE