Categories
Scalability

Speep Up WordPress deactivate wp-cron

  1. Go to the bottom of the database settings in wp-config.php typically around line 37.Add the code below highlighted in red:
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    
    define('DISABLE_WP_CRON', true);
    
  2. Click Save

Leave a Reply