H
henrym
Dseda
Verificación en dos pasos activada
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Hola a todos tengo un VPS con cloudways (digital ocean) la version mas economica 1GB ram y 25gb disco. Desde hace unos dias cada tanto mi sitio tiene error 520 (cloudflare) y segun el soporte de cloudways es por la capacidad del servidor y cron. Me explicaron esto que no entiendo y dicen que podria mejorar sin necesidad de actualizar el server a mas ram y potencia:
WP-Cron is a Cron Jobs management tool of WordPress which handles the time-based tasks of WordPress application such as publishing the scheduled posts, checking for plugin or themes updates, etc.
In order to fix this we recommend disabling cron from application under the wp-config.php file and setting the cron to run as the http request which is the most feasible way under the Cron job management section. So try rewriting your cron as follows:
*/15 * * * * wget -q -O - https://<your-domain.com>/wp-cron.php?doing_wp_cron
after disabling it under wp-config.php file by adding the rule:
define('DISABLE_WP_CRON', true);
O sea no entiendo bien para que sirve cron y si lo desactivo que pierdo? o que tengo que hacer yo? Me pueden iluminar y ayudar?
WP-Cron is a Cron Jobs management tool of WordPress which handles the time-based tasks of WordPress application such as publishing the scheduled posts, checking for plugin or themes updates, etc.
In order to fix this we recommend disabling cron from application under the wp-config.php file and setting the cron to run as the http request which is the most feasible way under the Cron job management section. So try rewriting your cron as follows:
*/15 * * * * wget -q -O - https://<your-domain.com>/wp-cron.php?doing_wp_cron
after disabling it under wp-config.php file by adding the rule:
define('DISABLE_WP_CRON', true);
O sea no entiendo bien para que sirve cron y si lo desactivo que pierdo? o que tengo que hacer yo? Me pueden iluminar y ayudar?