born2excite
Forum Replies Created
-
Hey Stoyan @stoyangeorgiev
When a question/problem is closed and marked as “discussed in another thread” subsequent visitors are left scratching their head and no where to look for the answer. Please consider adding a link to the thread where the question/problem is being discussed further.
Cheers,
JulianHey Hristo @hristo-sg
You misunderstood completely. I had automatic purge enabled in SGO ever since activating full page cache. I applied the
no-cache
headers 3 weeks AFTER SGO failed to purge old content. I manually purged SGO, purged browser cache and logged into my Cloudflare account to purge Cloudflare cache. But despite all this, old content was still being served.After 3 weeks, I used
no-cache
headers to remove the old content. And, as I’ve already said in an earlier comment, I removed theno-cache
headers.I had to disable SGO because SGO was NOT purging old content despite having automatic purge enabled. Unfortunately, Support did not help me.
Hey Hey Stoyan @stoyangeorgiev
It literally took 3 weeks for the new content to update and appear when my website was viewed in different countries.
I gave up on this because I was so frustrated, I purged every type of cache as previously described but
old
content still kept showing in some countries whilenew
content appeared in other countries.Workaround
Added to .htaccess
Header set Cache-Control: no-cache Header set CDN-Cache-Control: no-cache
Also enabled ETags
After fixing the cache problem, I removed the
no-cache
directive.In my experience, the SG Optimizer/Cloudflare full page caching doesn’t have effective cache busting.
Kind regards,
JulianHey Stoyan @stoyangeorgiev
Example 1
Viewing site from Europe- OLD footer content in is displayed on Home page
- NEW footer content is displayed on product pages
Example 2
Viewing site from Australia- NEW footer content in is displayed on Home page
- NEW footer content is displayed on product pages
New Content Footer right hand side
My site URL is https://oohlalazouk.com
Thank You,
JulianHey Stoyan @stoyangeorgiev
I have no caching rules in my Cloudflare account. They were deleted when Full Page Caching was activated.
My site URL is https://oohlalazouk.com
Thank You,
JulianHello Michelle @deathlynotes
After updating Jetpack Boost to version 1.0.3, the plugin can now generate Critical CSS.
However, calculating the site score still does not work. I’m not really concerned so I have no need to continue troubleshooting this issue.
I didn’t deactivate the Rocket Loader option in Cloudflare because as stated above, Jetpack Boost is now able to generate the critical CSS. Which is all I was really interested in.
Thanks for your help, I appreciate your time and effort.
Thanks for your help and quick reply, @pyronaur
Yes, the staging site is online and the URL is:
https://staging2.oohlalazouk.com/Active Plugins
Admin Menu Editor Akismet Anti-Spam Cloudflare Code Snippets Disable Lazy Load Easy WP SMTP Forminator Head, Footer and Post Injections Jetpack Boost Jetpack by WordPress.com Loginizer Media Library Folders for WordPress Porto Theme – Functionality Printful Integration for WooCommerce SG Optimizer VaultPress WooCommerce WooCommerce Shipping & Tax WooCommerce Stripe Gateway Wordfence Security WP-Optimize - Clean, Compress, Cache WPBakery Page Builder YITH WooCommerce Ajax Search YITH WooCommerce Wishlist
Thank you,
JulianThanks for your help, Hristo @hristo-sg
I now have no Cloudflare page rules after enabling Cloudflare Full Page Caching. Can you please tell me, is this what should happen?
If I understand correctly, SG Optimizer uses workers ONLY for full page caching and does NOT use any Cloudflare page rules. Is this correct?
Thank you
Hey @wfphil
The only error log I see is:
2020-08-01 12:43:08 UTC [apache][authz_core:error] [pid 4412] [client 51.68.11.227:49456] AH01630: client denied by server configuration: /home/u1696-dr3pzdqpmxsw/www/oohlalazouk.com/public_html/wp-includes/formatting.php, referer: https://site.ru
As for server resources:
Free Space (15.2 GB)
Free Inodes (233,738)
Program Executions allowed 2,000/Hour
Program Executions peak use about 700 max.
CPU Seconds allowed 2,000/Hour
CPU Seconds peak use 800 to 3000/hourWhat do you think?
Forum: Fixing WordPress
In reply to: False Activity reportForum: Fixing WordPress
In reply to: WordPress address (URL) and or Site address (URL)Thanks for your help!
I’m trying to remove/enquire about the correct settings because the Printful plugin is warning there is a problem integrating with my WordPress installation and suggests it may be because of a wrong http to https redirect. Then pointing me to the WordPress Site URL. The actual warning is:
If your currently setup WordPress site URL is redirected to another URL the integration might not work correctly. Typically this happens with incorrect http to https redirects. Go to Settings > General to fix this.
Thanks for any guidance you can give me about this problem.
Forum: Plugins
In reply to: [WooCommerce Admin] Woo Core or Woo Admin Plugin?Excellent, thank you @nicolamustone
Hey @wfgerald,
I reset Wordfence as we discussed and Wordfence is now in learning mode. Unfortunately, I am still getting 2 activity reports. One report with old activity that never changes and another report with current info.
What do you think?
Thanks for your help, much appreciated!
JulianHey @wfgerald
Thanks for helping me. If I:
- “Delete Wordfence tables and data on deactivation”
- deactivate the plugin
- then activate Wordfence again
Do you know how to get back all my custom options and settings or do I have to manually go through all the options again to customize each one?
Much thanks!
JulianForum: Plugins
In reply to: [WooCommerce] Disable Thumbnail Regeneration not workingCode v1
added to functionality plugin, nothing happened, thumbnails still regenerated.
added to theme functions.php file, nothing happened, thumbnails still regenerated.add_filter( 'woocommerce_background_image_regeneration', '__return_false' );
—
Code v2:
added to functionality plugin: nothing happened, thumbnails still regenerated.
added to theme functions.php file, crashed site, white screen on WP admin and siteadd_action( 'init', 'paulc_disable_image_regeneration_process' ); function paulc_disable_image_regeneration_process() { add_filter( 'woocommerce_background_image_regeneration', '__return_false' ); }
—
Server Information
Apache Version: 2.4.41
PHP Version: 5.6.40Website
PHP version: 7.3—
Thanks for trying to help!