Title: MultiSite System Cron
Author: Pau Iglesias
Published: <strong>15 Ιουλίου  2015</strong>
Last modified: 15 Ιουλίου  2015

---

Αναζήτηση πρόσθετων

![](https://ps.w.org/multisite-system-cron/assets/banner-772x250.png?rev=1199265)

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](https://ps.w.org/multisite-system-cron/assets/icon-256x256.png?rev=1199265)

# MultiSite System Cron

 Από [Pau Iglesias](https://profiles.wordpress.org/pauiglesias/)

[Λήψη](https://downloads.wordpress.org/plugin/multisite-system-cron.1.0.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/multisite-system-cron/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/multisite-system-cron/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/multisite-system-cron/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/multisite-system-cron/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/multisite-system-cron/)

## Περιγραφή

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.

## Στιγμιότυπα

[⌊Settings screen⌉⌊Settings screen⌉[

Settings screen

## Εγκατάσταση

 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

## Συχνές Ερωτήσεις

  It works with no-multisite installs?

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

## Κριτικές

![](https://secure.gravatar.com/avatar/536b1e13e53f6089127749aa96170dd9292cba303475c16a76b43bd53d708c1a?
s=60&d=retro&r=g)

### 󠀁[No more need to set cron job for every network site](https://wordpress.org/support/topic/no-more-need-to-set-cron-job-for-every-network-site/)󠁿

 [Steven Gliebe](https://profiles.wordpress.org/stevengliebe/) 24 Οκτωβρίου 2016

This is really slick. I had been setting a separate cronjob for every site on my
network. Now I can just set one cron job. Something like this should be in core.
I’m surprised that it’s not more popular.

![](https://secure.gravatar.com/avatar/c897e7dd4818fadf8f73a002ffa587f2945ee0adade285c13868f923a174ea22?
s=60&d=retro&r=g)

### 󠀁[Reclaiming the overused resources](https://wordpress.org/support/topic/reclaiming-the-overused-resources/)󠁿

 [richardgeorgedavis](https://profiles.wordpress.org/richardgeorgedavis/) 3 Σεπτεμβρίου
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.

 [ Ανάγνωση όλων των 2 κριτικών ](https://wordpress.org/support/plugin/multisite-system-cron/reviews/)

## Συνεισφέροντες & Προγραμματιστές

“MultiSite System Cron” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει
στη δημιουργία του.

Συντελεστές

 *   [ Pau Iglesias ](https://profiles.wordpress.org/pauiglesias/)
 *   [ Blogestudio ](https://profiles.wordpress.org/blogestudio/)

[Μεταφράστε το “MultiSite System Cron” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/multisite-system-cron)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/multisite-system-cron/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/multisite-system-cron/)
ή εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/multisite-system-cron/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/multisite-system-cron/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 1.0

Release Date: July 14th, 2015

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

## Μεταστοιχεία

 *  Version **1.0**
 *  Τελευταία ενημέρωση: **πριν από 11 έτη**
 *  Ενεργές εγκαταστάσεις: **10+**
 *  Έκδοση WordPress: ** 3.3.2 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **4.2.39**
 *  Language
 * [English (US)](https://wordpress.org/plugins/multisite-system-cron/)
 * Ετικέτες:
 * [cron](https://el.wordpress.org/plugins/tags/cron/)[crontab](https://el.wordpress.org/plugins/tags/crontab/)
   [linux](https://el.wordpress.org/plugins/tags/linux/)[multisite](https://el.wordpress.org/plugins/tags/multisite/)
   [system](https://el.wordpress.org/plugins/tags/system/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/multisite-system-cron/advanced/)

## Αξιολογήσεις

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/multisite-system-cron/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/multisite-system-cron/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/multisite-system-cron/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/multisite-system-cron/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/multisite-system-cron/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/multisite-system-cron/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/multisite-system-cron/reviews/)

## Συντελεστές

 *   [ Pau Iglesias ](https://profiles.wordpress.org/pauiglesias/)
 *   [ Blogestudio ](https://profiles.wordpress.org/blogestudio/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/multisite-system-cron/)