C
WP Super Cache Content

Compress pages

Compress pages.

What it does

Compress pages. It is one of the abilities the WP Super Cache plugin exposes, so an AI agent connected to your site can run it for you.

Input schema

FieldTypeRequiredDescription
input string Required What you want this ability to do, in plain language.

Output schema

FieldTypeDescription
result string The result produced by the ability.

Permissions

The agent's WordPress user needs these capabilities. Grant only what's listed here, never a full admin account.

🔒 edit_pages

How an agent calls it

Agents call this ability by name and pass the inputs it needs. A call looks roughly like this:

wp-super-cache.compress-pages
{
  "ability": "wp-super-cache.compress-pages",
  "args": { "input": ... }
}

The agent runs the ability, then hands the result back for you to review before anything is published.

Keep exploring

More WP Super Cache abilities

All WP Super Cache abilities →
C
Cache rebuild
WP Super Cache
Cache rebuild.
C
Cache timeout
WP Super Cache
Cache timeout. How long cache files are considered fresh for. After this time they are stale and can be deleted.