Cache, Minify, Lazy-Load and cleanup — every toggle works on its own, and whatever doesn't suit your site you simply switch off again.
| Optimization | State |
|---|---|
| Page cache (file-based) | TTL 12 h |
| Minify HTML | on |
| Lazy-Load for images/iframes | on |
| JavaScript deferred (defer) | on |
| Heartbeat throttled | 60 s |
| CDN delivery | off |
Anonymous requests get a ready-made HTML file. You decide cache lifetime and exceptions.
Learn more →Comments and whitespace are dropped from HTML, inline CSS and inline JS. JSON-LD stays untouched.
Learn more →defer for scripts, ?ver= gone, emoji script and embeds switched off — each individually.
Learn more →loading=lazy and decoding=async, right down to avatars, widgets and the logo.
Learn more →A marked block in the .htaccess that disappears again on deactivation.
Learn more →Limit revisions, optimize tables — on a schedule that you define.
Learn more →defer for non-critical scripts · jQuery core stays excluded
Learn more →Byte count per autoloaded option · the flag goes, the value stays
Learn more →width and height are added · dimensions taken from the actual file
Learn more →Registered sizes with dimensions and origin · disk usage measured per size
Learn more →Expires and Cache-Control headers · marked block in the .htaccess
Learn more →Base URL is replaced · Applies to scripts and styles
Learn more →Raise the Heartbeat interval · the default is 15 seconds
Learn more →Limit revisions per post · set the number yourself
Learn more →7 templates · each template with its own run, its own toggle, its own preview
Learn more →loading=lazy on img and iframe · decoding=async on images
Learn more →HTML without comments and whitespace · inline CSS tightened around { } : ; ,
Learn more →Redis (6379) or Memcached (11211) · Drop-in at wp-content/object-cache.php
Learn more →dns-prefetch for third-party hosts · preconnect for an early handshake
Learn more →Static HTML file per page · cache lifetime (TTL) freely adjustable
Learn more →Reprocess existing JPEG and PNG files · progress, pause, resume
Learn more →URLs from the sitemap or recently changed content · 5 per step, stop any time
Learn more →An extra file per image size · delivery via <picture>
Learn more →