• Resolved Hamed Azimi

    (@dadparvar)


    WP’s built-in cron system is impacting the site performance if the website is large, has high traffic, and if it’s multisite. (and it can even not run the cron if the website has little to no traffic at certain times)

    Disabling the built-in cron, and instead, having the cron set up on the server-side, would solve the issue.

    A quick way to achieve this is first to put define('DISABLE_WP_CRON', true); in the wp-config.php and then manually define the cron the admin panel (like DA, cPanel and… ) or use the 3rd party cron services. (and in multisite, there will be some extra steps to make sure the crons for subsites will run just fine. Read this and this articles for more info)

    It would be very useful if Litespeed would have an option to simply switch it on or off to take care of these whole steps and move from wp cron system to server-side cron (we are using Litespeed server and Litespeed plugin and the website is also multisite)

    Thanks

    • This topic was modified 2 years, 8 months ago by Hamed Azimi.
Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    add that define is easy part, but plugin can not create system cron job , that leaves bunch of issues like what if user doesn’t know how to create it , and with that option enabled, the site’s cron is off

    it is better for this kind of procedure to be processed manually by user

    best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Replace WP-Cron (wp-cron.php) with Server Side Cron for Faster Performance’ is closed to new replies.