Tag multisite

Recommended Cron with WordPress Multisite

Active WordPress sites can have a lot happening in the background. Background activity is controlled by WP-Cron. For improved performance, it’s recommended that WP-Cron be disabled and replaced with a system-level cron process. This makes low-traffic websites run better and…

Removing Cloudfront URLs with Regex

Recently helped a customer remove Cloudfront URLs as part of a migration process from AWS to Kinsta. Kinsta’s CDN is powered by Cloudflare and is built-in. There is no need for URLs to reference a CDN-specific location. So restoring all…

Removing Legacy ms-files.php from Multisite

I created the following script to automate removing ms-files.php from a legacy WordPress multisite hosted with Kinsta. It was a large network with hundreds of subsites. Doing this manually would have been a huge undertaking. Not familiar with ms-files.php? I…