✨ 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

AI chatbot for Asset CleanUp: per-URL script and style rules

SleekAI reads Asset CleanUp's unload rules, global settings, and per-page asset postmeta, so admins know which scripts and styles are unloaded on a given URL. Bring your own OpenAI, Anthropic, Google, or OpenRouter key.

♾️ Lifetime License available

SleekAI chatbot for Asset CleanUp

A chatbot that knows your Asset CleanUp rules

Asset CleanUp stores its configuration in WordPress options prefixed wpassetcleanup_, along with per-post unload rules saved as postmeta entries on each piece of content. The global rules cover sitewide unloads (for example, Contact Form 7 scripts excluded from non-contact pages), regex exclusions, and the minify and combine toggles. Per-page rules live in postmeta keys like _assetcleanup_unload_styles and _assetcleanup_unload_scripts, listing which CSS and JS handles are disabled for that URL. SleekAI can read those values, so the bot's system message exposes global behaviour and per-URL exceptions.

That turns Asset CleanUp's per-page editor into a conversation. An editor asks why a specific post is loading a plugin script they thought was unloaded, the bot reads the post's _assetcleanup_unload_scripts postmeta and confirms whether the handle is in the unload list. A developer asks which global unload rules apply on this page, the bot reads the sitewide list and the page's overrides and returns the resolved view.

Multibot lets a public help bot run alongside the asset-rules admin one. Display conditions scope the admin bot to administrators inside wp-admin, so the unload rules never appear to public visitors. Conversation logging captures every question with model and origin page, so the team can audit which asset rules repeat and refine the global list.

Workflow

How SleekAI plugs into Asset CleanUp

1

Map global and per-page rules

Use the SleekAI Wizard to map the wpassetcleanup_ options and per-page postmeta (_assetcleanup_unload_scripts, _assetcleanup_unload_styles) into named variables.
2

Scope to admins by role

Set display conditions on user role and the wp-admin URL pattern so the Asset CleanUp bot only appears for administrators. A public help bot under multibot runs on the front-end.
3

Bring your own API key

Plug in an OpenAI, Anthropic, Google, or OpenRouter key. A fast model handles routine 'which scripts load' lookups; a stronger model helps with diagnostic chats across global rules and overrides.
4

Review the conversation log

Open the conversation log to see which asset-rule questions repeat. If 'why is X loading on Y' dominates, expose richer variables or tighten the prompt so the diagnostic chain is summarised first.

Try it now

A typical Asset CleanUp conversation

An admin investigating which scripts are unloaded on a landing page and which are still being enqueued by plugins despite the global rules.

Comparison

Generic chatbot vs SleekAI for Asset CleanUp

Generic chatbot

  • Doesn't know which scripts Asset CleanUp unloads sitewide here
  • Can't see per-page unload overrides stored in WordPress postmeta
  • Treats asset unloading as a generic WordPress performance tip
  • No view of which handles are excluded by regex or page type
  • Can't be scoped to admins via display conditions and user roles

SleekAI chatbot

  • Reads the wpassetcleanup_ options and global unload rules
  • Surfaces per-page unload lists from postmeta on each URL today
  • Knows which handles are excluded by regex or template type rule
  • Display conditions scope the bot to administrators in wp-admin
  • Logs each asset question with model, tokens, and origin URL

Features

What SleekAI gives you for Asset CleanUp

Global unload transparency

The system message includes the sitewide unload list from Asset CleanUp's global rules, so admins ask what is disabled across the whole site and get a clear list of handles instead of scrolling through the Global Unloads tab.

Per-page override clarity

Ask which scripts or styles are unloaded on a specific URL, and the bot reads the _assetcleanup_unload_* postmeta for that post. It returns the actual handles plus any per-page exception that re-enables an asset.

Regex and rule audit

See which regex rules and template-type rules apply across the site. The bot reads the rule list and explains which handles get disabled on which URL patterns, so a team can audit complex rules without re-reading the docs.

Use cases

Where teams use SleekAI for Asset CleanUp

Pre-release asset audit

Before pushing a redesign, the dev lead asks which assets load on the home page. The bot reads global unloads and per-page exceptions, surfacing any handles that slipped back via an override.

Editor self-serve checks

An editor wants to know why a specific page is heavier than the rest. The bot reports which extra scripts that URL loads compared to the global unload list, so the editor sees the cause clearly.

Regression diagnosis

After a plugin update, a script that was supposed to stay unloaded reappears. The bot reads the unload list and per-page meta, identifies the post that re-enables it, and points to the override.

The bigger picture

Why a plain-English layer over Asset CleanUp helps

Asset CleanUp's value proposition is precise asset control: unload a script sitewide, then re-enable it on the one URL that needs it, with regex and template rules for the long tail. That precision is the whole point of the plugin, and it is also why the configuration spreads across global options and per-page postmeta on every post and page. Editors and developers spend small slices of time clicking through the meta box on individual posts to confirm which assets are unloaded where.

SleekAI exposes both the global rules and the per-page postmeta as named variables, scoped to administrators via display conditions, with logs recording every conversation. Asset audits compress into a single chat, regression diagnosis after a plugin update becomes one question, and editors who do not own the Asset CleanUp configuration get plain-English answers about why a specific page is heavier than its siblings. Asset CleanUp still owns the unload logic; SleekAI is the read layer that makes the existing rules visible and conversational.

Questions

Common questions about SleekAI for Asset CleanUp

Yes. Asset CleanUp stores its global configuration in options prefixed wpassetcleanup_ and its per-page rules in postmeta on each post or page. SleekAI can read both as data sources and expose them as variables, so the model answers with the actual unload rules instead of a generic description.

 

By default, no. SleekAI is read-only against Asset CleanUp. The bot describes the rules and per-page overrides; it does not toggle an unload checkbox or add a regex. If you want a chatbot-triggered change, you can wire Asset CleanUp's API into a SleekAI tool with a capability check.

 

Yes. Pro adds a plugin manager, async and defer rules, and per-role rules, all stored alongside the free options. SleekAI reads the Pro entries the same way as the free ones, so a bot on a Pro site can answer questions about async/defer status and plugin-manager rules.

 

Not unless you configure it that way. Display conditions can lock the Asset CleanUp bot to administrators inside wp-admin and exclude it from the front-end. A separate public chatbot under multibot can run on the front-end with no Asset CleanUp variables in it.

 

Yes. Asset CleanUp removes assets from the HTML before the cache stores it, so the cached page already reflects the unload rules. SleekAI reads both Asset CleanUp's options and any page cache plugin's options if wired as separate data sources, so the bot can explain how the two layers interact.

 

Yes. It reads the global unload list, per-page postmeta overrides, and any regex rules for that URL. The bot returns which scripts the page actually loads versus what the global unload list would suggest, so a heavy page has a precise diagnosis rather than a generic recommendation.

 

No. The SleekAI widget loads asynchronously after the page renders, and Asset CleanUp's rules can apply to the widget itself if needed. The data the bot reads is a single option and postmeta fetch at conversation time, so page load is unaffected and unloads continue as configured.

 

Yes. Each WordPress install has its own Asset CleanUp options and per-page postmeta, and its own SleekAI configuration. Staging often runs with different unload rules to test combinations; the staging bot describes those without leaking production overrides. Logs stay per environment.

 

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