darkbrave44
New member
- Jun 2, 2022
- 9
- 0
- 1
Since new version comes out we may not get this fix on each one! So, is it possible for you to provide any function to use resolve this issue permanently?For anyone who wants to get rid of that API Query use this file.
No worries.
Essentially yes, removing that API query error for those who have it showing, which in my case I do, speeds up your backend, as it won't cause the query to run and slow your site since the returned result errors out.
Since new version comes out we may not get this fix on each one! So, is it possible for you to provide any function to use resolve this issue permanently?
// Add http requests to block
add_filter('pre_http_request', function ($thisStatus, $requestParams, $ThisUrl) {
if (strpos($ThisUrl, '//wp-rocket.me')) $thisStatus = null;
elseif (strpos($ThisUrl, '//rocketcdn.me')) $thisStatus = null;
return $thisStatus;
}, PHP_INT_MAX, 3);
Can I be more specific?Code:// Add http requests to block add_filter('pre_http_request', function ($thisStatus, $requestParams, $ThisUrl) { if (strpos($ThisUrl, '//wp-rocket.me')) $thisStatus = null; elseif (strpos($ThisUrl, '//rocketcdn.me')) $thisStatus = null; return $thisStatus; }, PHP_INT_MAX, 3);
but it doesn't solve the problem with excluding unused css?[КОД]// Добавляем http-запросы для блокировки
add_filter('pre_http_request', функция ($thisStatus, $requestParams, $ThisUrl) {
если (strpos($ThisUrl, '//wp-rocket.me')) $thisStatus = null;
elseif (strpos($ThisUrl, '//rocketcdn.me')) $thisStatus = null;
вернуть $thisStatus;
}, PHP_INT_MAX, 3);[/CODE]
me toobut it doesn't solve the problem with excluding unused css?
Download WP Rocket v3.11.4 - Caching Plugin for WordPress Nulled
3.11.4 June 30, 2022
(This is a staggered release).
bobsmith updated WP Rocket - Best #1 WordPress Caching Plugin with a new update entry:
WP Rocket v3.11.4 Nulled
Read the rest of this update entry...
FINAL VERSION v3.1.4 RELEASED JUST LAST HOURFASTEST UPDATE . . .
Maybe we need more fixes on new nulled version.Thanks for the update
We couldn't generate the used CSS because you're using a nulled version of WP Rocket. You need an active license to use the Remove Unused CSS feature and further improve your website's performance.
The version before worked well.
I have reinstalled version 3.11.3 with the CSS fix - works fine.Maybe we need more fixes on new nulled version.
it works.Test the new version and if needed, we will reupload with the css fix as before.