WP Rocket

WP Rocket 3.15.10 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 '';
    }
 
thanks to dear member @netman updated WP Rocket with a new update entry:

January 04, 2024

Bugfix: Fix Lazyload CSS Background image compatibility issue with Chrome 119+ (#6269)
Bugfix: Fix a minor scenario when wrong data was saved into the error_code database column for RUCSS feature (#6314)
Enhancement: Stop adding URLs to the wpr_rocket_cache table if Preload feature is disabled (#6278)
Enhancement: Save a default error code when RUCSS SaaS is not reachable (#6289)
3rd-party compatibility: Fix a problem when clearing the cache from post/page editor redirected...

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

January 17, 2024

Enhancement: Update Delay JavaScript script to the latest version (#6310)
Make sure to respect the correct onload events order
Fix double-click issue in some cases
Fix compatibility with some 3rd-parties on Firefox
Enhancement: Don’t remove lazy attribute from not cached query string pages (#4531)
3rd-party compatibility: Fix fatal error when WP Rocket is used together with WebToffee Cookie Consent plugin (#6343)

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

February 1, 2024

Bugfix: Fix some compatibility problems with Contact Form 7 enhancement (#6384)
Bugfix: Fix a problem with Lazy Load Background CSS Images feature when CSS is coming directly from PHP file in the source (#6389)
Enhancement: Show only last 4 characters of the Cloudflare credentials in the UI (#3376)
Enhancement: Improve the batch limit filter for the Preload feature (#6394)
Enhancement: Make sure to remove WP Rocket’s transients when deleting the plugin (#4943)...

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

March 19, 2024

Enhancement: New filter that will allow to exclude fonts from being preloaded when Remove Unused CSS feature is active (#6202)
Enhancement: Improve the regex for Background Lazy Load CSS Images feature (#6408)
Enhancement: Remove Unused CSS feature will always respect the trailing slash settings of the website (#6438)
Enhancement: Improve loading time when saving the post on bigger websites. Related to private posts detection (#5971)
Enhancement: Improve the loading time for...

Read the rest of this update entry...
 
Back
Top