✨ 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-Optimize Pro: cache, database & image tables

WP-Optimize stores cache files on disk and tracks cleanup jobs and image runs in options and scheduled tasks. SleekView surfaces all three streams in one workspace so cache state, database overhead, and image savings live in the same sortable view.

♾️ Lifetime License available

SleekView table view for WP-Optimize Pro

Read your WP-Optimize work as a single operational table

WP-Optimize writes its page cache to wp-content/cache/wpo-cache/ with one file per URL, stores configuration in the wpo_cache_config and wp-optimize-* options, and schedules cleanup runs through wp_cron tasks like wpo_cron_event. Image compression results land in wp_postmeta under smush-complete and wpo_smush_compressed. The default admin gives you a cache size summary, a cleanup wizard, and an image gallery, but no per-row list that ties URLs, cleanup jobs, and image runs together.

SleekView reads the WP-Optimize options, the cron registry, and the cache directory index so cache, database, and image data sit in one workspace. One row per URL can show the cached file size, last refresh, and whether preload completed. Cleanup jobs become their own table with the next run date, the rows expected, and the last run's elapsed time. Image rows surface attachment ID, original bytes, compressed bytes, and the format converted to.

SleekView is read-only against the cache directory and writes only through WP-Optimize's standard option and cron APIs for inline actions. The plugin keeps purging files and running scheduled cleanups exactly as before. Saved views like Stale cached URLs or Cleanup jobs missed can be scoped per role so a developer audits the cache without holding rights to the image compression settings or licence key.

Workflow

From cache files, cron events, and Smush meta to one queue

1

Connect the WP-Optimize sources

SleekView registers the wpo_cache_config options, the wpo_cron_event entries, and the cache directory index. Image meta from wpo_smush_compressed joins the same workspace.
2

Compose the operations view

Pick URL or job, type, size, status, last run, and next run. Save filter sets like 'Stale URLs' or 'Failed Smush runs' as named views your operations team reopens with one click.
3

Scope per role

Publish the view to a developer role with the rerun action enabled and the licence field hidden. The row-level permission check runs before the query, so restricted fields never leave the database.
4

Act inline

Trigger a cache purge, replay a cleanup job, or queue an image retry. Every write goes through WP-Optimize's standard API so the plugin's logs and option counters remain authoritative.

Sample columns

A typical WP-Optimize operations view

Cached URLs alongside cleanup jobs and image compression runs in one workspace.
Source: wp_options (wpo_cache_config, wp-optimize-*) + wp_postmeta (wpo_smush_compressed) + cache directory index
URL or job Type Size Status Last run Next run
/ Cache 18 KB Fresh 4m ago On invalidation
Optimize tables Cleanup 104 tables OK Apr 22 Apr 29
/blog/case-study/ Cache 62 KB Stale 9d ago On invalidation
Smush large media Image 812 files Failed Apr 18 Apr 25

Comparison

Default WP-Optimize Pro admin vs SleekView

Default WP-Optimize Pro admin

  • Cache, database, and image tabs each show their own summary view
  • No combined queue of URLs and cleanup jobs sorted by recency
  • Cleanup run history only available through wpo_cron_event logs
  • No filter to failed image runs across the whole library
  • Hard to delegate triage without granting full plugin settings access

SleekView

  • One workspace for cache files, cleanup jobs, and image runs
  • Filter to stale URLs by reading the cache directory mtime
  • Sort cleanup jobs by next scheduled wpo_cron_event run
  • Group image rows by MIME and conversion target for audit
  • Save shared views like 'Failed Smush large media this week'

Features

What SleekView gives you for WP-Optimize Pro

Cache directory as a queryable list

Read wp-content/cache/wpo-cache/ as a table with size, mtime, and source URL. Stale files surface by sort order, not by manual SSH listings.

Cleanup schedule in one view

List every registered wpo_cron_event with next run, last run, and elapsed duration. Missed cleanups become visible the moment they slip rather than after a slow week.

Inline reruns through the plugin

Trigger a manual cache purge or a cleanup job from the row itself. Writes go through WP-Optimize's own API so option counters and cron history remain authoritative.

Audience

Who uses SleekView for WP-Optimize Pro

Performance engineers

Read the cache, the cron registry, and the image library as one ledger. Sort by stale mtime to surface URLs that never regenerated after a deploy and replay the cleanup jobs that quietly failed.

Hosting and agency support

Hand junior staff a read-only audit view of cache size per URL and last cleanup run. They answer client questions without rights on the WP-Optimize Pro licence or image conversion settings.

Site owners after a release

Filter to URLs whose cache file is older than the latest deploy timestamp. Watch them refill as the preload cron runs and stop trusting the global cache size summary.

The bigger picture

Why a multi-feature performance plugin needs a unified surface

WP-Optimize bundles three different jobs into one plugin: a page cache, a database cleaner, and an image compressor. Each subsystem is helpful in isolation, but the admin treats them as separate tabs with separate summaries. That is fine until something quietly drifts.

The page cache misses a few URLs after a deploy, the optimize tables job runs late because a long-running query held a lock, and the image module fails on a large WebP conversion. Stakeholders only notice when a page is slow or a backup is huge. SleekView reads the cache directory, the cron registry, and the image meta as one workspace, so URLs, cleanup jobs, and compression runs share columns and filters.

Stale files float to the top, missed cron events show up immediately, and image failures become a punch list. The plugin keeps purging cache, cleaning tables, and compressing images on its own schedule; SleekView just lets the operator read all three queues at once instead of toggling between tabs.

Questions

Common questions about SleekView for WP-Optimize Pro

Yes. WP-Optimize writes its cache under wp-content/cache/wpo-cache/ with one file per URL, and SleekView indexes that directory plus the wpo_cache_config option to map files to URLs. No relocation or configuration change is required.

 

Yes. SleekView exposes WP-Optimize's own wpo_cron_event dispatch and its cache purge API as inline actions. The plugin's history log, option counters, and next-run scheduling all stay authoritative because nothing is bypassed.

 

Yes. WP-Optimize's image module writes per-attachment data to wp_postmeta under wpo_smush_compressed. SleekView surfaces that as a row per attachment with original bytes, compressed bytes, and conversion target, including failures from the last sweep.

 

No. Directory listings are paginated and cached by SleekView in transient storage with a short TTL. The front-end cache continues to serve static files through WP-Optimize's normal NGINX or Apache rewrites because the plugin's pipeline is untouched.

 

Yes. SleekView scopes saved views per role with field-level access. A developer can read every cache file, cleanup job, and image run without seeing the WP-Optimize Pro licence option or any other restricted setting.

 

Yes. WP-Optimize stores its cache directory and options per subsite when run network-wide, and SleekView respects that scope. Each subsite shows only its own cache, cleanup jobs, and image rows.

 

Yes. Any saved view exports to CSV with active filters, sort order, and columns preserved. A weekly export of stale URLs is a useful artefact for the operations review and for hosting handoffs.

 

No. Preload runs through WP-Optimize's own cron event and writes to the same cache directory SleekView reads. The view reflects whatever the preload has produced on its last pass without changing the pipeline.

 

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