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

SleekView reads the WP Fastest Cache directory and minify queue 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 WP Fastest Cache

Why WP Fastest Cache files fit a kanban view

WP Fastest Cache stores its page cache as static HTML on disk under wp-content/cache/all/ and wp-content/cache/wpfc-mobile-cache/, with minified CSS and JS landing in wp-content/cache/wpfc-minified/. The preload schedule and exclusion rules live in wp_options under the WpFastestCache and WpFastestCachePreload keys. The Delete Cache button on the toolbar fires a wholesale purge, which works for everyday operation and hides every interesting detail the moment a single URL misbehaves.

SleekView Kanban reads the same cache folders the plugin writes to. A derived wpfc_state field buckets URLs by whether an HTML file exists on disk, whether the preload cron has the URL queued, whether the file age is past the configured TTL, and whether the URL is in the exclude list. Card fronts can show the URL path, the cache file size, the file modification timestamp, the minified asset bundle name, and the mobile variant flag so a developer can spot stale or skipped pages without leaving the board.

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

Workflow

From Delete Cache button to a live cache board

1

Connect the WP Fastest Cache source

Point SleekView at the WP Fastest Cache directories and option rows, including the all and wpfc-mobile-cache folders and the WpFastestCachePreload schedule. Add filters for URL pattern, file age range, or mobile variant so the board scopes to URLs the team cares about right now.
2

Pick a status column to group by

Choose the derived wpfc_state field as the kanban grouping. SleekView reads the cache folder, the preload queue, the exclude list, and the file age to bucket each URL into Uncached, Preloading, Cached, or Stale, with column counts updating live as cron ticks add new files.
3

Configure card fronts

Pick the fields each card shows. URL path, cache file size in kilobytes, file modification timestamp, minified bundle hash, and mobile variant flag are common picks, so a developer can sort by size when planning a purge or by age when archiving stale URLs from the cache.
4

Move cards to update WP Fastest Cache

Dragging a card calls the matching plugin helper. A move from Stale back to Uncached purges the file on disk. A move into Cached forces a fresh 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 Fastest Cache kanban layout

Four columns, one card per URL, color coded by cache state. Drag a Stale card back to Uncached and the on-disk file is deleted within the same click, ready for the next preload tick.
Uncached
146
/blog/launch-roundup-may
no file on disk, queued
/pricing
no file on disk, queued
/docs/quickstart
no file on disk, awaiting preload
Preloading
11
/blog/perf-checklist
cron tick 38, minify pending
/features/automation
cron tick 39, mobile pending
/changelog
cron tick 39, minify running
Cached
1614
/blog/internal-linking
318 KB, written 22s ago
/blog/schema-guide
264 KB, written 41s ago
/blog/site-speed-2026
402 KB, written 55s ago
Stale
58
/blog/old-launch-2022
TTL exceeded by 11d
/blog/sunset-feature
TTL exceeded by 18d
/legacy/intro-deck
TTL exceeded by 26d

Comparison

Default cache settings versus SleekView Kanban

Default WPFC cache settings

  • One Delete Cache button purges every URL at once with no per-URL targeting
  • Preload progress hidden behind a cron schedule with no visible queue depth
  • Exclusion rules live in a textarea separate from the URL list they govern
  • 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 wpfc_state across cache folder, preload queue, and exclude list
  • Drag-and-drop calls the same helpers the Delete Cache action uses internally
  • Card fronts show URL, file size, write time, minify bundle, and mobile flag
  • Per-user audit log records every column change with timestamp and source column
  • Filters apply at the SQL and filesystem level so large sites stay responsive

Features

What SleekView Kanban gives you for WP Fastest Cache

Group by real cache state

SleekView derives the cache state from the on-disk file, the preload cron queue, and the exclude list. The same logic the toolbar relies on to decide whether to serve a cached page now drives the column layout, so the board mirrors what visitors actually receive.

Drag to purge or preload

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

Filter to actionable subsets

Filters narrow the board to URLs older than a threshold, URLs matching a path pattern, or URLs flagged for the mobile variant only. Rendered card counts stay manageable even on sites with tens of thousands of cached HTML files spread across the cache folder tree.

Audience

How teams use the WP Fastest 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 job to time out on its own.

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.

Mobile variant audit

Filter to the mobile variant flag and group by cache state. The board flags URLs where the mobile variant is missing or stale, so the team can re-preload before the next mobile traffic spike.

The bigger picture

Why a kanban view changes WP Fastest Cache operations

Cache plugins make one promise. Visitors should receive a static HTML file instead of waking up PHP and the database for every request. WP Fastest Cache keeps that promise well on a small site, where the Delete Cache button and the preload schedule are enough tooling for one person to manage the cache by hand.

On a site with thousands of URLs spread across products, blog posts, and documentation, the same controls go opaque. A purge button hides the fact that only a small slice of URLs is actually stale. A preload schedule hides the fact that a handful of URLs are stuck on a slow third-party API and never finish.

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 stuck in 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 plugin already trusts.

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

Questions

Common questions about SleekView Kanban for WP Fastest Cache

Live. SleekView reads the same cache folders and option rows that the WP Fastest Cache toolbar reads from. Filters apply at the filesystem and database level, so a board scoped to today's stuck preloads reflects URLs that are stuck right now, not yesterday's snapshot.

 

No. SleekView calls the same purge helpers the plugin 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 on disk.

 

Yes. WP Fastest Cache writes minified bundles to the wpfc-minified folder and references them in each cached HTML file. SleekView surfaces the bundle hash and rewrite status as card fields, so a Cached card still flags a stale or missing minify bundle that the team needs to rebuild.

 

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 Preloading rows only, so the rendered card count stays under a thousand. Older entries remain queryable through saved filter views.

 

Yes. WP Fastest Cache writes a static HTML file per URL with a known size and modification time. SleekView surfaces both as card fields, 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. The CDN integration in WP Fastest Cache flags whether a cached HTML file has been pushed to the edge yet. SleekView reads the same flags, so the board can show whether a Cached URL is already on the CDN edge or is still waiting for the next warm-up cycle 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