by Farhan Ali
0 (0 reviews)
Cron Pulse
A visual dashboard to monitor, debug, and manually trigger WordPress cron jobs.
Compatible with WP 7.0.2
v1.1.0
Current Version v1.1.0
Updated 1 week ago
Last Update on 15 Jul, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#60,230
—
No change
Active Installs
0+
—
No change
KW Avg Position
97
—
No change
Downloads
57
+1 today
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 10
0+
10+
27,982
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 9 more installs to reach 10+
Rank Changes
Current
#60,230
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
0.0
0 reviews
Overall
0%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| cron jobs | 97 | — | Tag | 18 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.1.0
- Last Updated
- Jul 15, 2026
- Requires WP
- 5.8+
- Tested Up To
- 7.0.2
- PHP Version
- 7.4 or higher
- Author
- Farhan Ali
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Adminify – White Label, Admin Menu Editor, Login Customizer
7K+ installs
#2,731
Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits
30K+ installs
#989
Elementor Website Builder – more than just a page builder
10M+ installs
#1
Contact Form 7
10M+ installs
#3
All-in-One WP Migration and Backup
5M+ installs
#10
Frequently Asked Questions
Common questions about Cron Pulse
It means the scheduled run time has passed but the job hasn't fired yet. This can happen when DISABLE_WP_CRON is set in wp-config.php, or when your site has low traffic and the WP-Cron system-tick hasn't triggered.
No. It fires the hook's callback functions directly without modifying the cron schedule. Use it for testing or manual one-off execution.
No. The tracker hooks fire only during cron execution (not on regular page loads) and the overhead is limited to a transient read/write per cron event.
In the WordPress options table under the key cronpulse_execution_log. The entry cap defaults to 200 and is configurable from the Settings tab (10–5000). It's cleared on uninstall.
Cron Pulse tracks jobs registered through the standard WordPress wp_schedule_event() / _get_cron_array() API. Action Scheduler uses its own queue system and is not covered.
The same way as any other WordPress REST route: a logged-in browser session (cookie + nonce), or an Application Password for external tools — Users → Profile → Application Passwords. The requesting user needs the manage_options capability.
It acknowledges the current incident for that hook so no further alert is sent for it, without turning off alerts globally. The moment the job recovers and later fails (or becomes overdue) again, alerting resumes normally for that new incident.
It's evaluated on every page load along with everything else the plugin tracks, so it only updates when you load a page — there's no background process polling for it.
Many hosts either don't have PHP's mail() function configured at all, or send through it in a way that gets flagged as spam (no SPF/DKIM alignment, generic "From" address). Configuring SMTP with your own mail provider's credentials routes through a real authenticated mail server instead, without needing a separate SMTP plugin. Use "Send Test Email" after saving to confirm it's actually working.
In the WordPress options table under the key cronpulse_email_log, capped at the last 50 entries. Each entry has the recipient, subject, type (alert/test), delivery status, and the underlying error message if it failed. Cleared on uninstall, or anytime via the Clear Email Log button.