✨ 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 Rocket: cache & preload activity tables

WP Rocket caches every URL on disk and tracks preload activity in its own log table. SleekView turns that scattered data into one queryable surface so you can see which pages are cached, when they were last refreshed, and where Used CSS or Remove Unused JS quietly failed.

♾️ Lifetime License available

SleekView table view for WP Rocket

Read your WP Rocket cache like a queue, not a settings screen

WP Rocket writes static cache files under wp-content/cache/wp-rocket/ per host and per URL, and stores per-page data such as Used CSS and Critical CSS in wp_wpr_rocket_cache and the wpr_used_css tables. Preload progress lives in wp_wpr_rocket_preload with status flags (pending, in progress, completed, failed). The default WP Rocket admin shows all of this as toggle screens and global progress bars: there is no per-URL queue you can sort or filter when only some pages are misbehaving.

SleekView reads the WP Rocket tables and the matching post rows so you get a single workspace built around URLs. One row per URL can show its cache state, preload status, last cache refresh, Used CSS status, and the post type or template behind it. Sort by last refresh to find pages that have not been regenerated since a deploy, filter to Used CSS failed only, or group by post type to see which templates are responsible for the bulk of preload errors.

Because SleekView is read-only against the cache tables, WP Rocket keeps managing files and preload exactly as before. Inline actions go through WP Rocket's own functions when available (clear cache for a row, regenerate Used CSS) so the plugin remains the source of truth. Saved views like Failed preload last 24h or Pages without Used CSS can be scoped per role, useful for handing performance triage to a developer without giving them access to WP Rocket's settings.

Workflow

From WP Rocket tables to a per-URL triage queue

1

Connect the rocket tables

SleekView registers wp_wpr_rocket_cache, wp_wpr_rocket_preload, and wp_wpr_used_css as sources. URL, cache state, preload status, and last refresh are pre-mapped to filterable columns.
2

Build the per-URL view

Pick URL, cache state, preload status, Used CSS status, post type, and last refresh. Save filter sets like Failed preload only or Missing Used CSS as named views the team reopens with one click.
3

Group by template or post type

Roll rows up by post type or page template to see which content patterns produce the most failures. Fix the template once instead of clearing pages one at a time.
4

Act inline

Trigger WP Rocket's clear cache or regenerate Used CSS on a row. Writes go through WP Rocket's functions so the plugin's settings and logs remain authoritative.

Sample columns

A typical WP Rocket cache and preload view

URLs with cache state, preload status, Used CSS status, and last refresh in one row.
Source: wp_wpr_rocket_cache, wp_wpr_rocket_preload, wp_wpr_used_css
URL Cache Preload Used CSS Post type Last refresh
/ Cached Completed OK page 12m ago
/pricing/ Cached Completed Pending page 1h ago
/blog/case-study/ Stale In progress OK post 6h ago
/shop/widget/ Missing Failed Failed product Never

Comparison

Default WP Rocket admin vs SleekView

Default WP Rocket admin

  • Cache and preload status only show as global progress bars
  • No per-URL list of cached pages with refresh timestamps
  • Used CSS and Remove Unused JS errors hide in the Tools tab
  • No way to filter to only the pages that failed an optimization
  • Hard to give a developer triage access without full settings access

SleekView

  • One row per URL with cache, preload, and Used CSS state
  • Sort by last refresh to find stale pages after a deploy
  • Filter to failed preload entries or missing Used CSS only
  • Group by post type or template to spot systemic issues
  • Save shared views like 'Failed Used CSS this week'

Features

What SleekView gives you for WP Rocket

Per-URL cache visibility

Read each URL with its cache state, preload status, and last refresh side by side. Skip the toggle screens and answer 'is this page cached, and when was it last regenerated' in one glance.

Filter to the failures only

Combine filters across cache state, preload status, and Used CSS errors. The view becomes a punch list of pages that need attention instead of a wall of green checkmarks.

Inline cache actions

Trigger WP Rocket's clear cache or regenerate Used CSS on a row directly. Writes go through WP Rocket's own functions so the plugin's audit trail and settings stay authoritative.

Audience

Who uses SleekView for WP Rocket

Performance engineers

Triage Used CSS and Remove Unused JS failures across the whole site at once. Sort by post type, fix templates that fail repeatedly, and stop hunting through individual page settings.

Agency support

Give junior staff a read-only view of preload status. They can answer client questions about which pages are cached without access to license, exclusions, or CDN settings.

Site owners after a deploy

Confirm the cache regenerated for the URLs that changed. Sort by last refresh, filter to the affected post type, and watch the queue clear instead of trusting the global progress bar.

The bigger picture

Why a static cache plugin needs a queryable URL surface

WP Rocket succeeds by being mostly invisible. Toggle the right options, the cache fills, the preload runs, and the front end serves static files. The trouble starts when something quietly does not work: Used CSS fails on a few templates, preload stalls on a handful of URLs, or a deploy invalidates pages that never regenerate.

The default admin tells you the global percentage and surfaces the most recent issue, but it does not let you read the queue. Most teams find out about a stuck URL when a stakeholder reports a slow page, then dig through the file system or run SQL by hand to confirm the cache state. SleekView reframes WP Rocket's data as exactly what it already is: a list of URLs with attached metadata.

Cache state, preload progress, Used CSS results, and last refresh become columns instead of toggles. Failures sort to the top, regressions show as stale timestamps, and triage stops requiring root access to the server. The plugin keeps doing what it does best; SleekView just lets the team responsible for performance read the queue.

Questions

Common questions about SleekView for WP Rocket

Yes. WP Rocket creates the wp_wpr_rocket_cache, wp_wpr_rocket_preload, and wp_wpr_used_css tables on activation, and SleekView reads from them as soon as the plugin is active. No special configuration is needed beyond having WP Rocket installed and licensed; the views appear automatically.

 

Yes. SleekView exposes WP Rocket's per-URL clear cache action as an inline row action. The call goes through WP Rocket's own functions, so the change is reflected in the plugin's logs and the next preload runs against the cleared URL on its normal schedule.

 

No. SleekView reads from existing WP Rocket tables and never adds work to the cache or preload pipeline. Reads are paginated against the same indexes WP Rocket's own admin uses, and the front-end cache continues to serve static files exactly as before.

 

Yes. The wpr_used_css table tracks the status of Used CSS generation per URL, including failed attempts. SleekView pivots that into a column next to the URL, so a saved view of Used CSS failed only acts as a punch list for the developer responsible for fixing the underlying CSS.

 

Yes. Saved views and column sets can be assigned per role, and SleekView's row-level access enforces those scopes before the query runs. A developer can be given a triage view of failed preload entries without exposure to WP Rocket's license, exclusions, or CDN settings.

 

Yes. WP Rocket stores its tables per subsite when the plugin runs network-wide, and SleekView respects that scope. Each subsite shows only its own cache and preload data, which matches how WP Rocket itself behaves on multisite.

 

Yes. Any saved view exports to CSV directly from the table header, with the active filters, sort order, and visible columns honored. This is useful for sharing a regression report after a release or handing a hosting provider a list of URLs that failed preload.

 

WP Rocket updates the preload and Used CSS tables as it processes URLs, and SleekView reads the current state on each table load. Refresh the view during a preload and you see the queue draining row by row, with no separate sync step to manage.

 

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