Bugfix: Make sure not to display changed domain warning in multidomain environment (#6108)
Bugfix: Fix a problem with displaying images added using CSS pseudo classes elements when LazyLoad Background CSS Images feature is enabled (#6132)
Enhancement: Include LazyLoad Background CSS Images feature when sending data to Support (#6139)
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...
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)
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)
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->
changewprocket3156n\wp-rocket\inc\classes\Buffer\class-cache.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;
}
private function get_rocket_footprint( $time = '' ) {
return '';
}