Hi friends, last night I installed the plugin and I loved the results, right now it tells me that it has cached 35.96% of my website’s content. BUT I have noticed a problem and that is that my website has stopped showing Google Adsense ads.
I went to the Google Adsense site and it gives me the following message:
Ad serving is currently limited. Review the details of the issue and see recommendations on what you can do next.
Ad serving was limited on Nov 2, 2024. Ad serving in your product has been temporarily limited while we evaluate the quality of your site’s traffic. We will review and automatically update this limit as we monitor your traffic.
Could BerqWP have something to do with this? What can I do?
]]>Hi,
I’ve been working with the Easy Form Builder plugin and have encountered some issues with page caching. To manage this, we created a function to handle different caching plugins alongside Easy Form Builder:
public function cache_cleaner_Efb($page_id, $plugins) {
$page_id = intval($page_id);
$cache_plugins = json_decode($plugins);
foreach ($cache_plugins as $plugin) {
switch ($plugin->slug) {
case 'litespeed-cache':
if (defined('LSCWP_V') || defined('LSCWP_BASENAME')) {
do_action('litespeed_purge_post', $page_id);
}
break;
case 'wp-rocket':
if (function_exists('rocket_clean_post')) {
rocket_clean_post($page_id);
}
break;
// Additional cases for other plugins can be added here
}
}
}
However, we are now aiming for a more cohesive solution. Ideally, we want an approach similar to how other plugins handle caching for better compatibility.
Any advice or recommendations would be highly appreciated.
Best regards,
]]>There is always talk of ‘cloud’ and ‘our server’ – what data is transferred here?
Are these processes 100% GDPR compliant?
In which country is the server located?
What exactly is the server needed for and does BerqWP continue to run without errors even if the server is down?
Please explain/describe these processes completely.
]]>I am reaching out to report an issue with the berqwp plugin on my WordPress site, which seems to be not functioning as expected. Despite the plugin being activated, I’ve noticed that it’s not performing page caching.
To provide you with a bit of background, my website previously utilized the WP Rocket plugin, which worked flawlessly in optimizing site performance and caching pages effectively. This experience led me to expect similar outcomes from berqwp, but unfortunately, this has not been the case.
Moreover, my site is hosted on Umbler, which has been a reliable hosting service and had no issues running other optimization and caching plugins in the past. Therefore, I believe the issue might be specifically related to how berqwp is interacting with my site’s setup or its compatibility with Umbler’s hosting environment.
Could you please assist me in troubleshooting this issue? Any guidance on settings adjustments, compatibility checks, or any specific steps I can take to ensure berqwp functions correctly would be greatly appreciated. I am eager to utilize berqwp to its full potential and improve my site’s performance and PageSpeed scores.
Additionally, I would like to mention that I have thoroughly checked the wp-config.php file of my site and confirmed that the directive define('WP_CACHE', true);
is correctly set up.
I am seeking to understand if there might be any additional configurations or steps that I might have overlooked, contributing to the current issue.
Best regards,
Lucas
]]>