Step 1: Log into WordPress Admin Area
Log into the WordPress admin area of your site using admin credentials.
Step 2: Navigate to Plugins Section
In the left bar, click on Plugins, and then on Add New.
Step 3: Install and Activate Breeze WordPress Cache Plugin
Locate the plugin via the search bar. Search for Breeze – WordPress Cache Plugin. Once you have located the plugin, install it.
Once the installation finishes, click the Activate link.
Step 4: Configure Breeze Cache Settings
The steps mentioned here can be useful for you to verify Breeze settings and to gain additional knowledge about some of its advanced features (i.e. CDN, purge cache, database optimization …)
Click Settings in the left bar, and in the drop-down, click Breeze.
Basic Options
- On the Breeze settings page, you will see a few tabs. The Basic options tab will be open by default.
- Purge cache is set to 1440 minutes (24 hours) by default. If you wish, you can change this duration to suit your cache purge requirements.
- For Minification, it is recommended to keep it unchecked unless it’s absolutely necessary. We recommend you to test it first on your staging website before using it on your live site.
- We advise that you keep the GZIP Compression option enabled. However, you can uncheck this option if you have already enabled GZIP compression on the server through other means such as via htaccess.
Advanced Options (Optional)
For many users, the options in this tab do not require any configuration and we suggest that all sub-options should be left unchanged. However, in case you wish to modify these options, here is the explanation for the options:
- You may want to exclude specific URLs from plugin’s cache. If that is the case, you can add them in the Never Cache these URLs field. (Note: If Varnish is enabled on your Platform, we suggest excluding the URLs from the Varnish as well).
- If you are using minification, you may select CSS and/or JS under the Group Files option to combine your CSS/JS files into a single file.
- You may also want to exclude certain CSS and JS from minification and grouping. You can add them in the separate fields to exclude your CSS/JS files as shown in the video.
Database Optimization
Options discussed below can be set according to your requirements. For example, you can decide which type of content needs to be cleared from your WordPress database to keep it optimized.
Database optimization options include Post revisions, Auto drafted content, trashed content, comments from trash and spam, trackbacks and pingbacks, and transients. These options will keep unnecessary data off your application database, thereby decreasing the database size and improve overall website performance.
CDN (Optional)
Breeze WordPress Cache Plugin allows you to configure a CDN with your website. The following options are available for configuration:
- CDN Root URL: Here you can specify the URL of CDN that you are using or planning to use with your WordPress website. If you have some pages on HTTP and some on HTTPS, you should begin the URL with a double slash ‘//’ (e.g.: //www.cdnurl.com).
- CDN Content: Here you enter the subdirectories for which you wish CDN to serve content.
- Exclude Content: If you want to exclude content (static content such as CSS/JS/images) from CDN, you can list them in this field.
- Relative Path: We recommend that you keep this option enabled. This will enable the relative path for your website.
Varnish Options
The last tab that you can configure is Varnish. By default, Varnish is enabled on all fresh WordPress deployments. To manage Varnish settings. We recommend that you keep the Auto Purge Varnish option enabled at all times.
Step 5:
Now after configuring all those options, load all the pages in your theme one by one, so that the cached files are generated.
Now again check the google page speed of the theme and it will be increased much better.
Need to increase the performance more?
- Theme Speed Most of it depends on site images. If images are properly optimized you can increase the site performance. There may be many bigger images that are not optimized and you can optimize all those images using many optimizing plugins like imagify, etc.
- Check if the server is configured as per the theme requirement.
- Removing unwanted plugins, themes added in your site.
- Finally always update the theme, plugins and wordpress to the latest version.
Leave A Comment?