✨ 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 for WP Fastest Cache: cached file & exclusion tables

WP Fastest Cache stores static files on disk and tracks exclusions through the WpFastestCache options array. SleekView turns the cache directory and the options into a single audit surface so cached pages, exclusions, and minified bundles are visible together.

♾️ Lifetime License available

SleekView table view for WP Fastest Cache

Read your WP Fastest Cache directory like a working table

WP Fastest Cache writes static HTML to wp-content/cache/all/ with one folder per cached URL, each containing an index.html. Mobile cache mirrors that structure under a separate path, and minified CSS and JS bundles land in wp-content/cache/wpfc-minified/. Configuration sits in the WpFastestCache option, including page exclusions, JS exclusions, the CDN URL, and timeout values. The default admin shows aggregate cache size and a manual list of excluded pages in a textarea. There is no per-file view of which URLs are cached, when each file was created, or which exclusions are actually matching.

SleekView indexes both cache directories and reads the WpFastestCache options so the same data becomes flat rows. One row per cached URL can show the path, file size, age, mobile cache state, and the post type or template behind it. Exclusion rules become their own table where each pattern carries a match count and sample URLs. Minified bundles surface as their own view with hash, size, and last access timestamp.

SleekView is read-only against the cache directory and writes only through WP Fastest Cache's own functions for inline delete cache actions. The plugin continues to write and clear cache on its own schedule, and the front-end .htaccess rewrites that serve cached HTML stay untouched. Saved views like Old cached files over 30 days or Pages cached without mobile version can be scoped per role, useful for developers and hosting support that need an audit without seeing license or premium settings.

Workflow

From WpFastestCache options and cache files to a flat audit

1

Index the cache and options

SleekView registers the WpFastestCache option, the cache/all directory, and cache/wpfc-minified as sources. File metadata and exclusion patterns are decoded into filterable columns.
2

Build the cache audit view

Pick URL, desktop state, mobile state, size, age, and last access. Save filter sets like Cached files over 30 days or Mobile cache missing as named views the team reopens during cleanup.
3

Audit exclusions

Open the exclusion patterns table to see each rule with its match count and sample URLs. Remove dead patterns, tighten the loose ones, and document the rest with notes inline.
4

Clean the minify cache

Filter the wpfc-minified view by age and size. Old bundles linger long after the CSS or JS that produced them is gone; the table makes them easy to find and clear.

Sample columns

A typical WP Fastest Cache cached file view

Cached URLs with desktop and mobile state, file size, and age in one row.
Source: wp_options (WpFastestCache), wp-content/cache/all/, wp-content/cache/wpfc-minified/
URL Desktop Mobile Size Age Last access
/ Cached Cached 48 KB 2h 12s ago
/pricing/ Cached Missing 62 KB 5h 3m ago
/blog/case-study/ Cached Cached 84 KB 1d 2h ago
/shop/widget/ Missing Missing - - Never

Comparison

Default WP Fastest Cache admin vs SleekView

Default WP Fastest Cache

  • Cache only shows as aggregate size and a manual delete button
  • No per-URL list of cached files with desktop and mobile state
  • Exclusions sit in a textarea with no per-pattern match data
  • Minified bundles hidden under wpfc-minified with no UI
  • No way to share a read-only audit with a developer

SleekView

  • One row per cached URL with desktop and mobile state
  • Exclusion patterns shown with match counts and samples
  • Minified bundles listed with hash, size, and last access
  • Filter to old or unused cached files for cleanup
  • Save audit views like 'Cached files over 30 days'

Features

What SleekView gives you for WP Fastest Cache

File-level cache visibility

List every cached URL with desktop and mobile state, file size, and age. Spot orphaned files, missing mobile versions, and runaway cache size before it becomes a hosting incident.

Exclusion patterns with match counts

Read every page and JS exclusion as a row with the number of URLs it actually matches. Patterns that match nothing are candidates for removal; patterns that match too much explain unexpected cache misses.

Minified bundle audit

Surface the wpfc-minified directory as a sortable view with hash, size, and last access. The minify cache becomes a queue you can clean instead of a folder you only check during incidents.

Audience

Who uses SleekView for WP Fastest Cache

Performance engineers

Audit cached files at the directory level. Find missing mobile cache, orphaned files from URL changes, and exclusion patterns that no longer match anything in the codebase.

Hosting providers and agency support

Read cache size and age across many sites. A saved view of cached files over 30 days makes proactive cleanup a one-click report instead of a manual SSH session.

Developers tuning exclusions

Watch which exclusion patterns are doing real work and which are dead weight. Refactor the lists with confidence because the data shows exactly which URLs each rule affects.

The bigger picture

Why a static page cache needs a directory-level UI

WP Fastest Cache succeeds because it does the obvious thing well: write static HTML to disk and serve it through .htaccess rewrites. The optimization is real, but it is also opaque. The default admin shows aggregate cache size and a manual delete button, but it does not list the cached URLs, so cache bloat sneaks up on hosting accounts that bill on disk usage.

Exclusion rules stay in a textarea long after the plugins they targeted have been uninstalled, and the minify cache sits in its own folder with no UI of any kind. SleekView treats the cache directory and the options blob as the structured data they already are. Every cached URL becomes a row with desktop and mobile state, every exclusion becomes a pattern with a measurable match count, and every minified bundle becomes a queue entry with a size and timestamp.

The plugin keeps doing the work it does well; SleekView just lets the people responsible for performance read the audit without SSH access or a half-finished spreadsheet.

Questions

Common questions about SleekView for WP Fastest Cache

Yes. The free version writes the same cache directory structure and stores its options in the same WpFastestCache key. SleekView reads from that data without needing the Premium upgrade. Premium adds image optimization, mobile cache, and database cleanup features, and SleekView surfaces those when they are active.

 

No. WP Fastest Cache continues to write static files to the cache directory on its own schedule. SleekView only reads the directory and the options array; the .htaccess rewrites that serve cached HTML to the front end stay completely untouched.

 

Yes. SleekView exposes WP Fastest Cache's per-URL clear cache function as a row action. The call goes through the plugin's own functions so the cache directory and options stay consistent with the plugin's expected state.

 

Yes. WP Fastest Cache (Premium) writes mobile cache to its own directory, and SleekView pivots that into a Mobile column next to Desktop. A saved view of pages cached without a mobile version is useful for confirming the mobile cache feature is working as expected.

 

Yes. Saved views and column sets are assigned per role with row-level checks before the query runs. A developer can read the cache audit without access to license keys, premium settings, or CDN configuration.

 

No. SleekView paginates against existing data and reads the cache directory through standard PHP filesystem calls scoped to the visible page. Heavy filters resolve in the database for option-backed rows, and directory reads only fetch metadata for the rows on screen.

 

Yes. WP Fastest Cache stores per-subsite options when run network-wide and writes its cache to a per-subsite path. SleekView respects that boundary, so each subsite's cache and exclusion data appear only on that subsite's admin.

 

Yes. Any saved view exports to CSV from the table header. The export is useful for cleanup planning, sharing audit results with hosting support, or archiving a snapshot of cache state before a release that touches CSS or JS minification rules.

 

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