Category Uncategorized

Cleaning a Large WordPress Database

Certain types of WordPress websites are more demanding on the database than others. A growing database is a good way to uncover bad performant code. Tuning your PHP code for high performance is a complex topic and most likely involves…

Sharing Domain Access with Anchor Hosting

An optional service of Anchor Hosting is domain management. We’ll handle domain registration on your behalf. For most folks it’s easier to have everything, web hosting, and domains, all in one place. In fact to make it a non-decision the…

Automating WordPress backends with Chrome and PHP

If you’ve ever used ManageWP then you know their onboarding is quite magical. With only three pieces of information, the WordPress site url, username and password, ManageWP will automatically install and configure their worker plugin. That allows your site to…

Enabling IPv6 with Kinsta’s Cloudflare Integration

Officially, Kinsta doesn’t support IPv6. In fact I’m not aware of any managed WordPress host provider advertising IPv6 as a feature. Out of the popular WordPress hosts like Kinsta, Liquid Web, Pagely, Pressable, Siteground or WP Engine, only Liquid Web…

Migrating a WordPress Site When All Options Fail

Moving a WordPress site from one server to another is a fairly straightforward process. Start by getting a copy of the WordPress files, specifically the wp-content folder, and a fresh database export. Import the files and database to the new…

Kinsta’s Cloudflare Integration Deadline

A quick update: September 30th is the deadline to complete Kinsta’s Cloudflare integration. Customers who use Anchor Hosting for DNS are already covered. Otherwise, expect an email from me here shortly. That will include instructions for required DNS changes in…

Farewell Fathom Lite, Hello Fathom Analytics

I’m a big fan of open source. That is what initially attracted me to Fathom Analytics. You can hack it to your will, extend it, and embed it within your own product or service offering. I’ve been using Fathom since…

WordPress jQuery Compatibility Fixes

With WordPress 5.6 and 5.7 jQuery has been upgraded and support for jQuery migrate dropped. Finally! Say goodbye to jQuery v1.12.4 and hello to jQuery v3.5.1. Similar to WordPress 5.5, these jQuery improvements may cause incompatibilities issues with outdated themes…