Wordpress LScache Plugin: Replace WP-Cron (wp-cron.php) with Server Side Cron for Faster Performance
Last Updated on: Wed, 15 Apr 2026 00:00:02 WPs built-in cron system is impacting the site performance if the website is large, has high traffic, and if its 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 8 months ago by Hamed Azimi. Hi, add that define is easy part, but plugin can not create system cron job , that leaves bunch of issues like what if user doesnt know how to create it , and with that option enabled, the sites cron is off it is better for this kind of procedure to be processed manually by user best regards,
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference