WP Rocket

WP Rocket 3.17.2.1 Nulled

No permission to download
thanks to dear member @richard updated WP Rocket with a new update entry:

November 07, 2023

Bugfix: Fix timeout issues related to DB latency on sites with a lot of private posts(#6181)
Bugfix: Clean query string version of the homepage with rocket_clean_home (#3444)
Bugfix: Fix DOMException with Lazyload Background CSS due to incorrect selector (#6199)
Bugfix: Wrong URL is purged when purging from a translated page with Weglot (#5279)
Bugfix: Error messages for RUCSS or not kept after the 3rd retry (#6240)
Bugfix: RUCSS DB submitted_at field is not updated...

Read the rest of this update entry...
 
thanks to dear member @netman updated WP Rocket with a new update entry:

November 23, 2023

Bugfix: Make RUCSS to-submit item failed if the plugin can’t send the request to SaaS (#6271)
Enhancement: Improve RUCSS retry strategy (#6222)
Enhancement: Make sure to update the modified date when changing the status or retries of Used CSS database row (#6229)
3rd-party compatibility: Clear cache only once after post update when WPML is enabled (#6214)
3rd-party compatibility: Stop clearing the cache when importing posts using WPAI to prevent high CPU usage (#4226)

Read the rest of this update entry...
 
thanks to dear member @netman updated WP Rocket with a new update entry:

December 05, 2023

Bugfix: Fix the newest RUCSS retry strategy, the last step was triggered too late (#6290)
Enhancement: Stop firing WP Cron when it’s disabled. It was used to proceed Used CSS for the homepage with priority (#6282)
3rd-party compatibility: Improve LazyLoad for Background images compatibility with WPML (#6224)
3rd-party compatibility: Contact Form 7 optimization, make sure not to load their JavaScript when the form is not present on the page (#6241)

Read the rest of this update entry...
 
if you want to removed page bottom code like
Code:
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->
please open file
wprocket3156n\wp-rocket\inc\classes\Buffer\class-cache.php
change
PHP:
    private function get_rocket_footprint( $time = '' ) {
        $footprint = defined( 'WP_ROCKET_WHITE_LABEL_FOOTPRINT' ) ?
                        "\n" . '<!-- Cached for great performance' :
                        "\n" . '<!-- This website is like a Rocket, isn\'t it? Performance optimized by ' . WP_ROCKET_PLUGIN_NAME . '. Learn more: https://wp-rocket.me';
        if ( ! empty( $time ) ) {
            $footprint .= ' - Debug: cached@' . $time;
        }
        $footprint .= ' -->';
        return $footprint;
    }

to
PHP:
    private function get_rocket_footprint( $time = '' ) {
        return '';
    }
 
Top