✨ 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 Charts for Comet Cache

Comet Cache writes static cache files under wp-content/cache/comet-cache and stores configuration in comet_cache_options. SleekView Charts reads that data and renders cached page counts, expiration mix, cache size, and clear activity as chart cards.

♾️ Lifetime License available

SleekView Charts dashboard for Comet Cache

Read Comet Cache as a dashboard, not an options page

Comet Cache writes static cache files to wp-content/cache/comet-cache/cache/ per host and per URL, with an expiration window driven by comet_cache_options. The default admin shows a Stats tab with total cached files and a Clear Cache button, plus a long set of options across the configuration tabs. There is no per-URL list, no breakdown of cache size by post type, and no chart of clear activity over time.

SleekView Charts indexes the comet-cache directory and the comet_cache_options option, then renders the data as chart cards. A Number card counts cached URLs. A Donut splits cache entries across fresh, near-expiry, and expired buckets derived from the configured expiration window. A Bar shows cache size grouped by post type. An Area chart trends clear-cache events per day, useful for confirming scheduled clears actually run.

Comet Cache continues to write, serve, and clear cache files exactly as before. SleekView Charts is read-only against the cache directory, so the front-end serving path is unaffected. Saved chart views can be scoped per role, useful for letting a developer monitor cache health without access to the broader comet_cache_options screen.

Workflow

From Comet Cache files to a chart dashboard in four steps

1

Index the comet-cache directory

SleekView registers wp-content/cache/comet-cache and the comet_cache_options option as data sources. Each cached file becomes a row with name, size, age, expiration, and resolved URL.
2

Switch the view to Charts

Flip from Table to Charts. SleekView opens a blank dashboard ready for cards built on cached URLs, expiration buckets, and clear activity.
3

Add chart cards

Pick a chart type, a grouping column (expiration_bucket, post_type, cleared_at), and an aggregation. Each card becomes a saved query against the cache index and the option row.
4

Save and share the dashboard

Save the chart view, scope per role for engineers and stakeholders, and optionally embed on a frontend page for owners who should not have full admin.

Sample dashboard

Charts you can build from Comet Cache data

Four cards that turn the comet-cache directory and option row into a working cache health dashboard inside WordPress.
Number · Default

Cached URLs total

A KPI counting every URL with a cache file under comet-cache, with the previous period for context so a Clear Cache or a deploy is visible at a glance.
Count
Pie · Donut

Expiration mix

A donut split across fresh, near-expiry, and expired buckets derived from the configured cache_max_age, so the operator sees how much of the cache is about to roll over.
Count group by expiration_bucket
Bar · Horizontal

Cache size by post type

A horizontal bar summing cache file size grouped by the resolved post type behind each URL, which surfaces templates that produce oversized cached pages.
Sum(file_size) group by post_type
Area · Gradient

Daily clear events

A gradient area chart of clear-cache events per day, useful for confirming scheduled clears actually run and tying spikes back to specific deploys.
Count group by cleared_at

Comparison

Default Comet Cache reporting vs SleekView Charts

Default Comet Cache admin

  • Stats tab only shows total cached files and a Clear button
  • No per-URL list of cached files with age and expiration
  • No breakdown of cache size by post type or template
  • No trend of clear-cache events over time
  • No saved dashboards per role for engineers and stakeholders

SleekView Charts

  • Configurable chart cards built from the comet-cache directory and the comet_cache_options option
  • Mix Number, Pie, Bar, Area, and Line cards on one cache dashboard
  • Saved chart views scoped per role for engineers and ops
  • Embed any saved chart view on a frontend page with role-based access
  • Reads file metadata in batches so dashboards stay quick on large caches

Features

What SleekView Charts gives you for Comet Cache

Real chart cards on Comet Cache data

Number, Pie, Bar, Line, Area, Radar, and Radial cards built directly from the comet-cache directory index and the comet_cache_options option.

Complements the Comet Cache admin

Comet Cache still owns cache writes, expirations, and clears. SleekView Charts adds a side-by-side reading layer the plugin's tabbed admin does not.

Role-scoped sharing

Save dashboards per role and embed them on frontend pages so engineers and stakeholders see only the cards the admin allows.

Audience

Who builds Comet Cache charts dashboards with SleekView

Performance engineers

Watch the expiration donut and the clear-events area to confirm cache rollover and scheduled clears are behaving as configured.

Agency support

Maintain a saved dashboard per client site with cached-URL counts and clear activity so support sees client cache state at a glance.

Site owners after a release

Confirm the cache refilled by watching cached URLs climb back to the steady-state count after a Clear or a deploy.

The bigger picture

Expiration windows behave better when you can see them

Comet Cache is a no-frills disk cache that does the basics well: write static files per URL, expire them on a configured schedule, clear them on a button click or hook. The trade-off is that the Stats tab can only tell the operator how many files exist right now, not which ones are about to expire or how often clears run. SleekView Charts reads the same comet-cache directory and the comet_cache_options option, and renders cached URLs, expiration mix, cache size by post type, and clear activity as chart cards on a single dashboard.

The plugin keeps caching and clearing exactly as before; SleekView Charts gives the team a shared screen to read the result, scoped per role, and embeddable on the frontend for stakeholders without admin access.

Questions

Common questions about SleekView Charts for Comet Cache

No. Comet Cache still owns cache writes, expirations, and clears. SleekView Charts is a flexible reading layer on the same cache directory for dashboards the plugin's tabbed admin does not provide.

 

Yes. Comet Cache is free in full, and SleekView reads from the cache directory and the comet_cache_options option as soon as the plugin is active. Any Pro add-on features are surfaced as additional rows when installed.

 

No. SleekView reads file metadata on the admin side only. The cache serving path through the advanced-cache.php drop-in continues exactly as before.

 

Yes. SleekView exposes Comet Cache's clear function as a row or card action where useful. The call goes through the plugin's own functions so the cache directory and option stay consistent.

 

Yes. Each card is a saved query against the SleekView data source, so a dashboard can mix cards built on the cache directory and the wp_posts table for post-type resolution.

 

Yes. Saved chart views support role-based visibility so engineers and stakeholders each see only the dashboards the admin allows.

 

Yes. Any saved chart view can be embedded on a frontend page with role-based access, so stakeholders read cache health without WordPress admin.

 

Yes. Comet Cache writes per-subsite cache files when run network-wide, and SleekView respects that boundary so each subsite shows only its own cache.

 

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