WPCacheOn – WordPress Caching plugin

Descripción

Simple and lightweight cache plugin for WordPress that will also enhance your website loading time and increase the scores at GTMetrix, Pingdom and other performance measuring tools.

Features

  • Extremely efficient and fast disk cache engine, even greater results with SSD based servers
  • Very convenient displaying of the cache size in the admin dashboard
  • Automated and manual clearing of the cache
  • Native support for Easy Digital Downloads
  • HTML, CSS and JavaScript minification
  • Deactivate caching for specific page
  • Native support for WooCommerce
  • Purge the cache for specific page
  • WordPress Multisite support
  • Custom Post Type support
  • New minification options
  • CSS and JavaScript inline
  • PreCache mechanism
  • PHP 8.4 compatible
  • HTTP/2 Focused
  • Expiry Directive
  • Secure cache

How does the caching work?

This plugin requires explicitly minimal setup time and no configuration at all. No coding, no configuration – install and activate, that’s all! Your website is now optimized and loading faster!

The WPCacheOn plugin has the ability to create two cached files. First is in plain HTML and the second file is gzipped (gzip level 9). Those static files are used to deliver content faster to your website visitors without any database lookups or gzipping because the files are already precompressed.

Stay tuned for new features!

Website

Follow us on the social medias

Minimum System Requirements

  • PHP >=5.4
  • WordPress >=4.6

Recommended System Requirements

  • PHP = 8.4
  • WordPress = 6.7

Maintainer

Credits

  • Fuelled by the passion for optimizing website speed!

Capturas

  • Convenient lookup of the current cache size in your dashboard
  • The new WPCacheOn Statistics page
  • The new WPCacheOn Settings page
  • WordPress cache plugins comparison

FAQ

What is WPCacheOn?

WPCacheOn speed-up page loading and improve website score in services like Pingdom and GTmetrix. WPCacheOn will remove any query strings from static resources like CSS & JavaScript files, enable GZIP compression (compress text, html, javascript, css, xml and others), add Vary: Accept-Encoding header and set expires caching (leverage browser caching). With our PreCache™ technology your website will be cached after the plugin is installed. This means that once WPCacheOn is installed your website already become faster with lower loading time and better results at GTMetrix and Pingdom.

Are there specific requirements for WPCacheOn to work?

The GZIP compression should be enabled in your web-server, no matter if it is Apache, LiteSpeed, NginX or another. If GZIP is not enabled you can ask your web hosting provider to enable it.

The .htaccess file in your WordPress instance root folder must have write permissions such as 644.

Using Redis and Memcached for Improved WordPress Performance with WPCacheOn

Redis and Memcached are popular caching solutions used in WordPress to speed up site performance by storing frequently accessed data in memory.

Redis: An advanced caching tool for WordPress that stores data in memory to reduce database load and speed up sites. It supports complex data structures, making it highly versatile.

Memcached: A simpler caching system used to store database queries or objects in memory, boosting performance by quickly delivering frequently accessed data.

Now, with WPCacheOn, you can use any of the caching engines. The configuration is easy: just set the hostname and port. Simple as that and your website loads even faster!

Enhancing WordPress Management with WP-CLI and WPCacheOn

WP-CLI (WordPress Command Line Interface) is a command-line tool for managing WordPress installations. It allows you to perform administrative tasks quickly and efficiently without using the WordPress dashboard. With WP-CLI, you can update plugins, run database migrations, import and export content, and much more—all through simple command-line instructions.

We extend the functionalities of WP-CLI by adding two options specific to WPCacheOn. You can purge the WPCacheOn cache and trigger the PreCache. You can purge the cache easily:

wp wco cache_flush

Just as easily you can trigger PreCache:

wp wco precache

What to do if I get 500 Internal Server Error after plugin activation?

If you get “500 – Internal Server Error” after the plugin is activated, follow the steps below to easily return your website to working state:

(1) Login to your hosting account via FTP or File Manager. If you are not sure how to perform that, you can ask your hosting provider.
(2) Go to the WordPress installation folder also known as the root directory of your website.
(3) Rename the .htaccess file to .htaccess.deactivated. Then rename the .htaccess.wco file to .htaccess.

WPCacheOn is using many .htaccess rules related to different web server modules for optimizing the website performance. If some of the web server modules are not installed this will result in Internal Server Error. This is the most common and easy fix to this issue.

If this don’t resolve the issue, you can contact us or your web hosting provider for more in depth investigation.

Reseñas

16 de junio de 2020
This plugin helps me a lot to run my website smoothly. First time i see such a nice plugin where all are ready. Just download, install and activate the plugin. Get-Set-Go. Happy with WPCacheOn till date.
21 de febrero de 2019 4 respuestas
I just made a review of different cache plugins and was very curious about this one. I compared GMetrix results with Swift Performance Light and CacheOn did not have a good score for YSlow test (less than 80%). So I’m not impressed. But it works without problem on the test site and options (very little) are very convenient to check. Better than no cache plugin but I think other well known plugins will do a better job with proper configuration.
Leer todas las 8 reseñas

Colaboradores y desarrolladores

«WPCacheOn – WordPress Caching plugin» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Registro de cambios

Release 2.2.0, 22 November 2024

  • Tested and confirmed compatibility with WordPress 6.7.1
  • Tested and confirmed compatibility with PHP 8.4
  • Added new functionality: Redis, Memcached, and Database cache are now supported
  • Added new functionality: trigger PreCache and delete cache from WP-CLI
  • New stunning design for the Settings page
  • Improvements in the user experience
  • Various code optimizations

Release 2.1.0, 26 September 2024

  • Tested and confirmed compatibility with WordPress 6.6.2
  • Tested and confirmed compatibility with PHP 8.3
  • Improved autoload
  • Improved PreCache functionality
  • Improved plugin codebase
  • Showing current PHP version instead of date and time
  • Fixed minor memory leak upon plugin deactivation
  • Added option to trigger PreCache manually
  • Added count for cached pages and posts
  • Added option to control compression
  • Other minor various improvements over the User Experience (UX)
  • Performed complete security audit of the plugin
  • Improved plugin debug logs in separate file

Release 2.0.2, 09 December 2020

  • Tested and confirmed compatibility with WordPress 5.6

Release 2.0.1, 15 May 2020

  • User Experience (UX) improvements
  • Fixed an issue with server zlib.output_compression (strange characters issue)
  • Added upgrade notice, this will provide information what is new in the latest version of WPCacheOn
  • Added upgrade link from the WPCacheOn settings page to the WordPress Updates page, when new version is available

Release 2.0.0, 20 April 2020

Release 1.2.7, 30 Nov 2019

Release 1.2.6, 14 Nov 2019

Release 1.2.5, 10 Oct 2019

  • Brand new admin dashboard icon
  • Applied new technique where we ensure that all of the .htaccess optimization rules will be always applied
  • More optimized .htaccess rules and preparation for WebP support
  • File structure improvement
  • Added new notification upon new version of WPCacheOn plugin
  • Added support for localization – now you can translate WPCacheOn plugin to your native language
  • Fixed an issue with the core React.JS
  • Fixed an issue with adding gzip for JPG image files

Release 1.2.4, 05 May 2019

  • Tested and confirmed compatibility with WordPress 5.2

Release 1.2.3, 13 April 2019

  • Improved plugin upgrade process
  • Fixed an issue with the jpg browser leverage cache
  • Overall code optimizations for better internal work of the plugin

Release 1.2.0, 24 March 2019

Release 1.1.6, 19 February 2019

  • Initial release at WordPress plugin directory
  • Tested compatibility with WordPress 5.1

Release 1.1.5, 13 December 2018

  • Tested and confirmed compatibility with WordPress 5.0
  • Tested and confirmed compatibility with WordPress 4.9.9
  • Fast flush of cache from plugins menu
  • Small bug fixes

Release 1.1.0, 7 December 2018

  • Tested and confirmed compatibility with PHP 7.3
  • Improvements and stability

Release 1.0.5, 22 October 2018

  • Updated the WPCacheOn presence in the admin dashboard
  • Improved the WPCacheOn code structure

Release 1.0.0, 16 August 2018

  • WPCacheOn open beta tests release

Release 0.1.0, 25 September 2017

  • WPCacheOn first beta version release