✨ 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 and optimization settings as tables

WP Rocket stores its cache, file optimization, and exclusion settings in wp_options under wp_rocket_settings. SleekView turns each setting and exclusion list into a queryable, editable row so admins stop scrolling six settings tabs.

♾️ Lifetime License available

SleekView table view for WP Rocket

See every WP Rocket option and exclusion in one grid

WP Rocket keeps its full configuration inside a single serialized array on the wp_rocket_settings option row in wp_options. That array stores cache lifespan, file optimization flags (minify, combine, defer, delay JS), CDN URLs, exclusion lists for URLs and cookies, preload settings, and the lazyload configuration. There are no custom tables.

The default WP Rocket admin spreads those settings across Cache, File Optimization, Media, Preload, Advanced Rules, and Database tabs. To audit which URL exclusions are still relevant, what is in the JavaScript delay list, or which cookies bypass cache, an admin has to flip between tabs and copy values out by hand. SleekView reads the wp_rocket_settings option directly and unpacks it into a grid of named settings, current values, and per-list entries.

Inline edits write back to wp_rocket_settings using WP Rocket's own option-update hooks, so the cache invalidates correctly, advanced rules regenerate, and the .htaccess and config files refresh wherever WP Rocket regenerates them.

Workflow

From six tabs to one configuration grid

1

Connect the settings option

SleekView reads wp_options for the wp_rocket_settings row and unpacks the serialized array. Every cache, file-optimization, and exclusion option becomes a row with name, value, group, and last-changed timestamp.
2

Compose configuration columns

Add Setting, Value, Group, Risk, and Last changed as columns. Drop in any custom meta you track on configuration, like change ticket or environment, so the grid matches how your team manages performance.
3

Save role-specific views

Build saved layouts for content admins (cache lifespan only), performance engineers (Advanced and File Optimization), and agency leads (full audit). Each role opens the grid that matches their work.
4

Inline edit settings

Click any cell to update a setting or an exclusion entry. Edits route through WP Rocket's option-update hooks so cache invalidates and config files refresh without opening the WP Rocket admin.

Sample columns

A typical WP Rocket settings view

Every WP Rocket option group surfaced as a row, with values you can audit and edit inline.
Source: wp_options (option_name=wp_rocket_settings) + wp_options cache entries
Setting Value Group Risk Last changed
Cache lifespan 10 hours Cache Safe 2 days ago
Delay JavaScript Enabled (35 scripts) File Optimization Test first 1 week ago
CDN URL Missing CDN Action needed Never set
Cookies to bypass cache 12 entries Advanced Safe 3 weeks ago

Comparison

Default WP Rocket admin vs SleekView

Default WP Rocket admin

  • Settings split across six tabs with no global overview
  • Exclusion lists hidden behind textareas inside Advanced Rules
  • No audit trail for which settings changed and when
  • Cookies, URLs, and queries to bypass cache each live on separate panels
  • Hard to spot stale CDN entries in wp_rocket_settings at a glance

SleekView

  • One grid over every wp_rocket_settings key and value
  • Sort by group, risk, or last changed to triage configuration debt
  • Filter for unset CDN URLs, empty exclusion lists, or risky delay settings
  • Inline edit values without flipping tabs
  • Save views per role so devs see Advanced, content admins see Cache only

Features

What SleekView gives you for WP Rocket

Every cache option in one row

Cache lifespan, file optimization flags, preload settings, and CDN URL surface as columns. The six WP Rocket tabs stop being the only way to see how the site is configured.

Audit exclusion lists fast

Filter for URL exclusions still referencing dead pages, cookies that no longer exist, or query strings WP Rocket bypasses. Stale entries that built up over years become a queryable list.

Inline edit cache settings

Update cache lifespan, exclusion lists, or CDN URLs straight in the grid. Edits route through WP Rocket's option-update hooks so the cache regenerates and config files refresh.

Audience

Who uses SleekView for WP Rocket

Performance engineers

Audit cache, delay JS, and exclusion settings across staging and production. Sort by risk to find changes that need testing first and queue them for the next deploy.

Site admins

Maintain a clean exclusion list as the site evolves. Filter the URL bypass list for paths that no longer exist and prune them inline without opening Advanced Rules.

Agency leads

Hand clients a clean performance configuration report. Export current WP Rocket settings to CSV for monthly retainer audits and document what changed since last quarter.

The bigger picture

Why WP Rocket configuration audits cannot live in six tabs

WP Rocket is excellent at making sites fast. The problem is that its configuration grew with the plugin: caching, file optimization, media, preload, advanced rules, database, CDN, RUCSS, all spread across tabs and lists. A site running WP Rocket for three years accumulates stale URL exclusions, cookies that no longer exist, JavaScript delay entries for libraries that were removed, and a CDN URL nobody remembers setting.

Auditing all of that requires opening each tab and scrolling textareas. SleekView turns the wp_rocket_settings option into a real grid. Every setting becomes a row with name, value, group, risk, and last-changed timestamp.

URL and cookie exclusions become editable lists. Admins filter the grid for stale entries, performance engineers sort by risk to find changes that need testing, and agency leads export a configuration snapshot per client. Edits route through WP Rocket's own option-update hooks, so the cache regenerates and the config files refresh wherever WP Rocket already runs them.

WP Rocket does the caching. SleekView just makes the configuration auditable at the scale long-running sites actually need.

Questions

Common questions about SleekView for WP Rocket

No. WP Rocket still handles caching, file optimization, preloading, CDN integration, and the front-end performance work. SleekView reads the wp_rocket_settings option so admins and performance engineers can audit and edit configuration in a real grid instead of six tabs.

 

Yes. SleekView writes back to wp_rocket_settings using WP Rocket's option-update hooks. The cache invalidates, advanced rules regenerate, and the config files refresh exactly as they would after saving through the WP Rocket admin.

 

Yes. URL exclusions, cookie exclusions, and query-string exclusions surface as individual rows under their own views. Each entry is editable inline, and filters let you find stale paths or cookies that no longer apply.

 

Yes. Remove Unused CSS settings live in the same wp_rocket_settings option, including the safelist and per-URL overrides. SleekView surfaces them as columns and as an editable list under the Advanced view.

 

No. SleekView reads one option row plus a small handful of related cache-status entries from wp_options. The settings grid is fast even on large multisite installs.

 

Yes. Views can be scoped to specific roles, so content admins see only the safe cache and lifespan settings while developers keep access to Advanced Rules, delay JS, and RUCSS. Reduces the chance of an accidental site-breaking change.

 

Yes. Any view exports to CSV with the current filters. Useful for sharing performance configuration with a colleague, attaching a settings snapshot to a release ticket, or running a quarterly review across multiple client sites.

 

Yes. WP Rocket exposes a network admin screen with settings stored in wp_sitemeta for multisite. SleekView can read those too, so network admins audit the full multisite-wide WP Rocket configuration in one grid.

 

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