home.social

#wpcron — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #wpcron, aggregated by home.social.

fetched live
  1. Configuring a Server Cron Job for WP Cron Using CURL

    One of the long-standing annoyances with WordPress is that its built-in WP Cron runs on every page load—a design that can be problematic for both low-traffic and high-traffic sites alike. To regain some control and improve performance, I decided to disable the default WP Cron and set up a real server cron job. Here’s how I did it using curl. Step 1: Disable WP Cron on Every Page Load First, I modified my wp-config.php file to prevent WP Cron from running on each page load. I added the […]

    islandinthenet.com/configuring