Features
xSpeed Hub Pricing Docs Blog Scan
Appearance
Get Plugin

How to add resource hints

Optimization 4 min

Tell the browser what to fetch before it discovers it needs to — preload your hero image, warm up font connections, and predict the visitor's next page.

A browser discovers what a page needs by reading it top to bottom. Your hero image sits in the markup; the font it needs comes from a stylesheet it hasn’t parsed yet. Resource hints short-circuit that discovery — they tell the browser up front what’s coming, so fetching starts earlier than it otherwise could.

Where to find it

  1. In your WordPress admin, click xSpeed Cache in the left menu.
  2. In the xSpeed Cache sidebar, open the Optimization group.
  3. Click the Resource Hints card.

Shortcut: open wp-admin/admin.php?page=xspeed#/performance/resource-hints directly.

✅ This panel is part of xSpeed Cache (Free). Its SmartPredict tab is ⭐ Pro.

The Resource Hints panel and its two tabs


Tabs on this panel

TabFeatureTierGuide
HintsPreload the LCP image, preconnect to font hostsFreeHow to preload your hero image
SmartPredictSpeculation rules that prefetch the likely next page⭐ ProHow to prefetch the next page

Each tab has its own address, so you can link straight to one:

TabURL
Hints#/performance/resource-hints
SmartPredict#/performance/resource-hints/speculation

Which one should you use?

Both make the browser fetch earlier, but they operate on different timescales.

HintsSmartPredict
ScopeThe page being loaded nowThe page the visitor might go to next
What it speeds upFirst paint, Largest Contentful PaintThe next navigation
RiskVery low — the defaults ship onModerate — fetches pages nobody may visit
TierFree⭐ Pro

Hints is on by default and needs no thought. It’s the rare setting that’s safe, useful, and requires no configuration — the panel calls its defaults “safe, no-config optimizations that help every theme.”

SmartPredict is a different bet: it spends bandwidth now on a page the visitor probably wants, to make that navigation feel instant. Worth it on sites with predictable journeys; wasteful on sites where visitors scatter.