koax
Forum Replies Created
-
Forum: Plugins
In reply to: [Google for WooCommerce] Extreme delays on back-endHi !
I jump on this topic because I am facing the exact same issue as @webwitnl with the same graph (using also query monitor giving me the same info), this plugin is super talkative with a lot of unnecessary requests to the database…
Maybe a sync option to set the sync frequency could hep reducing these requests ?Cheers
Hi @aamiribsf ,
Ok too bad this field does not work like the other fields of Form Headings (like payment, client information etc.). Would be nice if you could update the behavior to be like other fields in the next updates.
Cheers.
Hi @aamiribsf !
Ok thanks for clarification, now I understand what is going on and how it really works.
Regards,
Hi guys,
It’s been 2 weeks now and only 2.3 is available for download from my side.
Also the htaccess patch has not been working for me, Google keeps on finding those URLs 🙁 I have like 2K of bad URLs which is insane…
Good luck all, I think I will find another security plugin even if I renewed in June, as this is too damaging for me.
- This reply was modified 6 months, 4 weeks ago by koax.
Yes I saw that too, can’t download it either from the secupress account. Maybe it needs fixes on other issues ?
Also, I set a 410 with functions.php for these URLs but not sure they will disappear from Google Search Console… After a week, mines are still there but I don’t know how long it takes for them to be removed from GSC.Hi all,
looks like there is a new release coming currently in beta 2.4 : https://secupress.me/changelog/
“Fix: Remove AJAX call from Antispam delay module to prevent unwanted indexed AJAX URL”
Wait and see
Hi @brendanapimani ,
Welcome to the club… Personally, I disable the plugin because this URL issue pollutes my GSC, and I think leaving it enabled will cause more damage than disabling it.
So far, I’ve opened three support tickets with no response…
I hope nothing has happened to the developer (he stopped publishing on twitter), but I’m definitely going to remove the plugin from all my websites until this issue is fixed.
Tell us if you hear from him.Thanks for the update !
I removed the plugin too, and added your code, but like you, my Google Search Console is polluted by those URLs and can’t tell Google to remove them…
Thanks for sharing your experience and hope everything will be fine for you in the next days.
Hi @detonasaurus !
Getting back to you to know if your actions solved the problem in Google Search Console ? Do those URLs still appear in “Blocked due to another 4xx issue” ? Or are they gone from Google Search Console once and for all ? And have recovered traffic ?
Still no news from the plugin dev from my side.
Thanks
Hi @detonasaurus
Thanks for the tip, I understand it stop all requests to these pages and send a “410 Gone”, so it might make them disappear from Google. Do you experience any side effects for users ?Thanks again, I will definitely try it !
Thanks for the tip with Redirection plugin ! I will try it.
The problem is that these kind of URLs will continue tu be generated by the website so Google will keep on crawling them (which is expensive regarding crawling budget so I am afraid at some point Google will penalize us).
It pains me to deactivate the plugin as I paid for it and have been using it for years.Thanks good, I’ve finally found someone in the same situation !
I have the same problem (500 useless URLs in the search console, some of which have been indexed!?!?), I contacted support two or three times and didn’t receive any response…
I managed to add a script to my site like this one to remove them from Google, but I’m not sure if it will work…add_action( ‘init’, function() {
if (
isset($_GET[‘action’]) &&
$_GET[‘action’] === ‘secupress_dcts_timer’ &&
strpos($_SERVER[‘HTTP_USER_AGENT’], ‘Googlebot’) !== false
) {
header(‘X-Robots-Tag: noindex, nofollow’, true);
http_response_code(410); // Dit à Google : “supprime cette URL”
exit;
}
});Worst is that if you type secupress_dcts_timer on google, you will see all websites that use SecuPress which is a huge problem !
- This reply was modified 8 months, 2 weeks ago by koax.
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Apple Pay buttonHi,
Thanks for the reply, it’s too bad you don’t have a solution for this. It’s not a blocking issue because I have an alternative solution for the user experience but it’s not the best solution.
Thanks for your time anyway.
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Apple Pay buttonHi @fetenlakhal ,
I’m not sure what you mean by “which block you use for this part” ? As this a funnel made with Cartflows plugin and elementor, I’m not sure what you are expecting as anwser but here is a screenshot of the block : https://ibb.co/LXStG4k6
I have just tried with Twenty Twenty-Five wordpress theme and have the same issue : https://ibb.co/nsSvrqVk.
I will now change the button style as I can’t have this bad display any longer.
Thanks- This reply was modified 11 months, 3 weeks ago by koax.
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Apple Pay buttonHi @mosesmedh ,
I’m on MacBook Pro 2019 using Brave browser : Version 1.78.97 Chromium: 136.0.7103.93 (Build officiel) (x86_64). Also, my client colleague warned me about the issue on his iPhone 13 Pro.
I tested on Safari and I don’t have the issue so it works well on Safari. Tried also with Firefox but can’t manage to display the button.
Thanks