alp 1 year ago Easiest measure to speed up a WordPress website: Disable WP-CRON by adding one line in /wp-config.php define('DISABLE_WP_CRON', true); That's it. Most websites don't need wp-cron anyway.