✨ 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 Asset CleanUp Pro: Dequeued Asset Dashboards

Asset CleanUp Pro stores site-wide rules in the wpassetcleanup_global_data option and per-page unload lists in the _wpassetcleanup_load_exceptions and _wpassetcleanup_no_load postmeta keys. SleekView Charts reads those values and renders the unload picture as Number, Pie, Bar, and Area cards across every URL.

♾️ Lifetime License available

SleekView Charts dashboard for Asset CleanUp Pro

From scattered unload rules to one performance dashboard

Asset CleanUp Pro's value comes from the rules it lets you stack: unload a script on a single page, dequeue a stylesheet across an entire post type, or load a handle only when a shortcode appears. The trouble is that those rules live in many places. Site-wide entries sit in wpassetcleanup_global_data, per-page lists go into _wpassetcleanup_no_load and _wpassetcleanup_load_exceptions postmeta, and the registry of every handle currently enqueued is rebuilt on demand. The admin lists each rule individually with no visual sense of which post type, plugin, or handle dominates.

SleekView Charts reads the same Asset CleanUp data as a normal source and renders it as cards. A Number KPI counts total unload rules across the site, a Donut splits unloads by handle source (theme, plugin, or core), a Horizontal Bar ranks the post types that carry the most page-specific exceptions, and a Gradient Area traces when rules were added so a noisy month of cleanup work is visible at a glance.

Asset CleanUp keeps writing rules where it always has. Charts query the same postmeta keys and the same global option, and saved dashboards can be scoped per role so a performance lead reads the production view while a support agent reads only the per-post exceptions. No second store, no rebuilt registry.

Workflow

From wpacu rules to a charts dashboard

1

Point at the wpacu data

Connect SleekView to the wpassetcleanup_global_data option and the _wpassetcleanup_no_load and _wpassetcleanup_load_exceptions postmeta keys. Unload scope, handle name, source plugin, and post type become groupable fields.
2

Pick the four cards

Drop a Number card for total unload rules, a Pie for source (theme, plugin, core), a Bar for post types with the most page-level exceptions, and an Area for when rules were created. Each card configures against a column.
3

Save the dashboard

Pin the layout so the next performance review opens the same charts in the same order. Date-range filters reframe how recent cleanup activity has been across every card at once.
4

Scope per role

Hand the production view to a performance lead and a read-only support view to agents. The plugins manager and license screens stay scoped to admins through standard WordPress capability checks.

Sample dashboard

Charts you can build from Asset CleanUp Pro data

Four cards that turn wpacu's site-wide rules and per-page exceptions into a single working dashboard.
Number · Default

Total unload rules

A single KPI counting every active unload entry across wpassetcleanup_global_data plus the _wpassetcleanup_no_load postmeta key. The opening number for any audit of how aggressive the cleanup pass has been.
Count
Pie · Donut

Unloads by source

Distribution of unload rules across theme, plugin, and core handles as recorded in the wpacu global data. Shows whether the cleanup is dominated by one chatty plugin or spread across many.
Count group by asset_source
Bar · Horizontal

Per-page exceptions by post type

Horizontal bar of post types ranked by count of _wpassetcleanup_no_load and _wpassetcleanup_load_exceptions entries. Highlights the post type where bespoke rules accumulate fastest.
Count group by post_type
Area · Gradient

Rules added per month

Gradient area showing when unload rules were added, sourced from the wpacu rule timestamp. Big peaks usually mark a focused cleanup sprint after a Lighthouse audit.
Count group by rule_created_at

Comparison

Default Asset CleanUp admin vs SleekView Charts

Default Asset CleanUp admin

  • Unload rules show as flat lists per page with no chart of total scope.
  • No view of which plugin or theme contributes the most handles.
  • Per-page exceptions are not aggregated by post type anywhere in the admin.
  • No time series of when rules were added or removed across the site.
  • Read-only dashboards for support agents are not supported natively.

SleekView Charts

  • Number, Pie, Bar, and Area cards built on wpassetcleanup_global_data with no extra storage.
  • Cards group by handle source, post type, rule scope, or creation date.
  • Global filters scope every card by date range, post type, or source at once.
  • Saved dashboards scope per role so production and support views stay separate.
  • Inline drill-down to the connected SleekView grid for the underlying rule rows.

Features

What SleekView Charts gives you for Asset CleanUp Pro

Real chart cards on wpacu data

Number, Pie, Bar, Line, Area, Radar, and Radial cards drop onto wpassetcleanup_global_data and the _wpassetcleanup_no_load postmeta key. Group by handle, post type, source, or any column wpacu writes.

One filter, every card

Date range, post type, and source filters apply across the whole dashboard. The same scope drives the KPI, the donut, the bar, and the time-series at once with no per-card duplication.

Role-scoped dashboards

Save separate layouts for performance leads, developers, and support agents. License keys and the global plugins manager stay tied to the capability checks Asset CleanUp already enforces.

Audience

Who builds Asset CleanUp Pro charts dashboards with SleekView

Performance leads

Scan the source mix donut and the post-type bar each morning. Click straight through to the underlying _wpassetcleanup_no_load rows when a single template starts collecting per-page exceptions.

Agency support

Hand each client a one-screen cleanup snapshot, scoped to their site, that account managers can read without learning Asset CleanUp's settings tabs in detail.

Developers after an audit

Watch the rules-per-month area rise during a Lighthouse sprint and flatten after. Spot when the cleanup is done and when it has quietly drifted back up over a few releases.

The bigger picture

Why an unload plugin reads better as a chart

Asset CleanUp Pro succeeds by collecting many small rules, which is also why those rules get hard to reason about over time. A site can hold thousands of per-page exceptions plus a global block list, and the admin lists them individually with no visual sense of how the load looks across templates. The data needed to spot drift already exists in a single option key and a pair of postmeta keys that Asset CleanUp maintains carefully.

Visualising those keys as Number, Pie, Bar, and Area cards costs nothing on the writing side and reframes the same rules as a dashboard. The cadence of cleanup review shifts from a quarterly scramble to a daily glance, and the rules stay exactly where wpacu put them.

Questions

Common questions about SleekView Charts for Asset CleanUp Pro

No. SleekView Charts reads the same wpassetcleanup_global_data option and the _wpassetcleanup_no_load and _wpassetcleanup_load_exceptions postmeta keys that Asset CleanUp Pro writes. No additional storage is created and the rules stay consistent with the plugin's own admin screens.

 

Yes. Any post type registered on the site shows up as a groupBy axis automatically because SleekView reads the standard postmeta join. Custom post types from other plugins appear next to the built-in post and page rows.

 

Yes. Rules created through the Plugins Manager land in the same global data option, so they appear in the same charts as page-level rules. No special configuration is needed and the manager stays under admin capability checks.

 

Yes. Each card supports CSV export of its aggregated values, and the underlying rules are reachable via the connected SleekView grid for handing a structured cleanup report to a developer or to a client.

 

No. Aggregations run server-side against the indexes WordPress already maintains on the options and postmeta tables. The dashboard requests aggregate buckets, not raw rows, so even large sites resolve in the time a normal admin query takes.

 

Yes. Saved chart layouts respect WordPress capability checks and can layer additional gates per card. A support agent can read the rule distribution without exposure to the wpacu license or the plugins manager screen.

 

No. The admin remains the place to add and remove rules per page. SleekView Charts cover the interactive aggregate dashboard built from the plugin's own data, and the two views complement each other on exactly the same rules.

 

Yes. A Bar or Pie grouped by asset source displays theme, plugin, and core unloads at once, and date-range filters reframe the same view across any period the team needs to inspect.

 

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