✨ 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 WP Super Cache

SleekView reads the WP Super Cache supercache and wp-cache folders directly, groups every URL by its current cache state, and lets your team drag cards between Uncached, Preloading, Cached, and Stale so the underlying file updates the moment the column changes on the board.

♾️ Lifetime License available

SleekView Kanban board for WP Super Cache

Why WP Super Cache files fit a kanban view

WP Super Cache writes static cache files into two parallel folders. The supercache mode stores plain HTML under wp-content/cache/supercache/<host>/<path>/, served directly by Apache or Nginx without invoking PHP. The legacy wp-cache mode stores serialized cache files under wp-content/cache/wp-cache-<hash>.html, served by PHP for logged-in or commented users. The preload schedule lives in wp_options under the wp_cache_preload_* keys and walks the sitemap on a fixed cron interval. The default Cache Contents screen surfaces a Delete Cache toggle and a file count, which works on a small site and hides every interesting detail the moment a preload run stalls.

SleekView Kanban reads the same supercache and wp-cache folders the Cache Contents screen scans. A derived wpsc_state field buckets URLs by whether a supercache HTML file exists, whether the preload schedule has the URL queued, whether the file age is past the configured TTL, and whether the URL is in the rejected URI list. Card fronts can show the URL path, the supercache file size, the file modification time, the wp-cache fallback flag, and the preload position so a developer can spot stale or skipped pages without leaving the board.

Dragging a card between columns calls the WP Super Cache helper functions. A move from Stale back to Uncached deletes the supercache file and re-queues the URL for the next preload tick. A move from Preloading back to Uncached cancels the in-flight cron task. The plugin's automatic purge on post save keeps running, so a manual board action never collides with the plugin's normal cache invalidation flow on disk.

Workflow

From Cache Contents toggles to a live cache board

1

Connect the WP Super Cache source

Point SleekView at the WP Super Cache folders, including the supercache host folder and the wp-cache fallback directory. Add filters for URL pattern, file age range, or rejected URI status so the board scopes to URLs the team cares about right now during a launch or audit.
2

Pick a status column to group by

Choose the derived wpsc_state field as the kanban grouping. SleekView reads the supercache folder, the preload schedule, the rejected URI list, and the file age to bucket each URL into Uncached, Preloading, Cached, or Stale, with column counts updating live as cron ticks run.
3

Configure card fronts

Pick the fields each card shows. URL path, supercache file size in kilobytes, file modification timestamp, wp-cache fallback flag, and preload position are common picks, so a developer can sort by size when planning a purge or by age when archiving stale URLs from the cache folder.
4

Move cards to update WP Super Cache

Dragging a card calls the matching plugin helper. A move from Stale back to Uncached deletes the supercache file. A move into Cached forces a preload tick for that URL. Every move writes an audit row naming the user, the source column, the destination column, and the timestamp.

Sample board

Sample WP Super Cache kanban layout

Four columns, one card per URL, color coded by supercache file state. Drag a Stale card back to Uncached and the supercache HTML file is deleted within the same click, ready for the next preload tick.
Uncached
192
/blog/launch-roundup
no supercache file, queued
/pricing
no supercache file, queued
/docs/quickstart
no supercache file, queued
Preloading
16
/blog/perf-checklist
preload position 14 of 32
/features/automation
preload position 15 of 32
/changelog
preload position 16 of 32
Cached
1748
/blog/internal-linking
342 KB, written 28s ago
/blog/schema-guide
284 KB, written 46s ago
/blog/site-speed-2026
388 KB, written 1m ago
Stale
67
/blog/old-launch-2022
TTL exceeded by 12d
/blog/sunset-feature
TTL exceeded by 19d
/legacy/intro-deck
TTL exceeded by 27d

Comparison

Default Cache Contents versus SleekView Kanban

Default Cache Contents page

  • Cache Contents page lists files in two long tables with no per-URL filter
  • Delete Cache toggle purges every URL at once with no per-URL targeting
  • Preload schedule progress reported as a position counter with no visible queue
  • No board view that groups URLs by cache state with drag-to-update semantics
  • Audit history of cache purges and preload runs is not exposed in the admin

SleekView Kanban

  • Live grouping by derived wpsc_state across supercache and wp-cache folders
  • Drag-and-drop calls the same helpers the Delete Cache action uses
  • Card fronts show URL, file size, write time, wp-cache flag, and preload position
  • Per-user audit log records every column change with timestamp and source column
  • Filters apply at the filesystem level so large supercache folders stay responsive

Features

What SleekView Kanban gives you for WP Super Cache

Group by real cache state

SleekView derives the cache state from the supercache HTML file on disk, the preload schedule position, and the rejected URI list. The same logic WP Super Cache relies on to decide whether to serve a cached page now drives the column layout, so the board mirrors visitor delivery.

Drag to purge or preload

Every move writes back through the WP Super Cache helper layer. Dragging a card to Uncached deletes the supercache file. Dragging into Cached forces a preload tick. The plugin's automatic purge on post save still runs alongside, no collisions in the cache folder.

Filter to actionable subsets

Filters narrow the board to URLs older than a threshold, URLs matching a path pattern, or URLs flagged as rejected. Rendered card counts stay manageable even on sites with tens of thousands of supercache files spread across the host folder tree on the filesystem.

Audience

How teams use the WP Super Cache board

Stuck preload triage

Filter to Preloading rows where the preload position has not advanced for fifteen minutes and drag the stuck URLs back to Uncached. The plugin re-queues them on the next cron tick instead of waiting for the run to time out.

Stale URL cleanup

Filter to Stale rows past the TTL by a week or more and drag the archive in bulk back to Uncached. The board completes the purge in one pass instead of clicking through individual delete buttons on the Cache Contents page.

Rejected URI audit

Filter to URLs flagged on the rejected URI list and group by cache state. The board reveals URLs the team intentionally excluded years ago that no longer need exclusion, ready for the team to remove from the exclude list.

The bigger picture

Why a kanban view changes WP Super Cache operations

WP Super Cache has been the default cache plugin for years on shared hosts and budget VPS deployments. The plugin works because it stays simple. A static HTML file lives next to the URL it serves, and the web server hands it back without ever calling PHP.

The simplicity is what makes the plugin reliable, and the simplicity is what makes it hard to operate at scale. A single Delete Cache toggle hides the fact that only a small subset of URLs is stale. A preload position counter hides the fact that one URL is wedged on a slow third-party include and the run never finishes.

The team relearns these blind spots every time a launch goes badly. A kanban board flips that around. Every URL is a card.

Every cache state is a column. A glance at the board tells the team how many URLs are uncached, how many are mid-preload, how many are stale past their TTL, and which paths dominate each group. Dragging a card writes the change back to disk through the same helper functions the cron task already trusts.

The Delete Cache toggle still exists, and still works as a last resort. The board exists for the rest of the time, when the team needs to see the cache the way a cache plugin already sees it.

Questions

Common questions about SleekView Kanban for WP Super Cache

Live. SleekView reads the same supercache and wp-cache folders WP Super Cache writes to on each cache hit. Filters apply at the filesystem level, so a board scoped to today's stuck preloads reflects URLs that are stuck right now, not yesterday's snapshot taken from a scan job.

 

No. SleekView calls the same purge helpers WP Super Cache uses internally on post save. Automatic invalidation continues to run normally. A manual board move and an automatic invalidation can both happen in the same minute without leaving the cache folder in an inconsistent state.

 

Yes. SleekView reads both the supercache host folder and the wp-cache fallback directory and derives a combined state per URL. The card front can show a flag whenever the wp-cache fallback is active because the visitor was logged in or had commented on the URL recently.

 

Yes. Every move runs through current_user_can('manage_options') before any cache helper is called. A contributor account can drag cards for personal sorting but the change does not persist, with a toast notification explaining why the move was rejected by the capability check.

 

Filters apply at the filesystem level rather than in JavaScript. A typical board scopes to a URL pattern, to Stale rows past a TTL threshold, or to Preloading rows only, so the rendered card count stays under a thousand. Older entries remain queryable through saved filter views in the admin.

 

Yes. WP Super Cache writes a static HTML file per URL with a known size and modification time. SleekView surfaces both fields on the card front, so an ops lead can sort by file size when planning a selective purge or by write time when archiving stale URLs from the cache folder.

 

Yes. WP Super Cache itself does not push to a CDN, but most installs sit behind one. SleekView can pull the CDN cache status from a companion source so a Cached card flags whether the CDN edge has the URL already or is still waiting for the next warm-up to complete.

 

Yes. Every drag writes a meta entry naming the user, the source column, the destination column, and the timestamp. The entry lives in a SleekView audit table so audits, exports, and downstream automations can read the trail without a separate event log or external service integration.

 

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