Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
thedaviddias avatar

Resource Hints

  • 1 installs
  • 73.4k repo stars
  • Updated June 18, 2026
  • thedaviddias/frontendchecklist

Adds preload, preconnect, prefetch, and dns-prefetch hints so the browser fetches critical and next-navigation assets earlier.

About

Applies the right resource hints to start fetching critical assets sooner, improving LCP by 100-300ms on average. A developer uses it when auditing slow loads and heavy assets.

  • Preload above-the-fold fonts and hero images
  • Preconnect third parties, prefetch likely next-nav resources

Resource Hints by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,914 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thedaviddias/frontendchecklist --skill resource-hints

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars73.4k
Last updatedJune 18, 2026
Repositorythedaviddias/frontendchecklist

What it does

Adds preload, preconnect, prefetch, and dns-prefetch hints so the browser fetches critical and next-navigation assets earlier.

Files

SKILL.mdMarkdownGitHub ↗

Use resource hints for faster loading

Resource hints let the browser start fetching critical assets earlier—improving LCP by 100-300ms on average.

Quick Reference

  • Use preload for critical above-the-fold resources (fonts, hero images)
  • Use preconnect for third-party origins (CDNs, APIs, analytics)
  • Use prefetch for resources likely needed on next navigation
  • Use dns-prefetch as a lightweight alternative to preconnect

Check

Analyze resource hints on this page and verify critical resources use preload/preconnect for optimal loading.

Fix

Add appropriate resource hints (preload, prefetch, preconnect) for critical assets to improve loading performance.

Explain

Explain the differences between preload, prefetch, preconnect, and dns-prefetch and when to use each.

Code Review

Review the routes, assets, and loading behavior that affect Use resource hints for faster loading. Flag exact files, requests, or rendering steps that add unnecessary network, CPU, or layout cost, and describe the measurement method used to confirm the issue.

---

For full implementation details, code examples, and framework-specific guidance, see references/rule.md.

Rule page: https://frontendchecklist.io/en/rules/performance/resource-hints

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.