users who build websites with WordPress, how do you optimize WordPress to make the website load faster? Adding caching to the website is one of the most common optimization methods. The most commonly used WordPress caching plugin should be WP Super Cache. Naibabiji currently uses
WP Rocket. The Breeze caching plugin introduced in this article is a free WordPress caching plugin launched by Cloudways (a WordPress hosting provider). Unlike
SiteGround's optimization plugin, which can only be used with their hosting, regardless of your hosting provider, as long as you are building a website with WordPress, you can install the Breeze plugin to cache and optimize website speed.
Breeze Feature Introduction
Using Breeze is very simple; install and use it directly, and you can keep the default settings. Of course, if you want to configure it yourself, you can also make some modifications, as shown in the image below.

By default, the cache system is checked, which means the caching function is enabled. The default cache cleanup time is 1440, which is 1 day. If your website is updated frequently, you can consider reducing the cache time. Minifying files can speed up website access after checking, but it may cause webpage misalignment. If you find that checking a certain item causes webpage misalignment, uncheck it and clear the cache. Gzip and browser cache can be left checked by default.

In the advanced options, it is generally fine to leave them empty by default, unless your website has special requirements, in which case you can add items here to exclude from caching.

The database function is a simple tool for cleaning up database junk files. If you have saved draft files, do not select all and optimize them all at once. As for CDN and VARNISH, set them up if needed. VARNISH is a caching technology. Cloudways hosting supports it by default, while other hosts may not. If needed, you can try installing Varnish cache support yourself.
Breeze Caching Effect
If Breeze is correctly enabled, when viewing your website's front-end source code while not logged in, you can see a similar string of code like the one below.
<!-- Cache served by breeze CACHE - Last modified: Sun, 08 Sep 2019 11:11:37 GMT -->
This indicates that the page has been cached. You can test for yourself whether there is a difference in the overall website loading speed with Breeze caching enabled and disabled.
Breeze Plugin Download
You can directly search for 'Breeze – WordPress Cache Plugin' in your WordPress admin dashboard to install it, or click the link below to download the plugin installation package and upload it for installation. If you don't know how, refer to:
WordPress Plugin Installation Tutorial Download LinkIf you want to further optimize your WordPress website speed, you can also try
Hummingbirdthis plugin, which is also quite useful.
Comments are closed
The comment function for this article is closed. If you have any questions, please feel free to contact us through other channels.