✨ 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 Kanban for Cache Enabler

SleekView Kanban reads the Cache Enabler on-disk cache directory through the plugin helpers, groups URLs into lanes like cached, expired, uncached, and excluded, and lets your team drag URLs between lanes to purge or warm without leaving wp-admin.

♾️ Lifetime License available

SleekView Kanban board for Cache Enabler

Why Cache Enabler URLs fit a kanban

Cache Enabler is the KeyCDN-built static cache plugin for WordPress, and it stores cached pages as static HTML files on disk under wp-content/cache/cache-enabler/ with a separate variant for the mobile device class. Plugin settings live in wp_options under the cache_enabler key with the TTL, the exclude rules, and the minify settings that decide whether a URL gets a cache file.

The default plugin admin shows aggregate cache stats and a clear cache button. That works for a wholesale purge but is blind to per-URL cache state, which means a developer has to ls the cache directory by hand to see what is cached and what is not. SleekView Kanban reads the same on-disk cache plus the exclude rules, derives a per-URL cache state, and groups URLs into lanes by state. Each card surfaces the URL path, the cache file size, the file age, and the mobile variant flag so a developer scans a lane fast.

Dragging a card from cached back to uncached calls the Cache Enabler clear helper for the URL, which deletes the static file and forces the next visitor request to regenerate the cache. Bulk drags can purge a curated set of URLs in one transaction after a deploy ships, which is exactly the per-URL precision the wholesale clear button does not offer.

Workflow

From Clear Cache button to per-URL board

1

Connect Cache Enabler

Install SleekView next to Cache Enabler. Pick the cache directory and the exclude option rows as the source. SleekView reads every URL with a cache file, every exclude rule, and the configured TTL setting.
2

Pick cache state as the lane

Set the group-by field to the derived cache state. SleekView buckets URLs into cached, expired, uncached, and excluded based on disk presence, file age against TTL, and the exclude list.
3

Choose card fields

Pick which URL fields appear on each card. Most developers pick URL path, cache file size in KB, file mod timestamp, mobile variant flag, and minify state. Full headers open in a side panel.
4

Enable purge drops

Flip the drag-and-drop switch and SleekView calls the Cache Enabler clear helper for the URL on drop. Capabilities decide who can purge URLs, so juniors purge staging pages while seniors purge production at scale.

Sample board

Sample Cache Enabler per-URL board

A live SleekView Kanban grouping Cache Enabler URLs by cache state, with cards showing URL path, cache file size, file modification time, and the mobile variant flag.
Cached
1842
/blog/launch-recap-spring-cohort
size 12KB, modified 14m ago
/pricing-page-with-all-tiers-shown
size 28KB, modified 2h ago
/about-team-and-mission-summary
size 18KB, modified 1d ago
Expired
94
/blog/old-post-from-last-quarter-one
size 14KB, age 8 days
/blog/old-launch-recap-from-prior-year
size 22KB, age 12 days
/blog/old-pricing-archive-snapshot-page
size 18KB, age 30 days
Uncached
146
/blog/new-launch-recap-published-now
no file, queued for next hit
/blog/feature-roundup-april-shipped-today
no file, queued for next hit
/blog/team-update-quarterly-summary-doc
no file, queued for next hit
Excluded
22
/cart pages excluded by plugin rule list
wc rule match, skipped
/my-account excluded by plugin rule list
wc rule match, skipped
/checkout excluded by core plugin rule
wc rule match, skipped

Comparison

Default plugin admin vs SleekView Kanban

Default plugin admin

  • Default admin shows aggregate cache stats and a wholesale clear cache button only
  • No per-URL view of which pages are cached, expired, or excluded from caching today
  • Purging a curated set of URLs requires ssh into the server to delete files manually
  • No audit trail of which user purged which URL or when the manual purge happened
  • Mobile admin view shows the same wholesale stats with no per-URL surface to inspect

SleekView Kanban

  • Groups Cache Enabler URLs by derived cache state with live counts per lane shown
  • Drag from cached to uncached to call the Cache Enabler clear helper for the URL
  • Card fronts show URL path, file size, modified time, and the mobile variant flag
  • Excluded lane lists every URL the exclude rules skip from the static page cache
  • Capability gates restrict per-URL purges on production to senior developer roles

Features

What SleekView Kanban gives you for Cache Enabler

Per-URL state at a glance

Cache Enabler ships a wholesale clear button but no per-URL view of cache state. The kanban reads the cache directory, buckets URLs by state, and shows per-URL detail instead of forcing a sysadmin to ls the cache directory.

Surgical purge by drag

Dragging from cached to uncached calls the Cache Enabler clear helper for that exact URL. The wholesale clear button still works for a global purge, but the kanban gives surgical per-URL precision the default admin does not.

Filter by path or variant

A filter bar narrows lanes by URL pattern, file size, age window, or mobile variant flag. Saved filters are per-user, so a developer chasing only blog URLs keeps a focused board while another watches WooCommerce shop URLs.

Audience

Three teams using the Cache Enabler kanban

Front-end developers

Front-end developers watch the cached lane to confirm a release shipped fresh cache files for the URLs they changed and purge any stale URL straight from the board.

Performance engineers

Performance engineers filter the board to large cache files, sort by file size, and chase the worst offenders into minified or compressed versions that lower disk and bandwidth use.

Hosting sysadmins on call

Hosting sysadmins use the kanban across a fleet of Cache Enabler sites to confirm cache hit rates and purge specific URLs during a customer support incident from one board.

The bigger picture

Why a kanban beats a button for cache

Static caching is a per-URL problem. Cache Enabler is the KeyCDN-built static cache that turns WordPress into a static-file-fast site, and it does so by writing one HTML file per URL into a folder. The default admin abstracts that detail behind a single Clear Cache button and an aggregate hit count, which is fine for a daily glance but useless when a developer needs to know whether one specific URL is cached, expired, or excluded.

A kanban board fixes that shape. Lanes give developers an instant count of URLs in cached, expired, uncached, and excluded, drag-and-drop turns a per-URL purge into a single gesture that calls the Cache Enabler clear helper, and filters let each developer scope the board to the URL patterns they actually own. The same on-disk cache plus the exclude rules power a different mental model that matches how performance teams really think about static caching rather than the single wholesale button the default admin offers.

Questions

Common questions about SleekView Kanban for Cache Enabler

Cache Enabler is free and open source. SleekView reads the on-disk cache directory and the exclude rules through the plugin's public helpers, which means the kanban renders the same way whether or not you also run the KeyCDN add-on for the CDN integration on top of the static cache.

 

Yes. The drag handler calls the Cache Enabler clear helper for that URL, which deletes the matching HTML file from the cache directory on disk. The next visitor request to that URL forces Cache Enabler to regenerate the static cache from the live PHP page render output.

 

Yes. Cache Enabler honors the TTL setting from its options page, which automatically expires files past the configured age. SleekView surfaces the expired lane so you can spot URLs that crossed the TTL boundary, but the cache directory still self-prunes without manual intervention.

 

Yes. SleekView views are configuration only, so you can build one board filtered to blog URLs and another to WooCommerce URLs from the same Cache Enabler dataset. Each developer picks a default board, and admins pin shared boards into the sidebar for the whole team.

 

SleekView reads the exclude rules on every page load, so a URL that newly matches an exclude pattern shows up in the excluded lane automatically. The cached and uncached lanes shrink accordingly, and no kanban reconfiguration is needed for the exclude rule change to take effect.

 

Each cached card opens a side panel showing the response headers that produced the cache file, the minify state for HTML, CSS, and JS, the cache file size, and the mobile variant flag. Developers can inspect a URL without leaving the kanban to dig in the server cache directory.

 

Yes. SleekView respects WordPress capabilities, so you can require a senior developer capability before a card lands in the uncached lane for production-tagged URL patterns. Juniors purge staging URLs freely, but only seniors purge production URLs from the kanban.

 

SleekView reads and writes the existing Cache Enabler cache directory and option rows without adding shadow tables for cache state. View configuration sits in its own small options row, so uninstalling SleekView leaves every cache file and exclude rule exactly where Cache Enabler wrote it.

 

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