igor4wp
Forum Replies Created
-
Hello @adrianrus
The issue occurs on the website too.
We were/are not using ShortPixel CDN, but Cloudflare instead; and purging cache didn’t help.
We haven’t tried different delivery method
Forum: Plugins
In reply to: [Polylang] Polylang cookie conflicts with Cloudflare APOMost likely, our issue has very little to do with Polylang cookie – rather ist’s a glitch on the Cloudflare side
See this thread for more details and workaround solution.
Forum: Plugins
In reply to: [Polylang] Polylang cookie conflicts with Cloudflare APOTo make a picture complete, along with APO, we also use a CF worker that does conditional redirection on the edge server.
Tricky point: the moment we disable that CF Worker Route APO works as expected!
To exclude the possibility of errors in the worker we created a test worker with litteraly nothing in it and it was triggering BYPASS too.
AI-driven troubleshooting suggested the following solution:
Prevent Polylang from Setting the Default Cookie.
Modify functions.php to use a Polylang filter to stop it from sending Set-Cookie: pll_language=en when serving the default language via fallback. This removes the specific header that APO is likely reacting negatively to when it receives a response from the origin.Not sure if this is the right suggestion and what exactly we should add/amend in functions.php, but I hope this brings more clarity and increases the chances of fixing our issue.
hi @wpmansour,
any news on my request?
Forum: Plugins
In reply to: [Polylang] Flag icons: Serves images with low resolutionThank you @sebastienserre
I uploaded 24×17 and now Google wants 36 x 26
StrangeMaybe this evidence would be helpful for your devs
This is with WP-O cache on (screenshot)
The one with WP-O cache off (screenshot)
Apparently, the issue is there, so I’m looking forward to hearing from you soon
Thank you @wpmansour,
My plan was to use WP-Optimize for server caching for those cases when CF edge cache isn’t available (for whatever reason).
If I understood correctly, you don’t have a standard cure for bypass issue?
Please advise
UPD: please correct me if I’m wrong, but looks like you changed the way of script injections
After long attempts to troubleshoot the issue I can say the following:
– I can see/manage your plugin on the page in Asset CleanUp if the page has Blocksy pop-up
– I can’t see your plugin in Asset CleanUp on any of the pages/Blocksy content blocks where CF7 is inserted as a shortcode. There Asset CleanUp see trace of your plugin hardcoded in the body
This 2 facts justified deletion of the off-load rule for your plugin in Asset CleanUpThe good news is that the forms are working, the Turnstile script is ejected only where it’s needed
What I found confusing is that the widget is not rendering for whitelisted IP (it was before) – so it was misleading on whether your plugin is working or not. If I may, I would like to suggest displaying the banner even for the whitelisted IPs
Thanks @elliotvs for your swift response
However, I can’t see either turnstile related js or widget from my end see the network diagramWhen I scan About page with the AssetCleanUp enabled I can see your plugin, but that’s not the case with Contact page
The settings in AssetCleanUp are identical for both pages, the only obvious difference is that on the Contact page the CF7 form is not inside Blocksy pop-up
Hi @elliotvs
I’m having similar issueSetup Blocksy pro + CF7 + Asset CleanUp (which offloads CF7 and your plugin everywhere but on the pages I need it)
So after recent updates, surprisingly, this works on all the pages apart from the contact page (even with Asset CleanUp disabled)
Could you please have a look
example 1 – turnstile works, example 2 – doesn’tForum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Console error on every page on siteHi @gabelivan
Any updates on this issue? Have you managed to find a solution apart from the workaround below:
When this setting “Apply font-display: CSS property value” is set to “do not apply” the issue resolves.
Thanks
Forum: Plugins
In reply to: [Simple CAPTCHA Alternative with Cloudflare Turnstile] Console ErrorsI don’t think he did – the plugin was updated 3 weeks ago
Forum: Plugins
In reply to: [Simple CAPTCHA Alternative with Cloudflare Turnstile] Console ErrorsHi @gooloode, have you managed to resolve your issue?
I hope my additional errors here will attract some attention from @elliotvsSo: the page
DevConsole shows:Somehow, turnstile challenge gets preloaded despite Defer Scripts is ON in the Plugin Advanced settings:
The resource https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/cmg/1/JJEAHAGp6NaSyqJ%2FkvMgH8F3sCDqJp2Ehe8fKXeGBjI%3D was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it has an appropriateasvalue and it is preloaded intentionally.There are 2x api.js?render=explicit lines, whereby the 1st is shooting 302 and the 2nd – 200 (link)
More errors: (link)
@elliotvs, could you please have a look at the errors in the initial message and my errors too
*disclamer* I’m just a user of this plugin and not a developer
If I were you, I would start with checking Site/Secret Keys, you can check them here.
Next, from my experience, Managed mode works better then the other 2
Plugin settings I use on my site
Finally, there are a few 3rd party JS requests – make sure you haven’t over-optimised and blocked some scripts responsible for render & challenge itself. I have both with status code 200
Hope this helps