https://github.com/michaeluno/wp-cron-per-action
A WordPress plugin which ensures that wp-cron.php is loaded per due action to avoid exceeding the PHP's maximum execution time.
https://github.com/michaeluno/wp-cron-per-action
Last synced: about 1 year ago
JSON representation
A WordPress plugin which ensures that wp-cron.php is loaded per due action to avoid exceeding the PHP's maximum execution time.
- Host: GitHub
- URL: https://github.com/michaeluno/wp-cron-per-action
- Owner: michaeluno
- License: other
- Created: 2016-11-22T14:19:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T23:47:23.000Z (over 9 years ago)
- Last Synced: 2024-10-03T12:30:24.440Z (over 1 year ago)
- Language: PHP
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
Awesome Lists containing this project
README
=== WP Cron per Action ===
Contributors: Michael Uno, miunosoft
Donate link: http://en.michaeluno.jp/donate
Tags: cron, crons, WP Cron, cron job, cron jobs, tool, tools, optimization
Requires at least: 3.4
Tested up to: 4.6.1
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Ensures that `wp-cron.php` is loaded per executing action to avoid exceeding the PHP's maximum execution time.
== Description ==
If there is an action scheduled for WP Cron with a heavy routine which consumes time, the rest loaded due actions will have less remained time and more chances to reach the PHP's maximum execution time.
If you constantly keep getting the PHP error running out of execution time with scheduled actions, try this plugin and see if the problem goes away.
== Installation ==
= Install =
1. Upload **`wp-cron-per-action.php`** and other files compressed in the zip folder to the **`/wp-content/plugins/`** directory.,
2. Activate the plugin through the 'Plugins' menu in WordPress.
= How to Use =
Just activate the plugin.
== Other Notes ==
== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
= 1.0.0 =
- Released initially.