Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

MultiSite System Cron

Descripción

The WordPress Cron implementation needs web visits to be triggered regularly.

If you don’t want to depend on the possible visits, or need a more accurate cron requests, it’s easy to setup the Linux crontab to replace the WP-Cron system.

Simply disable the WP-Cron adding the constant DISABLE_WP_CRON to the wp-config.php file, and create a new crontab line with wget or curl commands fetching the wp-cron.php URL of your blog.

But for WordPress MultiSite installs you will need one crontab line for each blog and, if you have many blogs, it is not simple to maintain and configure all the cron calls.

Also, there is a risk to overlap requests, possibly affecting server performance or WordPress behaviour.

The aim of this plugin is to provide a method to implement Linux cron requests for WordPress MultiSite with only one line in the Linux crontab.

This only one request points to the main blog cron URL, but with special arguments, ensuring a controlled and private cron requests.

Then, from the main blog is performed a propagation process, calling one by one all the network blogs (also with privacy URL arguments).

In the network settings of this plugin you can setup the frecuency of this process, the time between each blog cron calls, estimate all the process duration to avoid overlapping, consulting amount of time of all cron processes, etc.

Obviously, this configuration depends of your number of blogs, the desired frecuency of cron calls and/or the performance capabilities of your server, so you will need some testing to achieve the proper parameters.

Capturas de pantalla

  • Settings screen

Instalación

  1. Unzip and upload multisite-system-cron folder to the /wp-content/plugins/ directory
  2. From the network administration area, activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the network menu Settings > MultiSite System Cron to configure this plugin

FAQ

It works with no-multisite installs?

No, it’s not necessary. You can get the same result with a single line of crontab.

Opiniones

3 de Septiembre de 2016
Doing this sped up my multisites, disabling wp-cron.php to run every single time a page is loaded, and put the strain back on the server - reclaiming the overused resources that my hosting provider was penalising me for.
Leer los 2 comentarios

Colaboradores & Desarrolladores

“MultiSite System Cron” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce & #8220;MultiSite System Cron” a tu idioma.

¿interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Historial de cambios

1.0

Release Date: July 14th, 2015

  • First and tested released until WordPress 4.2.2
  • Tested code from WordPress 3.3.2 version.