✨ 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 W3 Total Cache: cache layer & extension tables

W3 Total Cache spreads its work across page cache, object cache, database cache, browser cache, and CDN extensions, each with its own settings and stats. SleekView turns those scattered layers into a single audit surface so cache state per URL and per extension is visible together.

♾️ Lifetime License available

SleekView table view for W3 Total Cache

Read every W3 Total Cache layer in one workspace

W3 Total Cache stores its configuration in the w3tc_options blob (cache method per layer, CDN host, browser cache TTL, extension flags) and writes cache data to several places: page cache to wp-content/cache/page_enhanced/ for the disk method, object cache and database cache to memory or disk depending on the configured engines, and CDN purge logs to its own queue. The default admin spreads each cache layer across its own settings page with separate purge buttons and aggregate stats. There is no per-URL view that shows page cache state, object cache hits, and CDN status side by side.

SleekView reads the W3TC options and indexes the page cache directory so each URL becomes a row. Page cache state, age, mobile cache flag, and the post type behind the URL appear together. Object cache and database cache surface as their own views with engine, hit ratio (when the engine reports it), and last reset timestamp. CDN extension activity becomes a queue with the file URL, action (purge or upload), and result code so failed CDN syncs sort to the top during a release.

SleekView is read-only against W3TC's data and writes only through W3TC's own functions for inline purge and reset cache actions. The plugin continues to manage cache writes and purges on its own schedule. Saved views like Page cache missing only or CDN purges failed today can be scoped per role for handing performance triage to a developer or an agency support person without giving them access to license keys or CDN provider credentials.

Workflow

From w3tc_options and cache layers to a single audit

1

Connect the W3TC data

SleekView registers the w3tc_options blob, the page_enhanced cache directory, and the CDN extension logs as sources. Per-URL cache state and per-layer hit data are pre-mapped to filterable columns.
2

Build the per-URL view

Pick URL, page cache state, mobile cache state, object cache hit, post type, and last refresh. Save filter sets like Page cache missing only or CDN failures today as named views.
3

Audit the CDN queue

Open the CDN extension view to see purge and upload entries with their result codes. Failed syncs sort to the top so a release-day issue surfaces immediately instead of after a stakeholder ticket.
4

Purge inline per layer

Trigger W3TC's purge action on a row, scoped to the layer that needs it. Writes go through the plugin's own functions so the cache layers and the CDN integration stay consistent.

Sample columns

A typical W3 Total Cache page cache view

URLs with desktop and mobile cache state, age, and post type in one row.
Source: wp_options (w3tc_options), wp-content/cache/page_enhanced/, plus W3TC log tables
URL Page cache Mobile Object cache Post type Last refresh
/ Cached Cached Hit page 30m ago
/pricing/ Cached Missing Hit page 2h ago
/blog/scaling/ Stale Cached Miss post 1d ago
/shop/widget/ Missing Missing - product Never

Comparison

Default W3 Total Cache admin vs SleekView

Default W3 Total Cache

  • Each cache layer has its own settings page with separate purge buttons
  • No per-URL list combining page cache, object cache, and CDN state
  • CDN purge queue and failed syncs hide inside extension logs
  • Browser cache and minify settings sit on different tabs
  • Hard to give a developer a triage view across all layers

SleekView

  • Page cache, object cache, and CDN activity in one workspace
  • Sort cached URLs by age to find stale pages after a deploy
  • Filter to CDN purge failures or missing mobile cache only
  • Group by post type to spot template-level cache issues
  • Save shared views like 'CDN purges failed today'

Features

What SleekView gives you for W3 Total Cache

Every cache layer in one row

Read each URL with its page cache, mobile cache, and object cache state side by side. Stop bouncing between the page cache, object cache, and CDN screens during a triage session.

CDN purge queue audit

Treat the CDN extension queue as a sortable workspace rather than a hidden log. Failed uploads and purges sort to the top so a stuck CDN sync stops being something a stakeholder catches first.

Inline purge per layer

Trigger W3TC's purge or reset actions on a row directly, scoped to page cache, object cache, or CDN as the situation requires. Writes go through W3TC's own functions so the plugin stays authoritative.

Audience

Who uses SleekView for W3 Total Cache

Performance engineers

Triage cache state across page, object, and CDN layers from one queue. Sort by last refresh, filter to CDN failures, and resolve the day's issues without rotating through W3TC's separate settings tabs.

Agency support

Hand junior staff a read-only view of cache state. They can answer client questions about which pages are cached without access to license keys, CDN credentials, or extension flags.

Site owners after a deploy

Confirm every layer regenerated for the URLs that changed. Sort by last refresh, filter to the affected post type, and watch the queue clear instead of trusting separate progress bars on each tab.

The bigger picture

Why a multi-layer cache plugin needs a unified audit

W3 Total Cache is the most configurable cache plugin in WordPress, which is also why it is the easiest to misconfigure. Page cache, object cache, database cache, browser cache, minify, and a CDN extension each have their own settings page, their own purge buttons, and their own quirks. The plugin reports each one accurately in isolation, but the work that performance teams actually do crosses those boundaries: which URLs are missing page cache while having a fresh object cache, which CDN syncs failed during the last release, and which pages still serve a stale mobile cache.

The default UI does not let you ask those compound questions without rotating through several settings tabs. SleekView reads the W3TC options, the cache directory, and the extension logs and presents them as joinable sources. Each layer becomes a column instead of a tab, the CDN queue becomes a sortable triage surface, and inline purge actions go through W3TC's own functions so the plugin stays authoritative.

The flexibility that makes W3 Total Cache powerful stops getting in the way of seeing what it is actually doing.

Questions

Common questions about SleekView for W3 Total Cache

Yes. The free version writes the same w3tc_options blob and the same page cache directory structure, and SleekView reads from all of them. Pro features (full-page cache via fragment caching, REST API caching, extension priorities) are surfaced when active and remain configurable in W3TC's own settings screens.

 

No. W3 Total Cache continues to manage every cache layer on its own schedule. SleekView only reads the options blob, the page cache directory, and the extension logs; it never modifies them outside the inline purge actions, which call W3TC's own functions.

 

Yes. SleekView exposes W3TC's per-URL purge as a row action, with options to scope the purge to page cache, object cache, or CDN as needed. The action goes through the plugin's existing functions so each cache layer stays consistent.

 

Yes. The CDN extension records its purge and upload queue in W3TC's logs, and SleekView pivots that into a sortable view with file URL, action, and result code. Failed CDN syncs sort to the top during a release, which is exactly when they cause the most visible damage.

 

Yes. Saved views with column sets and filters can be assigned per role, and the row-level permission check happens before the query runs. A developer can read the cache and CDN audit without access to license keys, CDN provider credentials, or the global purge button.

 

No. SleekView paginates against existing data, reads the page cache directory through standard PHP filesystem calls scoped to the visible page, and queries the W3TC log tables with their existing indexes. Heavy filters resolve in the database the same way W3TC's own admin queries do.

 

Yes. W3 Total Cache stores per-subsite options and per-subsite caches when run network-wide, and SleekView respects that scope. Each subsite shows only its own data, and a network admin can switch between subsites to read each one separately.

 

Yes. Any saved view exports to CSV from the table header, with active filters and column order honored. This is useful for sharing a regression report after a release, archiving a release snapshot, or handing a hosting provider a list of URLs that failed CDN sync.

 

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