Go Live Checklist and Testing

These are the tasks that should be performed when we are moving code from the dev site to the live site: 1. Put up maintenance page on live site: – Use .htaccess file to show everyone the maintenance page except us. in this case, the IP addresses would need to...

Copying Live to Dev

Some tasks to do after a migration from live: Run Better Search Replace for: www.biopac.com -> dev.biopac.com (or whatever dev URL currently is) @biopac.com -> @dev.biopac.com Update recipients in CF7 forms to info@dev.biopac.com Update Woo email recipients...

Caching

The two main caching systems are Cloudflare and WP Rocket. Cloudflare is the first layer of caching, and is what most customers will get when they visit any public pages. There are also some custom caching elements to make things even faster. Logged-in users are...

Redirects

There are several layers of redirects that we have setup. This should be the order in which they run: 1) .htaccess redirects. These include very high-level settings such as redirecting http to https and pointing certain URL formats to the WP application to be...