3 years ago WP Rocket asked me to to develop Country Caching for WP Rocket but at that time it wasn't feasible. Many Rocket users have also asked for this; and I recently rechecked Rocket Code and found I could produce a plugin. Click Read More for the guide and download link.
Read MoreAuthor: AW (Page 1 of 4)
I love everything IT and enjoy research and solving problems.
I'm not an internet expert, but I do have 20 years of ancient commercial IT experience. I started work (pre PC and Linux) on an IBM 370 mainframe where programs were read from punch cards and you had to calculate your file locations on disk. My work in IT also included 10 years as a Computer Auditor.
Do you use Maxmind's free code and database file(s) for Geoip? Is updating your site with the latest data file one of those tasks you never have time to do? Here’s a “sit back and forget it” PHP script with error detection, recovery, and email notification to automate the process! Read More
If you are using Cookie Notice and your visitors continue to navigate without clicking any cookie notice button; then the notice will continue to be displayed and your site will never run "cookie blocked" scripts.
See how you can solve this by adding GDPR Soft Opt-in to Cookie Notice. Read More
Documentation is a work in progress. Create a file named “use-my-geolocation.inc” containing your custom cca_custom_lookup function and place it in your “/wp-content/cca_maxmind_data/” directory. As a minimum the function must: set $GLOBALS[‘CCA_ISO_CODE’] to the 2 character ISO country code identified by your geolocation system; if your geolocation system reports an error or cannot identify the visitor ... Read More
If you are using Cloudflare for geolocation then this page has no relevance or interest. The CCA & Country Caching Plugins check your server’s IP variables (in this order) “HTTP_CLIENT_IP”, “HTTP_X_FORWARDED_FOR”, “HTTP_X_REAL_IP and “REMOTE_ADDR” for the first occurrence of a valid IP address. However you can use different PHP server variables, or change the order ... Read More
Prefetch and prerender tags can make navigation of your site faster for visitors. See how to add these tags to your WordPress posts and pages. Read More