This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Delay Cron

ਵੇਰਵਾ

The WP Delay Cron plugin will prevent wordpress from running its cron tool for every page view.
For high traffic sites, this can result in a considerable drop in server load.

ਸਥਾਪਤੀਕਰਨ

This section describes how to install the plugin and get it working.

e.g.

  1. Upload wpdelaycron.php to the /wp-content/plugins/wpdelaycron/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

Why wouldn’t you want to run the cron every page it?

WordPress makes a seperate web request to run the cron. For every page hit the server
has to process 2 web requests. This is wastefull and adds up on a high traffic site.

How long does it delay for?

Pick a number in the settings page. This will wait to run the cron until that many
page views occur. If you pick 10, then you will run the cron every 10 page views.

Does this work with multi site installs?

Yes. The options page will show up under each individual site, not in the network admin site.

ਸਮੀਖਿਆਵਾਂ

Read all 4 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“WP Delay Cron” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“WP Delay Cron” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

0.0.6

Tested on latest wordpress – 4.5.1

0.0.5

Fix multi site bug

0.0.4

Bug Fixes

0.0.3

Bug Fixes

0.0.2

Store counter in wp options instead of a file

0.0.1

Initial Release.