Cache Enabler icon
Cache Enabler icon

Cache Enabler

 1 like

The Cache Enabler plugin creates static HTML files and stores them on the servers disk. The web server will deliver the static HTML file and avoids the resource intensive backend processes (core, plugins and database).

Cache Enabler screenshot 1

License model

  • FreeOpen Source

Country of Origin

  • CH flagSwitzerland

Platforms

  • Self-Hosted
  • Wordpress
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

Cache Enabler News & Activities

Highlights All activities

Recent activities

Show all activities

Cache Enabler information

  • Developed by

    CH flagKeyCDN
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    18 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  126 Stars
  •  47 Forks
  •  14 Open Issues
  •   Updated Dec 24, 2024 
View on GitHub

Our users have written 0 comments and reviews about Cache Enabler, and it has gotten 1 likes

Cache Enabler was added to AlternativeTo by Paul on Feb 25, 2020 and this page was last updated Feb 25, 2020.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Cache Enabler?

The Cache Enabler plugin creates static HTML files and stores them on the servers disk. The web server will deliver the static HTML file and avoids the resource intensive backend processes (core, plugins and database). This WordPress cache engine will improve the performance of your website. Features

  • Efficient and fast disk cache engine
  • Automated and/or manual clearing of the cache
  • Manually clear the cache of specific pages
  • WP CLI cache clearing
  • Display of the actual cache size in your dashboard
  • Minification of HTML and inline JavaScript
  • WordPress multisite support
  • Custom Post Type support
  • Expiry Directive
  • Support of 304 Not Modified if the page has not modified since last cached
  • WebP Support (when combined with Optimus)
  • Supports responsive images via srcset since WP 4.4
  • Works perfectly with Autoptimize

How does the caching work?

This plugin requires minimal setup time and allows you to easily take advantage of the benefits that come from using WordPress caching.

The WordPress Cache Enabler has the ability to create 2 cached files. One is plain HTML and the other version is gzipped (gzip level 9). These static files are then used to deliver content faster to your users without any database lookups or gzipping as the files are already pre-compressed.

When combined with Optimus, the WordPress Cache Enabler allows you to easily deliver WebP images. The plugin will check your upload directory for any JPG or PNG images that have an equivalent WebP file. If there is, the URI of these image will be cached in a WebP static file by Cache Enabler. It is not required for all images to be converted to WebP when the “Create an additional cached version for WebP image support” option is enabled. This will not break any images that are not in WebP format. The plugin will deliver images that do have a WebP equivalent and will fall back to the JPG or PNG format for images that don’t.