✨ 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 Easy Updates Manager: update logs KPIs

Easy Updates Manager stores configuration in the MPSUM_options array under wp_options and writes every core, plugin, and theme update event into the mpsum_logs table. SleekView Charts reads both and turns updates by type, by status, and by day into a live dashboard.

♾️ Lifetime License available

SleekView Charts dashboard for Easy Updates Manager

From an update toggle to a real activity dashboard

Easy Updates Manager (formerly Stops Core Theme and Plugin Updates) is the most installed WordPress update control plugin, used to enable, schedule, and audit core, plugin, and theme updates. Its configuration lives under MPSUM_options in wp_options, and every actual update event is written into a dedicated mpsum_logs table with columns for type (core, plugin, theme, translation), name, version_from, version_to, status, and action_date.

SleekView Charts reads the same table and exposes it as a data source. A Number KPI counts updates in the current month. A Pie groups them by type, so the team sees the mix between plugin updates, theme updates, and core upgrades. A Bar ranks plugins by update count, surfacing the ones that ship most often and dominate the maintenance load. An Area trends updates per day, lined up with releases and security advisories.

The result is the maintenance picture WordPress Admin never delivers natively. Update history is right there in the log table but never as a chart. SleekView turns the same rows into cards that ops, agencies, and security teams all read instead of digging through the log screen.

Workflow

Plug into the mpsum_logs table

1

Connect to mpsum_logs

SleekView Charts indexes the mpsum_logs table that Easy Updates Manager writes to. Type, name, version_from, version_to, status, and action_date all become columns the dashboard builder can group on directly.
2

Layer in configuration

MPSUM_options in wp_options stores whether automatic updates are on, scheduling windows, and which plugins are blocked. The chart engine surfaces it next to the log data so config drift becomes visible alongside activity.
3

Build the maintenance KPIs

A Number card for updates this month, a Pie by update type, a Bar of top plugins by update count, and an Area trend per day. Four cards turn the log table into a screen ops can act on weekly.
4

Alert on failed updates

Add a card filtered on status equals failure. Failed updates ride to the top of the dashboard, ready for a manual retry before a security release sits unapplied for a week.

Sample dashboard

Easy Updates Manager activity dashboard

Four chart cards built straight from the mpsum_logs table and the MPSUM_options array, with no extra export or sync step between the plugin and the charts.
Number · Default

Updates this month

Headline count of rows in the mpsum_logs table where action_date falls inside the current month. The single maintenance KPI every ops review starts with before opening any plugin screen.
Count
Pie · Donut

Updates by type

Donut splitting mpsum_logs by the type column. Slices for plugin, theme, core, and translation reveal where the bulk of the maintenance work is going each month across the site.
Count group by type
Bar · Horizontal

Top plugins by update count

Horizontal bar of mpsum_logs rows with type plugin, grouped by name. Surfaces the plugins that ship most often and dominate the maintenance load, useful for spotting low-quality dependencies.
Count group by name
Area · Gradient

Daily update activity

Gradient area of update events per day parsed from action_date in mpsum_logs. Spikes line up with security advisories and major releases, troughs flag quiet weeks across the WordPress ecosystem.
Count group by action_date

Comparison

Default Easy Updates Manager admin vs SleekView Charts

Default EUM log screen

  • Log screen is paginated rows with no aggregate counts on top
  • No KPI for total updates this month visible without filtering
  • Updates by type need separate searches inside the log screen
  • Failed updates blend in with successes and are easy to miss
  • Top plugins by update count cannot be ranked without exporting first

SleekView Charts

  • Reads mpsum_logs as a live chart data source with full column access
  • Pie by update type covers plugin, theme, core, and translation runs
  • Top-plugins bar surfaces the heaviest maintenance dependencies
  • Daily area trend lines up with security advisories and major releases
  • Failed-update card flags rows that need a manual retry this week

Features

What SleekView Charts gives you for Easy Updates Manager

Maintenance KPI

Number card for updates this month plus a delta against last month. Ops sees the maintenance load in one number before opening the plugins screen for the morning standup.

Update type mix

Donut of plugin, theme, core, and translation update events. Reveals whether the site is mostly chasing plugin releases or sitting on a recent WP core upgrade cycle.

Failed update alerts

Dedicated card for mpsum_logs rows with status failure. Failed updates ride to the top so the next manual retry happens before a security release sits unapplied.

Audience

Where Easy Updates Manager charts pay off

Security teams

Daily update activity and failed-update cards turn the log screen into a security feed. Advisories that need urgent patching surface as spikes on the area chart.

Maintenance ops

The maintenance KPI and the top-plugins bar reveal the heavy dependencies. Plugins shipping every week become candidates for review or replacement after a few months.

Agencies

Client reports include updates per month, type mix, and failure count. Proving the maintenance program is doing its job becomes a chart instead of a CSV export.

The bigger picture

Update logs are data, not just a screen of rows

Easy Updates Manager has been the standard WordPress update controller since the Stops Core era and is installed across hundreds of thousands of sites. Its log table holds the entire maintenance history of every site it manages, but the plugin's own log screen presents it as a paginated row dump with no aggregate view. Ops teams scroll.

Security teams search. Agencies export. None of that maps onto how update programs are actually reviewed.

SleekView Charts reads the same mpsum_logs table the plugin already writes and exposes the data as a dashboard. Updates this month, type mix, top plugins by update count, daily activity, and failed-update alerts all land on one screen. Maintenance reviews start from a chart instead of a search box, and the plugin's invisible historical data becomes the foundation of the program rather than a backup of it.

The plugin keeps managing updates, the dashboard does the reporting.

Questions

Common questions about SleekView Charts for Easy Updates Manager

From the mpsum_logs custom table that Easy Updates Manager writes every update event into, plus the MPSUM_options array in wp_options for configuration context. All are existing storage the plugin already creates and maintains.

 

Yes. The type column in mpsum_logs is a first-class filter on the dashboard. Pick plugin and every card reshapes to plugin updates only while the totals stay live. Switch to theme or core for a different slice without touching the underlying logs.

 

Yes. The status column in mpsum_logs distinguishes success from failure. A dedicated card lists failed rows in date order so ops can spot patches that did not land and trigger a manual retry from inside Easy Updates Manager.

 

Yes. The name column on mpsum_logs is exposed as a groupBy. A horizontal Bar ranks plugins by update count, surfacing the ones that ship most often and dominate the monthly maintenance load on the site.

 

Yes. Each subsite holds its own mpsum_logs table or shares the network log depending on configuration. SleekView Charts can point at one subsite or stack network-wide cards, giving network admins a complete update picture across the install.

 

Yes. Joining the daily area chart against the public WordPress release timeline highlights weeks when core, theme, and plugin updates piled up. Sites that batch maintenance around core releases see the pattern in one screen.

 

It refreshes on every dashboard load. New rows in mpsum_logs reflect on the next render with no nightly sync, no rebuild step, and no manual import between Easy Updates Manager and the chart cards.

 

No. Pointing SleekView Charts at the mpsum_logs table is done from WP Admin. Aggregation, group-by, color, and filter are dropdown choices. No SQL is written and no custom code is required to render the update activity dashboard.

 

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