WP Rocket - Best WordPress Caching Plugin

WP Rocket - Best WordPress Caching Plugin v3.18.3

No permission to download

xorro

Active member
Trusted Uploader
Nov 27, 2018
172
136
43
Well just for users information. Never use Beta versions of any program until you know what you are doing. Beta versions can crash / damage your website. Before doing anything please make sure to create fresh backup.

If you are running your website on VPS and using WP Rocket Plugin then i must recommend you 1 additional step to keep everything smooth on your website. Once you have updated the plugin on website go to your wp-rocket web directory via shell command in your vps and run this command "composer install --no-dev"
This command will update wp-rocket dependencies. After updating wprocket if you get any errors you must run this above command to fix errors. I hope this will help you guys to fix your wprocket issues.

To keep your plugin updated all the time if update is delayed here and you want to update instantly then here are the steps you can use to update wprocket and null it yourself.

Note:- This is for advanced users only who have access to shell command line for their hosting or using VPS.

Go to this link
Scroll to current stable version and click Source Code (zip)
bYJc4i7.png

once file is downloaded extract the wp-rocket-version folder to where ever you like
JBl6Ikc.png

Rename wp-rocket-version folder to wp-rocket
Now go to wp-rocket\inc\functions folder
Edit options.php file
FInd this code

PHP:
function rocket_valid_key() {
    $rocket_secret_key = get_rocket_option( 'secret_key' );
    if ( ! $rocket_secret_key ) {
        return false;
    }
Replace with this code
PHP:
function rocket_valid_key() { return true;
    $rocket_secret_key = get_rocket_option( 'secret_key' );
    if ( ! $rocket_secret_key ) {
        return true;
    }
Save options.php file and upload plugin to your wordpress website.
Activate the plugin and you might end up with any error or blank page. Nothing to worry now go to your VPS / Hosting command shell and navigate to wp-rocket folder once you are there run this command

composer install --no-dev

Refresh your Website and TADAAAAA! You have wprocket nulled with all updated dependencies for lifetime.
 
Last edited:

CyberDeviL

Back to Life 🧬
Trusted Uploader
Aug 10, 2018
2,795
10,823
113
Earth
Well just for users information. Never use Beta versions of any program until you know what you are doing. Beta versions can crash / damage your website. Before doing anything please make sure to create fresh backup.

I've been using all beta release of WP-Rocket since last year & never faced any issue on site-related :geek:
 

CyberDeviL

Back to Life 🧬
Trusted Uploader
Aug 10, 2018
2,795
10,823
113
Earth
CyberDeviL updated WP Rocket - Caching Plugin for WordPress with a new update entry:

WP Rocket v3.3.5 Final

OFFICIAL CHANGELOG:
  • Enhancement: Add support for the new display parameter for Google Fonts. Default value is swap, which can be modified via filter
  • Enhancement: Clear Varnish cache correctly when also using the Cloudflare Rocket Add-on
  • Enhancement: Auto exclude WooCommerce product attributes taxonomies from critical CSS generation
  • Enhancement: Don’t display htaccess rules notice if WP Rocket rules are already present in the file
  • Bugfix: Prevent a 400 error on...

Read the rest of this update entry...
 

CyberDeviL

Back to Life 🧬
Trusted Uploader
Aug 10, 2018
2,795
10,823
113
Earth

CyberDeviL

Back to Life 🧬
Trusted Uploader
Aug 10, 2018
2,795
10,823
113
Earth
CyberDeviL updated WP Rocket - Caching Plugin for WordPress with a new update entry:

WP Rocket v3.3.6

CHANGELOG:
  • Enhancement: Improve our update system to fix an issue that was preventing some websites from receiving the update notification and generating too much requests to our update endpoint
  • Enhancement: Set Cloudflare browser cache values to 1 year instead of 1 month
  • Enhancement: Minify the inline javascript part of the lazyload script
  • Enhancement: Improve SSL/HTTPS detection to be more compatible with SSL plugins
  • Enhancement: Improve preload count to be...

Read the rest of this update entry...
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu