blindpet
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] To many admin-ajaj.php requests to report-uri.cloudflare.comIf you inspect the AJAX request in developer tools and look at the payload and response, that should help you find out what is making the AJAX request. On the sites I have with the Cloudflare plugin no AJAX requests are being made on the frontend by the Cloudflare plugin.
Forum: Reviews
In reply to: [Cloudflare] Excellent performance, with up to 96% cache hit rate@waltoslaguna I use Cloudflare pretty extensively and the APO does need some work. You don’t need the APO option if you have a developer who knows what they are doing.
Cloudflare can be configured for many sites to have a +90% cache hit rate but this generally means you have to do work on the WordPress site too NOT just on Cloudflare.
If you are expecting APO to magically fix any performance or scaling issues for WordPress, you may be disappointed.
Forum: Reviews
In reply to: [GenerateBlocks] The last page builder I will ever use goodbye Elementor!Sorry about that @jdembowski I wasn’t aware of the rule!
Cheers again @edge22 keep up the awesome work ??
Forum: Plugins
In reply to: [Redis Object Cache] Redis istance on GCPSounds like a firewal issue.
Also you should really consider using a PHP version that gets security updates which would be PHP 7.2 and above as of March 2020 https://www.php.net/supported-versions.php
Forum: Plugins
In reply to: [Cloudflare] updates?Plugin works fine on latest PHP version and WordPress core version @tjalexander70
Forum: Reviews
In reply to: [Cloudflare] Cloudflare is overratedMore likely is that Cloudflare or the site is misconfigured somehow which I see quite often on client sites.
Another possibility is that Cloudflare’s PoPs are not a good fit for your region or target audience so check out the map to see if that is the case https://www.cloudflare.com/en-ca/network/
Forum: Plugins
In reply to: [Cloudflare] 3.4.1. Causes “Too many redirects”As @galbaras mentions Cloudflare’s WordPress plugin does not adjust redirects in any way. What you are describing suggests a server misconfiguration or a plugin doing something funky with redirects.
Forum: Plugins
In reply to: [Cloudflare] PHP 7.2 compatibilityPlugin is working fine for me on PHP 7.2 and 7.3
Forum: Plugins
In reply to: [Cloudflare] PHP Warning: count(): Parameter must be an array or an object…This is just a PHP warning, purging should be working as normal. This is usually just a minor coding issue see https://github.com/php/php-src/pull/1672
It’s related to this line
if (count($wpDomain) <= 0) {
You could try changing it to
if ($wpDomain && count($wpDomain) <= 0) {
Forum: Plugins
In reply to: [Contact Form 7] grecaptcha is not definedThank you, rolling back to 5.1.0 fixed the issue with the contact form not sending, I believe I was not getting any spam because 5.1.1 broke with its update not due to any improvements with recaptcha in 5.1.1. I do have wp_footer in my theme I believe so this wouldn’t explain the failure I don’t think
- This reply was modified 5 years, 11 months ago by blindpet.
Forum: Plugins
In reply to: [Contact Form 7] grecaptcha is not definedRolling back to 5.1 has resolved this issue so the bug exists in 5.1.1 it seems
Forum: Plugins
In reply to: [Contact Form 7] grecaptcha is not definedHere is another error from the console:
Uncaught TypeError: wpcf7.initForm is not a function at HTMLFormElement.<anonymous> (scripts.js:33) at Function.each (jquery.js:2) at a.fn.init.each (jquery.js:2) at HTMLDocument.<anonymous> (scripts.js:31) at i (jquery.js:2) at Object.add [as done] (jquery.js:2) at n.fn.init.n.fn.ready (jquery.js:2) at a.fn.init.n.fn.init (jquery.js:2) at new a.fn.init (jquery-migrate.min.js:2) at n (jquery.js:2)
Forum: Plugins
In reply to: [Recently] Thumbnails no longer generating after UpdateForgot to mark as resolved
Forum: Plugins
In reply to: [Recently] Thumbnails no longer generating after UpdateThat all worked, no idea why it was blank before since the featured image has been set before it was published but I’m glad this fixed it, thanks for your help ??
Forum: Plugins
In reply to: [Recently] Thumbnails no longer generating after UpdateOK cool. I am backing things up now and I will empty the recently thumbnail cache and empty all page caches to see if they get regenerated