Automatic Platform Optimization (APO) is a new feature from Cloudflare that allows you to cache more than just static content (JavaScript and CSS). It allows you to cache HTML and serve it to your website’s visitors from Cloudflare’s edge servers. This feature was previously only available through Cloudflare Worker’s or the page rule system. The […]
How To Fix Broken Themes And Plugins On WordPress 5.5
Has the recent WordPress 5.5 update caused issues for you on your website? You’re not alone. I’ve noticed a couple of major issues with WordPress 5.5 while working on client websites and through others in the WordPress sphere. Please watch this video on everything new in WordPress 5.5. Removal of jQuery Migrate jQuery Migrate is […]
How To Disable WooCommerce Cart Fragments
WooCommerce sites especially larger ones or ones who are hosted on a slow host tend to have one small yet slow request. The request is an ajax request that WooCommerce makes by default on all fresh installs of woocommerce. https://example.com/?wc-ajax=get_refreshed_fragments Even on a relatively small site who is on a slower host this request can […]
Can You Use Cookie-Free Domains with Cloudflare
I get asked this question quite often by clients. Can you use Cookie-Free Domains with CloudFlare? This is a common warning found in GTMetrix, which even this site gets flagged for. Some users are confused as to whether or not they can resolve this issue when using Cloudflare. The answer is no. Cloudflare serves a […]
Setting Up SPF and DKIM Records on G Suite
DKIM and SPF records are a must. Especially, if you want to protect your email accounts from being flagged as spam. DKIM (DomainKeys Identification Mail) is an authentication method that is used to prevent email spoofing. SPF (Sender Policy Framework) is also used for email authentication. However, SPF is specifically designed to prevent the forging […]