Disable WP_CRON.PHP

The wp-cron.php file handles the schedule task which helps user to schedule the post however, there are several reasons users might have to disable this file such as performance of the website.

 WP-cron works by checking with each page load. At the point when a wordpress page loads, it will check for the rundown of booked errands to perceive what requirements to run. Site pages will check for the booked errand each time it is visited. On a high-traffic site, this can prompt high asset utilization and make your site speed more slow.

Here are the steps mentioned below that how can we actually disable the wp-cron.php file

1.      Open wp-config.php file from site root folder

2.      Paste the line which is highlighted below right after database settings.

define('DISABLE_WP_CRON', true);

3.      Save the changes you have made.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

SQL server- network related or instance-specific error happened while connection establishing

  Instance-specific or network related error happening while connecting to SQL server   Please...

OleDB connection string examples

OleDB connection string examples MS Access (Jet) "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA...

Do you allow custom COM components?

Do you allow custom COM components? We are not offering to install the custom COM components...

Error when accessing a WCF services

Error when accessing a WCF services Error when accessing a WCF service: "IIS specified...

How to cache static contents to client with UseMaxAge?

You can consider to caches static contents to the client with UseMaxAge if your website has too...

Powered by WHMCompleteSolution