✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Charts for WP Crontrol: cron and runtime dashboards

WP Crontrol exposes every scheduled WordPress cron event from the cron option in wp_options, plus PHP hooks and event logs added by the plugin. SleekView Charts turns that into a dashboard of events per hook, runtimes, and schedules at a glance.

♾️ Lifetime License available

SleekView Charts dashboard for WP Crontrol

From a scheduled events list to a cron control room

WP Crontrol is the de facto cron browser for WordPress. It reads the serialized cron array stored in wp_options and renders every scheduled event with hook name, next run, recurrence, and arguments. When the events log is enabled, completed runs are also recorded into a dedicated log option or custom table with timestamps and any error notice.

SleekView Charts reads the same data. The cron array becomes a row-per-event data source, and the event log becomes a separate time-series source. A Number KPI counts scheduled events. A Pie chart groups them by recurrence (hourly, twicedaily, daily, custom). A Bar chart ranks hooks by frequency of execution. An Area chart trends runs per day so the team sees whether cron is healthy or whether something is stuck.

Runtime data, when WP Crontrol logs it, turns into the most useful chart of all: average run duration per hook as a horizontal bar. Bloated plugin-cron-handlers stand out immediately. The plugin still owns the editing and triggering UI; SleekView Charts owns the picture that tells the team which hooks are healthy and which one is spiking the server every five minutes.

Workflow

From the cron option to chart cards

1

Connect the cron and event sources

SleekView Charts indexes the WordPress cron array from wp_options as one data source and the WP Crontrol event log as another. Hook, recurrence, next_run, duration, and status become groupable columns.
2

Add the schedule KPI

A Number card for total scheduled events plus a Pie chart by recurrence. The two cards together replace the eyeball-scan of the WP Crontrol events screen in WP Admin.
3

Rank the noisy hooks

A horizontal bar of execution count per hook surfaces the cron handlers running most often. Pair with an average-duration bar to spot the ones that are both noisy and slow.
4

Trend cron health

An Area chart of executions per day flattens cron health into a single shape. A flatline says the loopback request is broken; spikes line up with the events that fan out into many subtasks.

Sample dashboard

WordPress cron health dashboard

Four chart cards built on top of the cron option and the WP Crontrol event log, ready to render the scheduled-events picture WP Admin never shows.
Number · Default

Total scheduled events

Count of distinct rows in the parsed cron array from wp_options right now. Tracks scheduled-event sprawl over time, useful for catching plugins that leak events on every save.
Count
Pie · Donut

Events by recurrence

Donut grouping every scheduled event by its recurrence: hourly, twicedaily, daily, weekly, and custom schedules registered by plugins. Surfaces whether the cron table is heavy on noisy short-interval jobs.
Count group by recurrence
Bar · Horizontal

Top hooks by run count

Horizontal bar ranking hooks by execution count from the WP Crontrol event log. The cron hook that runs ten times an hour stands out next to the daily-housekeeping one, even if both look quiet in WP Admin.
Count group by hook
Bar · Default

Average duration per hook

Bar of mean run duration per hook in milliseconds, pulled from the WP Crontrol log's duration column when timing is enabled. The slow handlers that quietly eat server time surface immediately.
Average(duration_ms) group by hook

Comparison

Default WP Crontrol events screen vs SleekView Charts

Default WP Crontrol list

  • Events screen is a sortable list, no chart cards or KPIs
  • No grouping of scheduled events by recurrence as a chart
  • Average run duration per hook is not visualised anywhere
  • Event log is a flat table, no trend or top-hooks ranking
  • Cron health over time has to be inferred from a paginated log

SleekView Charts

  • Reads the cron option from wp_options live as a data source
  • Number KPI for total scheduled events with previous-period delta
  • Donut of events grouped by recurrence (hourly, daily, custom)
  • Top-hooks ranking and mean-duration bar from the event log
  • Area trend of executions per day for cron health at a glance

Features

What SleekView Charts gives you for WP Crontrol

Cron health at a glance

A Number card for total scheduled events and an Area trend of executions per day make the cron picture obvious. A flatline says cron is broken; a slow climb says a plugin is leaking events.

Slow handler discovery

Average duration per hook as a horizontal bar surfaces the cron handlers that quietly eat server time. The team picks the top three for refactoring before they cause a production incident.

Sprawl alarm

Scheduled events shouldn't grow forever. A trend of the count over time catches plugins that schedule new events on every save and never unschedule the old ones.

Audience

Where cron charts change ops habits

Hosting and SRE

Cron health dashboards live next to server metrics. Spikes in executions per minute correlate with CPU spikes, and the slowest hooks become refactor candidates.

Plugin developers

Average-duration-per-hook charts surface which custom WP-Cron handlers need work. The team optimizes the actual hot path instead of guessing from anecdotes.

Agencies

Client handovers include a cron-health screenshot so the next team starts with context. The list of scheduled events stops being a one-off audit.

The bigger picture

WP-Cron is invisible until it breaks

WP-Cron is the closest thing WordPress has to a job queue. Plugins schedule events, the loopback request fires them on the next request, and most of the time nobody looks. The trouble starts when an event leaks into the cron array on every save, when a handler quietly eats a second of CPU on each run, or when the loopback request stops firing and every event stalls.

WP Crontrol gives the team a way to see and edit the cron array. SleekView Charts gives them the picture. Total events, recurrence breakdown, top hooks, average duration, and run trend all become chart cards on a dashboard that sits next to performance and reliability data.

Cron stops being the part of WordPress that only gets investigated after the host complains, and starts being a tracked subsystem with KPIs that anyone on the team can read in under a minute.

Questions

Common questions about SleekView Charts for WP Crontrol

From the cron array stored in wp_options, the same source WP Crontrol uses. When the WP Crontrol event log is enabled, the log table is added as a second data source so duration and status columns become available for charts.

 

Not for the basic KPIs. Total scheduled events, recurrence breakdown, and the schedule snapshot work from the cron option alone. Average duration and execution trend require the event log to be enabled in WP Crontrol settings.

 

Yes. Add a filter on the hook column to exclude wp_version_check, wp_update_plugins, and other core events. Every chart on the dashboard reshapes to focus on plugin and theme cron only.

 

Yes. SleekView Charts re-reads the cron option on every dashboard load, so events scheduled in the last second are reflected immediately. The event log behaves the same way.

 

Yes. SleekView Charts supports threshold alerts on Number cards. Set the executions-per-day card to alert when it drops below a baseline and the team gets notified the moment cron stops firing.

 

No. The cron option is a single read, and event-log queries are paginated and indexed by hook. Even sites with hundreds of scheduled events render the dashboard cards in well under a second.

 

No. WP Crontrol still owns the editing, scheduling, and one-off triggering UI. SleekView Charts is the visual layer on top, reading the same data and rendering KPIs the plugin's list view does not expose.

 

Yes. Each chart's underlying dataset is downloadable as CSV or JSON. SRE retros and audit reviews get a flat file for archival without losing the live dashboard view.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView