orbit-perf-cdn

Audit WordPress plugin assets for CDN compatibility, URL rewriting, cache headers, and CORS settings.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-perf-cdn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-perf-cdn
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-perf-cdn
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-perf-cdn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenges of ensuring that a WordPress plugin's assets are compatible with various Content Delivery Networks (CDNs), including proper URL rewriting, cache headers, and CORS settings for cross-origin fonts.

Core Features & Use Cases

  • CDN Compatibility Audit: Verifies that asset URLs are CDN-rewrite-safe, use immutable cache headers, and handle query strings correctly.
  • CORS for Fonts: Ensures that CDN-served fonts have the necessary CORS headers for cross-origin rendering.
  • Edge Purging: Facilitates edge purging to ensure CDN cache is updated when the plugin is updated.
  • Use Case: Ideal for plugins that require CDN integration to improve performance and availability, ensuring that CDN configurations do not hinder plugin functionality.

Quick Start

Use the orbit-perf-cdn skill to run a CDN compatibility audit on the plugin assets.

Frequently Asked Questions about orbit-perf-cdn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my WordPress plugin assets are CDN compatible?

To check CDN compatibility for WordPress plugin assets, you need to verify that asset URLs support rewriting, use immutable cache headers, and handle query strings correctly. This ensures assets are served properly through a CDN.

Why do CDN-served fonts fail to render on my WordPress site?

CDN-served fonts fail to render cross-origin when proper CORS headers are missing. Ensuring your CDN configuration includes the necessary CORS settings for fonts allows them to load correctly across different origins.

How do I update CDN cache when my WordPress plugin is updated?

To update CDN cache after a WordPress plugin update, you need to facilitate edge purging. This clears the cached versions on the CDN edge servers, ensuring visitors receive the latest updated plugin assets.

Does my WordPress plugin need specific cache headers for CDN delivery?

Yes, WordPress plugin assets delivered via CDN need immutable cache headers. Verifying that your assets use proper cache headers and handle query strings correctly prevents outdated content from being served to users.

What is involved in a CDN compatibility audit for WordPress plugins?

A CDN compatibility audit for WordPress plugins verifies that asset URLs are rewrite-safe, checks cache headers for immutability, and validates CORS settings for cross-origin fonts. It ensures CDN configurations do not hinder plugin functionality.