grex22
Forum Replies Created
-
I’m seeing this too, although with an entirely different Turnstile plugin / integration. There’s a few sporadic threads even on Cloudflare’s community board about Turnstile somehow locking the main JS thread at 100% while it’s trying to use the WebGL driver to get an auth token (or something, I’m parroting what I’ve heard).
In short, I don’t believe the issue is with the plugin but rather with Turnstile in general. I honestly am unsure what to do at this point, as Turnstile is a lifesaver for spam prevention but we can’t abide the insane thread locking that’s happening for a third of our web users.Forum: Plugins
In reply to: [Simple CAPTCHA Alternative with Cloudflare Turnstile] Weird CSP ErrorsHmm, actually seems to be an issue with Turnstile in general? https://community.cloudflare.com/t/turnstile-freezes-the-whole-website-on-macos-safari/923530/2
Forum: Plugins
In reply to: [Simple CAPTCHA Alternative with Cloudflare Turnstile] Weird CSP Errors2 mo later, and this seems to still be happening — what’s worse, is that this issue drags down performance in Safari to an absolutely crawl for some reason, until the “preloaded but not used within a few seconds” message pops up in console. Seems that something is completely utilizing the javascript engine or something in Safari while this error waits to display.
While I’m sure that’s not a plugin problem, it certainly would be resolved if this plugin didn’t trigger the CSP and preload warnings at all.
Yes, that clarifies greatly, thanks — I would point out that none of this abundantly clear when using the plugin, and a small amount of text near the “default” settings would clear this up immensely (and likely spare a few other users the pain my client and I just experienced due to this).
I actually don’t know if I even found clarity on this on your documentation site (although, it’s been a couple of weeks so I can’t recall exactly).
Anyone?
Forum: Plugins
In reply to: [WP Safe Mode] Sloppy install instructions, results in fatal WordPress errorSame here — the wp-config line they tell you to load fatal errors any sites that use MU plugins, it seems. This would include any site that runs on WPEngine, as they include mu plugins by default on their installs.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Image Issue after CloningWe experienced the same issue (continue to, actually), and support seemed to think it might be related to us hosting on WPEngine — any chance you’re hosting there?
In any case, our issue seemed to be that the images weren’t picking up the new domain name after cloning, and support had some ideas in our original thread: https://ww.wp.xz.cn/support/topic/weirdness-with-empty-site-url-when-cloning/Ooops, this causes the same problem too, also from rael-frontend.css:
.e-parent {
display: block !important; <– Breaks flexbox layouts
width: 100%;
height: auto !important;
overflow: visible;
}Ah, ok — that must be the issue then! I may look for a way to block wp-cron.php in other ways to prevent spam bots from hitting it. Perhaps country / IP blocking would be a better route.
I really appreciate you sorting this out! Awesome support 🙂
Thanks for the insight, nicholas! The only URL that was in there was /wp-cron.php (as we were getting some weird traffic to that file).
I’ve removed it, and it seems like it may have helped? WordFence is in “learning mode” now so unsure if this was related to my wp-cron removal, but I can at least complete a backup successfully now.
Would the WPVivd dashboard page hit wp-cron.php, just so I know if I’m on the right track?
Yeah! This is so weird — here’s some more details:
The URL I hit to get blocked (consistently) is:
example.com/wp-admin/admin.php?page=WPvivid
So, basically the main “dash” of the plugin. It *seems* (MAYBE?) to be related to connecting an S3 account, as apparently hitting that URL fires off a refresh or test to the S3 bucket we have connected. I’m guessing here.
The WordFence error:
https://www.dropbox.com/scl/fi/6lsb8th2wmea3xhi6s5bb/Untitled-2.jpg?rlkey=cvnb3sredx35y6fdn8m7zlntf&dl=0
The WordFence firewall, even when turned to “Learning Mode”, seems to be catching whatever “Banned URL” is being accessed during this process. If I disable the Firewall entirely, things work fine- This reply was modified 1 year ago by grex22.
Woohoo! Thanks for the fix — happy to help!
Any updates / ideas here? Is anyone managing this plugin? 😬
Thank you, will check it out!
Imagine that… responsive support. Hmm….
Seeing the same behavior.. Did you ever sort this out?