• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

WP Rocket - Best WordPress Caching Plugin

WP Rocket - Best WordPress Caching Plugin v3.15.10

No permission to download
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:
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 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 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...
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock