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

Cdn

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

Checks whether static assets are served from a CDN with proper caching and geographic distribution to cut latency.

About

A frontend-checklist performance rule for serving static assets through a CDN. A developer uses it when global users face high latency from a single-origin server.

  • Edge servers cut latency 50-70% for global users
  • Options include Cloudflare, Vercel, CloudFront, Fastly

Cdn 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 cdn

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

Checks whether static assets are served from a CDN with proper caching and geographic distribution to cut latency.

Files

SKILL.mdMarkdownGitHub ↗

Use a content delivery network

A CDN serves static assets from geographically distributed servers—users download from the nearest location, dramatically reducing latency and improving load times.

Quick Reference

  • CDNs serve content from edge servers closest to users
  • Reduces latency by 50-70% for global users
  • Handles traffic spikes and provides DDoS protection
  • Popular options: Cloudflare, Vercel, AWS CloudFront, Fastly

Check

Check if static assets are served from a CDN and if the CDN is properly configured.

Fix

Configure a CDN to serve static assets with proper caching headers and geographic distribution.

Explain

Explain how CDNs reduce latency by serving content from geographically distributed servers.

Code Review

Review the routes, assets, and loading behavior that affect Use a content delivery network. 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/cdn

Related skills

This week in AI coding

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

unsubscribe anytime.