#wpcron — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #wpcron, aggregated by home.social.
-
⏰ Wie du WP-Cron über einen echten Cronjob steuerst
🌐 https://www.leo-skull.de/wie-du-wp-cron-ueber-einen-echten-cronjob-steuerst/
-
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 […]https://islandinthenet.com/configuring-a-server-cron-job-for-wp-cron-using-curl/