• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
NameHero Blog

NameHero Blog

Web Hosting Tips & Resources From NameHero

  • Hosting
    • Web Hosting
    • VPS Hosting
    • WordPress Hosting
    • WooCommerce Hosting
  • Reseller
  • Enterprise
  • Domains
  • Account
  • Blog Home
  • Categories

How To Disable WP-Cron In WordPress

Ryan Gray

Published on: August 9, 2017

Categories: WordPress 0

One of the biggest support requests we see with WordPress has to deal with the wp-cron process.

WP-Cron manages all the scheduled events in your WordPress website.  It’s a very common cause for high CPU loads and memory consumption especially for websites with very large databases and/or traffic.

By default WordPress is setup to call the wp-cron.php file each time someone hits your website.  For most websites this is fine but when you start to get a lot of traffic it can really start to stack up the processes and take a toll on the overall performance of your website.

How to disable wp-cron.php

Thankfully it’s very easy to disable wp-cron.php by just adding a line of code to your configuration file:

  1. Navigate to wp-config.php file where you have installed WordPress
  2. Open it up in file manager or your favorite text editor
  3. Add the following: define(‘DISABLE_WP_CRON’, true);
  4. Save the file and re-upload.

Now WordPress will no longer automatically run this file when a visitor accesses your website.

Setup wp-cron.php to run manually

Disabling wp-cron.php is going to free up a lot of that CPU/memory usage, but you still need to have it run so WordPress will have the ability to automate any tasks it needs to carry out.

To do this we just need to setup a cronjob inside of cPanel to execute the file:

  1. Login to cPanel and navigate to Cron Jobs
  2. Add a new cron job to run once an hour with the following command: wget https://www.yourwebsite.com/wp-cron.php > /dev/null 2>&1
  3. Make sure to replace yourwebsite.com with the correct URL to your wp-cron.php file.
  4. Click Add New Cron Job

You’re then all set!  WP-Cron will only run once an hour and not when every time someone visits your website.

If you have any questions on this or would like our team to set it up for you, feel free to reach out!

Ryan Gray
Ryan Gray

Ryan Gray is the founder and CEO of NameHero, one of the fastest growing independent web hosts in the United States. Ryan has been working online since 1998 and has over two-decades experience in Internet Entrepreneurship.

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Follow & Subscribe

Exclusive promos, content and more!

Most Popular Posts

Speed up your site: solving the WordPress slowdown

NameHero’s Recommended WordPress Plugin and Theme Setup (2023)

How To Increase The InnoDB Buffer Pool Size

How To Fix A Stuck All-in-One WP Migration Import

How To Add A Subdomain In Cloudflare

Top Categories

  • WordPress
  • Website Performance
  • Web Hosting
  • Resellers
  • Website Development
  • Website Security
  • VPS Hosting
  • SEO Tips
  • Announcements
  • Domain Registration
NameHero

NameHero proudly provides web hosting to over 40,000 customers with 99.9% uptime to over 750,000 websites.

  • Master Card
  • Visa
  • American Express
  • Discover
  • Paypal
Products
  • Web Hosting
  • VPS Hosting
  • WordPress Hosting
  • WooCommerce Hosting
  • Reseller Hosting
  • Enterprise Hosting
  • Domains
Help & Support
  • NameHero Blog
  • Knowledgebase
  • Announcements
  • Affiliates
Company
  • About Us
  • Contact Sales
  • Reviews
  • Uptime
  • We're Hiring

Copyright © 2023 NameHero, LLC. All rights reserved.

  • Privacy Policy
  • Terms of Use
  • Acceptable Use Policy
  • Payment Policy
  • DMCA