✨ 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 Autoptimize: cached asset & optimization tables

Autoptimize stores aggregated CSS and JS files on disk and tracks image and font optimization through options and the ShortPixel API integration. SleekView turns that file system and option data into a single audit surface so cached assets, exclusions, and image stats are visible together.

♾️ Lifetime License available

SleekView table view for Autoptimize

Read your Autoptimize cache like a directory listing, with metadata

Autoptimize aggregates and minifies CSS and JS files into wp-content/cache/autoptimize/, with one combined file per unique configuration of inputs. Configuration lives in the autoptimize_* options (CSS exclusions, JS exclusions, async lists, image optimization toggles, critical CSS rules). The Image Optimization tab integrates with ShortPixel and reports per-account quotas. The default admin shows aggregate stats: cache size, total files, current quota. There is no list of which cached files exist, when they were last touched, or which exclusion patterns are actually matching.

SleekView indexes the cache directory and the autoptimize options so the same data becomes flat rows. One row per cached file can show its name, size, age, MIME type, and which configuration produced it. Exclusion rules become their own table where each pattern carries a match count and a sample of the URLs it affects. Image optimization rows surface ShortPixel quota usage, last image processed, and the failure count for the period.

SleekView is read-only against the cache directory and writes only through Autoptimize's standard options API for inline rule edits. The plugin keeps clearing and regenerating files on its own schedule, and the cache continues to serve from disk through Autoptimize's normal Apache or NGINX rewrites. Saved views like Old cached files over 30 days or Image errors this week scope per role so a developer can audit the cache without access to ShortPixel API keys or critical CSS settings.

Workflow

From autoptimize options and cache files to a flat audit

1

Index the cache and options

SleekView registers the autoptimize cache directory and the autoptimize_* options as sources. File metadata (name, size, age, last access) and exclusion patterns are decoded into filterable columns.
2

Build the cache audit view

Pick file, type, size, age, and last access. Save filter sets like Cached files over 30 days or Low-hit aggregations as named views the team reopens during cleanup cycles.
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

Drain the image queue

Filter the image optimization view to errors only and process them through ShortPixel's normal retry flow. The error count drops as the queue drains, visible on each refresh.

Sample columns

A typical Autoptimize cached asset view

Aggregated CSS and JS cache files with size, age, and source pattern.
Source: wp_options (autoptimize_*) plus wp-content/cache/autoptimize/ directory index
File Type Size Age Hits Last access
autoptimize_a1b2c3.js JS 184 KB 3d High 12s ago
autoptimize_d4e5f6.css CSS 62 KB 5d High 2m ago
autoptimize_g7h8i9.js JS 240 KB 32d Low 8d ago
autoptimize_j0k1l2.css CSS 18 KB 62d Stale Never

Comparison

Default Autoptimize admin vs SleekView

Default Autoptimize admin

  • Cache stats only show as aggregate totals at the top of the screen
  • No file-level list of cached aggregations and their age
  • Exclusion rules sit in textareas with no per-pattern match data
  • Image optimization quota and errors live on a separate tab
  • No way to share a read-only audit with a non-admin developer

SleekView

  • One row per cached file with size, age, and last access
  • Exclusion patterns shown with match counts and sample URLs
  • Image optimization rows with ShortPixel quota and error count
  • Filter to old or unused cached files for cleanup
  • Save audit views like 'Cached files over 30 days'

Features

What SleekView gives you for Autoptimize

File-level cache visibility

List every aggregated file in the autoptimize cache directory with size, age, and last access. Spot orphaned files, duplicate aggregations, and runaway cache size before it becomes a hosting incident.

Exclusion patterns with match counts

Read every CSS and JS exclusion rule as a row with the number of URLs it actually matches. Patterns that match nothing become candidates for removal; patterns that match too much explain unexpected aggregation behavior.

Image optimization audit

Surface ShortPixel quota usage, last image processed, and recent errors as a sortable view. The image optimization tab becomes a queue you can drain instead of a status screen you check once a week.

Audience

Who uses SleekView for Autoptimize

Performance engineers

Audit aggregated CSS and JS files at the directory level. Find cache bloat, redundant aggregations, and exclusion patterns that no longer match anything in the codebase.

Hosting providers and agency support

Read cache size and age across a large number of 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 aggregated CSS and JS need a directory-level UI

Autoptimize works by collapsing dozens of CSS and JS files into a small handful of aggregated bundles, then serving those bundles directly from disk. The optimization is real, but it is also opaque. The default admin tells you how many files exist and how big the cache is, but it does not list them, so cache bloat sneaks up on hosting accounts that bill on disk usage.

Exclusion rules stay in textareas long after the plugins they targeted have been uninstalled, and image optimization sits on its own tab with a status screen instead of a queue. SleekView treats the cache directory and the autoptimize options as the structured data they already are. Every aggregated file becomes a row, every exclusion becomes a pattern with a measurable match count, and every image optimization request becomes a queue entry with a status flag.

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 Autoptimize

Yes. Autoptimize is free in full and SleekView reads from the autoptimize options and the cache directory regardless of any premium add-ons. The Async JavaScript and Critical CSS Pro add-ons store their own data, and SleekView surfaces those when they are installed.

 

No. SleekView only reads the cache directory and the options array; Autoptimize keeps writing aggregated files and clearing the cache exactly as before. The Apache or NGINX rewrites that serve cached files from disk are unaffected.

 

Yes. SleekView exposes a row action that calls Autoptimize's clear cache function scoped to a file or pattern. The action goes through the plugin's own functions so the cache directory and options stay consistent with the plugin's expected state.

 

Yes when image optimization is enabled. SleekView surfaces the ShortPixel API responses Autoptimize has cached, including quota usage and error counts, as their own view. The actual image processing continues to happen through Autoptimize's normal pipeline; SleekView just makes the audit data legible.

 

Yes. Saved views and column sets are assigned per role, and the row-level permission check happens before the query runs. A developer can read the cache audit without access to the API keys, exclusion textareas, or critical CSS rules.

 

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

 

Yes. Autoptimize 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 aggregation 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