Changeset 1408544
- Timestamp:
- 05/02/2016 12:51:10 AM (10 years ago)
- Location:
- wpdelaycron
- Files:
-
- 2 edited
- 3 copied
-
tags/0.0.6 (copied) (copied from wpdelaycron/trunk)
-
tags/0.0.6/readme.txt (copied) (copied from wpdelaycron/trunk/readme.txt) (2 diffs)
-
tags/0.0.6/wpdelaycron.php (copied) (copied from wpdelaycron/trunk/wpdelaycron.php) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpdelaycron.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpdelaycron/tags/0.0.6/readme.txt
r1170656 r1408544 4 4 Tags: cron, delay, high, traffic 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 27 Stable tag: 0.0. 56 Tested up to: 4.5.1 7 Stable tag: 0.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 0.0.6 = 48 Tested on latest wordpress - 4.5.1 49 47 50 = 0.0.5 = 48 51 Fix multi site bug -
wpdelaycron/tags/0.0.6/wpdelaycron.php
r1170656 r1408544 7 7 * Plugin URI: http://www.cmagic.biz/wordpress/wpdelaycron/ 8 8 * Description: Prevent wordpress from running cron on each page view. 9 * Version: 0.0.5 10 * Author: Ray Pulsipher 9 * Version: 0.0.6 10 * Author: Ray Pulsip=== WP Delay Cron === 11 Contributors: computermagic 12 Donate link: http://www.cmagic.biz/wordpress/wpdelaycron/ 13 Tags: cron, delay, high, traffic 14 Requires at least: 3.0.1 15 Tested up to: 4.5.2 16 Stable tag: 0.0.6 17 License: GPLv2 or later 18 License URI: http://www.gnu.org/licenses/gpl-2.0.html 19 20 Prevent cron from running every time a page is viewed. Good for high traffic sites. 21 22 == Description == 23 24 The WP Delay Cron plugin will prevent wordpress from running its cron tool for every page view. 25 For high traffic sites, this can result in a considerable drop in server load. 26 27 == Installation == 28 29 This section describes how to install the plugin and get it working. 30 31 e.g. 32 33 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 34 1. Activate the plugin through the 'Plugins' menu in WordPress 35 36 == Frequently Asked Questions == 37 38 = Why wouldn't you want to run the cron every page it? = 39 40 Wordpress makes a seperate web request to run the cron. For every page hit the server 41 has to process 2 web requests. This is wastefull and adds up on a high traffic site. 42 43 = How long does it delay for? = 44 45 Pick a number in the settings page. This will wait to run the cron until that many 46 page views occur. If you pick 10, then you will run the cron every 10 page views. 47 48 == Screenshots == 49 50 == Changelog == 51 52 = 0.0.6 = 53 Tested on latest wordpress - 4.5.1 54 55 = 0.0.5 = 56 Fix for multisite installs 57 58 = 0.0.4 = 59 Minor code refactoring 60 61 = 0.0.3 = 62 Misc Changes 63 64 = 0.0.2 = 65 Store counter in wp options instead of a file 66 67 = 0.0.1 = 68 Initial Release. 69 70 == Upgrade Notice == 71 72 73 11 74 * Author URI: http://cmagic.biz 12 75 * License: GPL2 -
wpdelaycron/trunk/readme.txt
r1170656 r1408544 4 4 Tags: cron, delay, high, traffic 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 27 Stable tag: 0.0. 56 Tested up to: 4.5.1 7 Stable tag: 0.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 0.0.6 = 48 Tested on latest wordpress - 4.5.1 49 47 50 = 0.0.5 = 48 51 Fix multi site bug -
wpdelaycron/trunk/wpdelaycron.php
r1170656 r1408544 7 7 * Plugin URI: http://www.cmagic.biz/wordpress/wpdelaycron/ 8 8 * Description: Prevent wordpress from running cron on each page view. 9 * Version: 0.0.5 10 * Author: Ray Pulsipher 9 * Version: 0.0.6 10 * Author: Ray Pulsip=== WP Delay Cron === 11 Contributors: computermagic 12 Donate link: http://www.cmagic.biz/wordpress/wpdelaycron/ 13 Tags: cron, delay, high, traffic 14 Requires at least: 3.0.1 15 Tested up to: 4.5.2 16 Stable tag: 0.0.6 17 License: GPLv2 or later 18 License URI: http://www.gnu.org/licenses/gpl-2.0.html 19 20 Prevent cron from running every time a page is viewed. Good for high traffic sites. 21 22 == Description == 23 24 The WP Delay Cron plugin will prevent wordpress from running its cron tool for every page view. 25 For high traffic sites, this can result in a considerable drop in server load. 26 27 == Installation == 28 29 This section describes how to install the plugin and get it working. 30 31 e.g. 32 33 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 34 1. Activate the plugin through the 'Plugins' menu in WordPress 35 36 == Frequently Asked Questions == 37 38 = Why wouldn't you want to run the cron every page it? = 39 40 Wordpress makes a seperate web request to run the cron. For every page hit the server 41 has to process 2 web requests. This is wastefull and adds up on a high traffic site. 42 43 = How long does it delay for? = 44 45 Pick a number in the settings page. This will wait to run the cron until that many 46 page views occur. If you pick 10, then you will run the cron every 10 page views. 47 48 == Screenshots == 49 50 == Changelog == 51 52 = 0.0.6 = 53 Tested on latest wordpress - 4.5.1 54 55 = 0.0.5 = 56 Fix for multisite installs 57 58 = 0.0.4 = 59 Minor code refactoring 60 61 = 0.0.3 = 62 Misc Changes 63 64 = 0.0.2 = 65 Store counter in wp options instead of a file 66 67 = 0.0.1 = 68 Initial Release. 69 70 == Upgrade Notice == 71 72 73 11 74 * Author URI: http://cmagic.biz 12 75 * License: GPL2
Note: See TracChangeset
for help on using the changeset viewer.