✨ 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 Comet Cache

SleekView Kanban reads the Comet Cache directory through the plugin's helpers, groups URLs into lanes like cached, stale, uncached, and excluded, and lets your team drag URLs between lanes to clear or warm specific pages from wp-admin without leaving it.

♾️ Lifetime License available

SleekView Kanban board for Comet Cache

Why Comet Cache URLs fit a kanban

Comet Cache is the WebSharks-built advanced page cache for WordPress, and it stores cached pages as static files under wp-content/cache/comet-cache/ with variants for logged-in users, mobile, and the AC variants the plugin uses for cache key generation. Plugin settings live in wp_options under the comet_cache_options key with the TTL, the exclude rules, and the per-post auto-clear flags.

The default Comet Cache admin shows global stats and a Clear Cache button. That works for a global purge but is blind to per-URL 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 options, 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 variant flags.

Dragging a card from cached back to uncached calls the Comet Cache 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 Cache button does not offer to developers.

Workflow

From global purge button to per-URL board

1

Connect Comet Cache

Install SleekView next to Comet Cache. Pick the cache directory and the comet_cache_options row as the source. SleekView reads every URL with a cache file, the exclude rules, and the configured TTL.
2

Pick cache state as the lane

Set the group-by field to the derived cache state. SleekView buckets URLs into cached, stale, 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, variant flag, and exclude rule match. Full headers open in a side panel.
4

Enable purge drops

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

Sample board

Sample Comet Cache per-URL board

A live SleekView Kanban grouping Comet Cache URLs by cache state, with cards showing URL path, cache file size, file modification time, and the variant flag for each URL.
Cached
2104
/blog/launch-recap-spring-cohort-2026
size 14KB, modified 18m ago
/pricing-page-with-all-tiers-shown
size 32KB, modified 2h ago
/docs/getting-started-guide-page-one
size 22KB, modified 1d ago
Stale
112
/blog/old-post-from-prior-quarter-here
size 14KB, age 8 days now
/blog/old-launch-recap-from-prior-year
size 22KB, age 12 days now
/blog/old-pricing-archive-snapshot-page
size 18KB, age 30 days now
Uncached
187
/blog/new-launch-recap-published-now
no file, queued next hit
/blog/feature-roundup-april-just-shipped
no file, queued next hit
/blog/team-update-quarterly-summary-doc
no file, queued next hit
Excluded
31
/cart pages excluded by core plugin rule
wc rule match, skipped
/my-account excluded by core plugin rule
wc rule match, skipped
/checkout excluded by plugin core rule set
wc rule match, skipped

Comparison

Default Comet admin vs SleekView Kanban

Default Comet admin

  • Default admin shows aggregate cache stats and a wholesale Clear Cache button only
  • No per-URL view of which pages are cached, stale, 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 Comet Cache URLs by derived cache state with live counts per lane shown
  • Drag from cached to uncached to call the Comet Cache clear helper for the URL
  • Card fronts show URL path, file size, modified time, and the variant flag
  • Excluded lane lists every URL the comet_cache_options exclude rules skip
  • Capability gates restrict per-URL purges on production to senior developer roles

Features

What SleekView Kanban gives you for Comet Cache

Per-URL cache state

Comet Cache ships a wholesale Clear Cache 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 directory.

Surgical purge by drag

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

Filter by path or variant

A filter bar narrows lanes by URL path pattern, file size range, age window, or 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 Comet Cache 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 kanban board.

Performance engineers

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

Hosting sysadmins on call

Hosting sysadmins use the kanban across a fleet of Comet Cache 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. Comet Cache is the WebSharks-built advanced cache that turns WordPress into a static-file-fast site by writing one cache file per URL into a folder hierarchy. 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, stale, or excluded.

A kanban board fixes that shape. Lanes give developers an instant count of URLs in cached, stale, uncached, and excluded, drag-and-drop turns a per-URL purge into a single gesture that calls the Comet Cache 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 a single wholesale button.

Questions

Common questions about SleekView Kanban for Comet Cache

Both the free and the Pro versions of Comet Cache write cache files to the same directory and store options under the same key, and SleekView reads that directory and those options directly. The kanban renders the same way regardless of which version you run on the WordPress site.

 

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

 

Yes. Comet Cache honors the TTL setting from its options page, which automatically expires files past the configured age. SleekView surfaces the stale lane so you can spot URLs that crossed the TTL boundary, but the cache directory still self-prunes without 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 Comet Cache 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 variant flag for logged-in or mobile users, the cache file size, and the file age. 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 Comet 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 Comet Cache 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