Cron Jobs allow you to schedule automatic tasks on your server. Ideal for backups, cache clearing, database maintenance, and many other repetitive tasks.
**1. WordPress Backup / WP-Cron** ```bash 0 3 * * * /usr/local/bin/php /home/username/public_html/wp-cron.php
2. LiteSpeed Cache Purge 0 4 * * * /usr/local/bin/php /home/username/public_html/wp-content/plugins/litespeed-cache/bin/clear.sh
3. Database Optimization 30 2 * * * /usr/local/bin/php /home/username/public_html/wp-admin/admin-ajax.php?action=wp_optimize