✨ 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 Swift Performance Lite

Swift Performance Lite writes cache state to swift_performance_cache and tracks asset optimization runs in option rows and cache directories. SleekView Charts reads that data and builds chart cards for hit ratio, cache age, optimization mix, and daily refresh trends.

♾️ Lifetime License available

SleekView Charts dashboard for Swift Performance Lite

Read Swift Performance Lite as a dashboard, not a settings tree

Swift Performance Lite caches page output to disk under wp-content/cache/swift-performance/ per host and per URL, and stores configuration plus optimization flags in swift_performance_* options. The plugin reports aggregate stats inside its dashboard tab: total cached pages, cache size, last warmup time. There is no per-URL list of cache state, no hit ratio over time, and no breakdown of which asset optimizations are active across the site.

SleekView Charts indexes the cache directory and the swift_performance options, then turns that data into chart cards. A Number card sums total cached URLs. A Donut splits cache state across cached, warming, stale, and missing. A Bar groups cache size by post type so heavy templates surface. An Area chart trends daily cache refreshes so you can see how preload runs behave after a deploy.

Swift Performance Lite keeps caching and serving pages exactly as before. SleekView Charts is a read-only dashboard against the same files and options, so the cache pipeline and the existing rewrite rules continue without change. Saved chart views are scoped per role, useful for letting a developer triage cache health without access to license keys or critical CSS settings.

Workflow

From swift_performance options to a chart dashboard in four steps

1

Point SleekView at Swift Performance Lite

Register the swift_performance cache directory and the swift_performance_* options as SleekView data sources. The plugin's per-URL cache files and option flags become flat rows ready for charting.
2

Switch the view to Charts

Flip the view from Table to Charts. SleekView opens a blank dashboard ready for cards built on cache state, age, size, and optimization flags.
3

Add chart cards

Pick a chart type, a grouping (cache_state, post_type, refreshed_at), and an aggregation. Each card becomes a saved query against the cache directory index and the option rows.
4

Save and share the dashboard

Save the chart view, scope it per role for engineers, agency staff, and site owners, and optionally embed it on a frontend page for stakeholders without admin access.

Sample dashboard

Charts you can build from Swift Performance Lite data

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

Total cached URLs

A single KPI counting every URL with a cache file under swift-performance, with the previous period shown for context so a deploy that emptied the cache is obvious at a glance.
Count
Pie · Donut

Cache state mix

A donut split across cached, warming, stale, and missing entries from the cache directory index, so the operator sees current cache health without opening the plugin's tabs.
Count group by cache_state
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 unusually large cached pages.
Sum(file_size) group by post_type
Area · Gradient

Daily cache refreshes

A gradient area chart of cache refreshes per day sourced from the file modified time, useful for spotting the impact of preload schedules and post-deploy warmups.
Count group by refreshed_at

Comparison

Default Swift Performance Lite reporting vs SleekView Charts

Default Swift Performance Lite dashboard

  • Cache stats only appear as aggregate totals on the Swift dashboard tab
  • No per-URL list with state, age, and size as filterable rows
  • No hit ratio or refresh trend over time on a single screen
  • Optimization flags spread across tabs with no chartable mix
  • No saved dashboards per role for engineers, agency, or owners

SleekView Charts

  • Configurable chart cards built directly from the swift-performance cache index and option rows
  • Mix Number, Pie, Bar, Area, and Line cards on a single performance dashboard
  • Saved chart views scoped per role for engineers and stakeholders
  • 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 Swift Performance Lite

Real chart cards on Swift cache data

Number, Pie, Bar, Line, Area, Radar, and Radial cards built from the swift-performance cache directory and the swift_performance_* options the plugin already maintains.

Complements the Swift dashboard

Swift Performance Lite still owns cache writes, preload, and asset optimization. SleekView Charts adds the flexible reading layer the plugin's built-in dashboard does not provide.

Role-scoped sharing

Save dashboards per role and embed them on frontend pages so developers and stakeholders see the slice they should see without full plugin settings access.

Audience

Who builds Swift Performance Lite charts dashboards with SleekView

Performance engineers

Watch the cache state donut and the daily refresh area to confirm warmups run on schedule and that no post type is producing oversized cached pages.

Agency support

Give support staff a read-only dashboard with cache hit counts and refresh trends so they answer client questions without touching license or critical CSS settings.

Site owners after a deploy

Confirm the cache refilled for the URLs that changed by watching the refresh area chart climb back to its normal daily volume after a release.

The bigger picture

Cache health is data, not a tab

Swift Performance Lite is fast at writing cache and aggressive about optimization, but the reading side is still a set of aggregate counters on a single dashboard tab. Cache size grows quietly. Preload schedules drift.

A deploy can empty the cache without any visible signal that the refresh is taking longer than usual. SleekView Charts treats the cache directory index and the option rows as the structured data they already are. Cards expose state mix, file size per post type, refresh trends, and hit counts in one shared dashboard, scoped per role, and embeddable on the frontend for stakeholders without admin access.

The plugin keeps doing the heavy lifting; SleekView Charts adds a reading layer the team can actually share.

Questions

Common questions about SleekView Charts for Swift Performance Lite

No. Swift Performance Lite still owns cache writes, preload, and asset optimization. SleekView Charts is a flexible reading layer on top of the same cache directory and options for dashboards the plugin's built-in tabs do not lay out.

 

Yes. The cache directory layout and the swift_performance_* options are identical in the free version, and SleekView reads from them as soon as the plugin is active. Pro-only features are surfaced as extra columns when the Pro version is installed.

 

No. SleekView reads file metadata and option rows on the admin side only. Front-end cached pages continue to be served from disk through the same rewrites Swift Performance Lite installed, and the cache pipeline is not touched.

 

Yes. Any key under the swift_performance_* option namespace can be added as a chartable dimension or value. The agent UI lists the keys actually present in the installation so the picker reflects the real configuration.

 

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

 

Yes. Saved chart views support role-based visibility so engineers, agency staff, and site owners 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. Swift Performance Lite writes per-subsite cache files and stores per-subsite options when run network-wide. SleekView respects that boundary, so each subsite's data appears only on that subsite's admin.

 

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