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

Preconnect

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

Adds preconnect hints for the 2 to 4 most critical third-party origins to run DNS, TCP, and TLS setup ahead of the critical path.

About

Establishes early connections to essential third-party origins like fonts and APIs to shave connection overhead off the critical path. A developer uses it when auditing slow loads and rendering delays.

  • Preconnect handles DNS, TCP, and TLS early
  • Limit to 2-4 most critical origins

Preconnect by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,912 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 preconnect

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 preconnect hints for the 2 to 4 most critical third-party origins to run DNS, TCP, and TLS setup ahead of the critical path.

Files

SKILL.mdMarkdownGitHub ↗

Use preconnect for critical third-party origins

Preconnecting to essential origins can shave hundreds of milliseconds off the critical path by handling connection overhead ahead of time.

Quick Reference

  • Establish early connections to important third-party domains (e.g., fonts, APIs)
  • Reduce latency by performing DNS lookup, TCP handshake, and TLS negotiation early
  • Avoid overusing preconnect; limit to 2-4 most critical origins

Check

Review the page's head for preconnect hints and identify any missing or unnecessary connections to third-party domains.

Fix

Add <link rel="preconnect"> for critical third-party origins and remove it for non-essential or underutilized domains.

Explain

Explain how preconnect helps reduce the time spent on connection overhead for third-party resources.

Code Review

Review the routes, assets, and loading behavior that affect Use preconnect for critical third-party origins. 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/preconnect

Related skills

This week in AI coding

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

unsubscribe anytime.