✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for CDN Enabler: rewrite & exclusion tables

CDN Enabler rewrites static asset URLs through a single options blob in WordPress. SleekView surfaces every directory, exclusion, and host as a flat row so the configuration becomes a real audit table instead of a textarea.

♾️ Lifetime License available

SleekView table view for CDN Enabler

Read your CDN Enabler configuration as a structured table

CDN Enabler is a configuration-only plugin maintained by KeyCDN: it does not maintain its own database tables, instead storing settings in wp_options under the cdn_enabler key. That option holds the CDN host, the relative URL filter, the list of included directories (wp-content,wp-includes), and the exclusion list. The default admin shows everything as a single form with comma-separated textareas, which makes any audit a copy-paste exercise.

SleekView reads cdn_enabler and pivots it into flat rows. The CDN host becomes a top-level field, each included directory becomes a row with the count of files inside it, and each exclusion becomes a row with the count of front-end requests it removes from rewriting. Relative URL handling and TLS overrides surface in dedicated columns so the resolved behaviour is visible at a glance.

SleekView is honest about CDN Enabler's scope: the plugin does not store hit counts, purge events, or zone metrics because it never calls a CDN API. Counts come from indexing the WordPress filesystem and the rewrite filter, not from upstream logs. Inline edits write through the standard WordPress option API. Saved views like Exclusions with zero requests or Directories outside wp-content scope per role so a developer audits the configuration without exposure to the licence-less cdn_enabler option as a whole.

Workflow

From the cdn_enabler option to a working audit table

1

Connect the option

SleekView registers cdn_enabler as a source and walks the included directories on disk to populate file counts. Exclusions and toggles decode into columns automatically.
2

Compose the audit view

Pick entry, type, target, file or match count, status, and last edited. Save filter sets like 'Exclusions with zero matches' or 'Directories outside wp-content' as named views.
3

Scope per role

Publish the audit to a developer role with the inline edit enabled and the CDN host field set to read-only. The row-level permission check runs before the query.
4

Act inline

Add or remove a directory, update an exclusion, or change the relative URL toggle. Every write goes through the standard WordPress option API so the plugin's filter stays authoritative.

Sample columns

A typical CDN Enabler configuration view

Included directories and exclusion patterns in one read-only audit workspace.
Source: wp_options (cdn_enabler) + filesystem index of included directories
Entry Type Target Files or matches Status Last edited
/wp-content/ Included dir cdn.example.com 12,418 Active Apr 22
/wp-includes/ Included dir cdn.example.com 3,901 Active Apr 18
.php Exclusion (skip dynamic URLs) Low Active Apr 09
/wp-content/cache/min/ Exclusion (legacy build path) 0 Stale Sep 12 2024

Comparison

Default CDN Enabler admin vs SleekView

Default CDN Enabler admin

  • Configuration sits in a single form with comma-separated textareas
  • No per-entry match data for inclusions or exclusions
  • Relative URL and TLS toggles hide as small checkboxes
  • No way to filter to stale exclusions from removed plugins
  • Hard to delegate audit access to a developer cleanly

SleekView

  • One row per included directory with file counts on disk
  • Exclusion patterns with request match counts from the rewrite filter
  • TLS and relative URL behaviour visible as dedicated columns
  • Sort exclusions by match count to spot stale rules
  • Save shared views like 'Exclusions with zero matches'

Features

What SleekView gives you for CDN Enabler

Included directories as rows

Read each entry in the dirs field of cdn_enabler as a row with the file count on disk. Misplaced directories outside wp-content become visible without an SSH session.

Exclusions with match counts

Show every exclusion pattern with the count of front-end requests it removes from rewriting. Patterns that never match are candidates for removal during a configuration audit.

Inline edits via the option API

Update an included directory or an exclusion from the row. Writes go through the standard WordPress option API so the CDN Enabler filter picks them up on the next request.

Audience

Who uses SleekView for CDN Enabler

Performance engineers

Audit included directories and exclusion patterns against real file counts and real match counts. Sort by zero matches to surface legacy entries left behind by plugin or theme switches.

Agency support

Hand client teams a read-only inventory of which directories are CDN-served. They confirm wp-content and wp-includes are covered without rights to change the configuration.

Developers after a theme refactor

Filter exclusion rules to ones referencing paths that no longer exist on disk. Remove the dead entries before they create confusion during the next CDN migration.

The bigger picture

Why a config-only CDN plugin still needs a structured surface

CDN Enabler is intentionally minimal. The plugin does one job, rewriting asset URLs from the local host to a CDN host, and it does it without analytics, dashboards, or upstream API calls. That minimalism is appropriate for the role, but it leaves no audit surface inside WordPress.

The default form keeps directories and exclusions as comma-separated lists, and nothing tells you whether an exclusion is doing anything or whether a directory still exists on disk. Most teams discover a stale exclusion only during a theme refactor, when a path referenced in excludes turns out to belong to a plugin removed last quarter. SleekView treats the cdn_enabler option as exactly what it is: a structured record with directories, exclusions, and toggles.

Each entry becomes a row, each exclusion gets a real match count, and each included directory shows its file count on disk. Developers can remove dead entries with confidence, agencies can audit configurations across client sites, and site owners can confirm coverage without learning a new admin. The plugin stays small; the audit gets first-class treatment.

Questions

Common questions about SleekView for CDN Enabler

No. CDN Enabler is free and works with any CDN host you configure in the option, including KeyCDN, BunnyCDN, or Cloudflare's hostname-based setup. SleekView reads the cdn_enabler option regardless of which CDN sits behind the host.

 

From the plugin's own rewrite filter. SleekView counts how many requests on the page each pattern affects when the filter runs, then aggregates it as a rolling number stored in a separate option. CDN Enabler itself never collects this data, so the count is a SleekView addition.

 

Yes. The inline action updates the excludes array inside the cdn_enabler option through the standard WordPress option API. The plugin's rewrite filter sees the new pattern on the next request without any cache flush.

 

No. SleekView only reads from wp_options and the file index, and the front-end rewrite filter continues to swap asset URLs as before. The view runs inside the admin and never affects page rendering.

 

Yes. SleekView scopes views per role. A developer can read the included directories, exclusions, and match counts without holding rights to change the underlying option or to manage other site settings.

 

Yes. Each subsite stores its own cdn_enabler option, and SleekView respects that scope. Each subsite shows only its own directories and exclusions.

 

Yes. The saved view exports to CSV from the table header with active filters, sort order, and columns preserved. A snapshot of included directories and exclusion match counts is a useful artefact during a CDN migration.

 

Those settings live in the same cdn_enabler option as toggle fields. SleekView surfaces them as columns on the main configuration row so the resolved behaviour is visible without scrolling through a settings tab.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView