✨ 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 W3 Total Cache

SleekView reads the W3 Total Cache disk, opcode, and database cache stores directly, groups every URL by its current cache state, and lets your team drag cards between Uncached, Preloading, Cached, and Stale so the underlying record updates the moment the column changes.

♾️ Lifetime License available

SleekView Kanban board for W3 Total Cache

Why W3 Total Cache stores fit a kanban view

W3 Total Cache splits its work across several stores. The page cache disk store lives under wp-content/cache/page_enhanced/ with one HTML file per URL. The minify store writes hashed bundles under wp-content/cache/minify/. The CDN push queue tracks file uploads in wp_options under a serialized w3tc_cdn_queue array, and the preload schedule sits next to it under w3tc_pgcache_prime. The default Performance dashboard exposes an Empty All Caches button and a counter, which works on a small site and hides every interesting detail the moment a single cache layer misbehaves.

SleekView Kanban reads the same disk folders and option rows the dashboard aggregates. Pick a derived w3tc_state field that buckets URLs by page cache presence, preload queue membership, minify bundle status, and CDN upload state and every URL becomes a card grouped under Uncached, Preloading, Cached, or Stale. Card fronts can show the URL path, the page cache file size, the minify bundle hash, the CDN upload status, and the last write timestamp so a developer can spot bottlenecks across the cache stack without leaving the board.

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

Workflow

From Empty All Caches to a live W3TC board

1

Connect the W3 Total Cache source

Point SleekView at the W3 Total Cache stores, including the page_enhanced and minify folders and the w3tc_cdn_queue and w3tc_pgcache_prime option rows. Add filters for URL pattern, file age range, or CDN upload status so the board scopes to URLs the team cares about right now.
2

Pick a status column to group by

Choose the derived w3tc_state field as the kanban grouping. SleekView reads the page cache folder, the minify bundle store, the preload queue, and the CDN upload queue to bucket each URL into Uncached, Preloading, Cached, or Stale, with column counts updating live.
3

Configure card fronts

Pick the fields each card shows. URL path, page cache file size in kilobytes, minify bundle hash, CDN upload status, and last write timestamp are common picks, so a developer can sort by size when planning a purge or by CDN status when troubleshooting edge delivery.
4

Move cards to update W3 Total Cache

Dragging a card calls the matching plugin helper. A move from Stale back to Uncached purges the file on disk and clears the matching CDN object. A move into Cached forces a preload tick. Every move writes an audit row naming the user, source column, destination, and timestamp.

Sample board

Sample W3 Total Cache kanban layout

Four columns, one card per URL, color coded by combined cache and CDN state. Drag a Stale card back to Uncached and the on-disk file and matching CDN object are both purged in one click.
Uncached
172
/blog/launch-recap
no page file, queued
/pricing
no page file, queued
/docs/getting-started
no page file, awaiting preload
Preloading
18
/blog/perf-checklist
minify rebuild pending
/features/automation
CDN upload pending
/changelog
minify rebuild running
Cached
1924
/blog/internal-linking
388 KB, CDN delivered
/blog/schema-guide
271 KB, CDN delivered
/blog/site-speed-2026
411 KB, CDN delivered
Stale
74
/blog/old-launch-2022
TTL exceeded by 9d
/blog/sunset-feature
TTL exceeded by 17d
/legacy/intro-deck
TTL exceeded by 28d

Comparison

Default W3TC dashboard versus SleekView Kanban

Default W3TC dashboard

  • Empty All Caches button purges every store at once with no per-URL targeting
  • Minify bundle status hidden inside a serialized option with no visible queue
  • CDN push progress reported as a single counter on the dashboard sidebar
  • No board view that groups URLs by combined cache state with drag semantics
  • Audit history of cache purges and CDN pushes is not exposed in the admin

SleekView Kanban

  • Live grouping by derived w3tc_state across page cache, minify, and CDN
  • Drag-and-drop calls the same helpers the Empty All Caches action uses
  • Card fronts show URL, file size, bundle hash, CDN status, and write time
  • Per-user audit log records every column change with timestamp and source column
  • Filters apply at the SQL and filesystem level so multi-store sites stay responsive

Features

What SleekView Kanban gives you for W3 Total Cache

Group by combined cache state

W3 Total Cache splits work across page cache, minify, database cache, and CDN push. SleekView combines those signals into a single state per URL, so the board mirrors what the visitor actually receives instead of forcing the team to open four dashboards at once.

Drag to purge across stores

Every move writes back through the W3 Total Cache helper layer. Dragging a card to Uncached purges the page cache file and clears the matching CDN object. Dragging into Cached forces a preload tick. Automatic purge on post save still runs alongside, no collisions.

See CDN delivery on the card

The W3TC CDN push queue records whether each cached file has reached the edge yet. SleekView surfaces the CDN upload status on the card front, so an ops lead can spot Cached URLs that are still waiting on a CDN sync before the next traffic spike arrives.

Audience

How teams use the W3 Total Cache board

Stuck preload triage

Filter to Preloading rows older than ten minutes and drag the stuck URLs back to Uncached. The plugin re-queues them on the next cron tick instead of waiting for the original preload job to time out by itself.

CDN sync audit

Filter Cached rows where the CDN upload status is pending and sort by file size. The board flags large objects holding up the CDN queue, so the team can prioritize the next push or unblock the upload pipeline.

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 and the matching CDN clear in one pass instead of clicking through individual delete buttons.

The bigger picture

Why a kanban view changes W3 Total Cache operations

W3 Total Cache is one of the oldest and broadest cache plugins on WordPress. The Performance dashboard juggles page cache, minify, object cache, database cache, fragment cache, browser cache, and CDN push under a single tabbed interface. The breadth is what makes it powerful, and the breadth is what makes it hard to operate at scale.

An Empty All Caches button hides the fact that only the minify bundle for a single template is broken. A CDN upload counter hides the fact that one large object has been pending for an hour. The team relearns these blind spots every time a launch goes badly.

A kanban board flips that around. Every URL is a card. Every combined cache state is a column.

A glance at the board tells the team how many URLs are uncached, how many are stuck in preload or CDN push, how many are stale past their TTL, and which paths dominate each group. Dragging a card writes the change back through the same helpers the dashboard already trusts. The Empty All Caches button 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 stack the way the cache stack already sees itself.

Questions

Common questions about SleekView Kanban for W3 Total Cache

Live. SleekView reads the same disk folders and option rows that the W3 Total Cache dashboard reads from. Filters apply at the filesystem and database level, so a board scoped to today's stuck CDN uploads reflects rows that are stuck right now, not yesterday's snapshot.

 

No. SleekView calls the same purge helpers W3 Total 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 any cache store in an inconsistent state.

 

Yes. SleekView derives a single state per URL by combining page cache presence, minify bundle status, and CDN upload state. Card fronts can show all three fields side by side, so the team sees the full cache stack for a URL on one card without switching dashboards.

 

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 SQL and filesystem level rather than in JavaScript. A typical board scopes to a URL pattern, to Stale rows past a TTL threshold, or to rows where the CDN upload is pending, so the rendered card count stays under a thousand even with every cache store enabled.

 

Yes. The W3 Total Cache CDN push queue records whether each cached file has reached the edge already. SleekView surfaces both the upload status and the page cache file size on the card front, so an ops lead can sort by file size when planning a purge or by CDN state when troubleshooting.

 

Yes. The object cache store works in parallel with the page cache and the minify store. The kanban board groups URLs by the page cache and CDN state because those are the visitor-facing layers, while the object cache continues to back PHP queries without needing a kanban view of its own.

 

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