✨ 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 Akeeba Backup: archive history dashboards

Akeeba Backup writes each backup run to its own ak_stats table with size, profile, status, and start and end times. SleekView Charts reads that log directly and renders dashboards for agencies and sysadmins reviewing backup history and profile mix across sites.

♾️ Lifetime License available

SleekView Charts dashboard for Akeeba Backup for WordPress

From ak_stats archive history to chart boards

Akeeba Backup stores each backup run as a row in wp_ak_stats, with the archive size in bytes, the profile ID (full backup, database only, files only, custom), the status (run, complete, fail), and start time and end time columns. Profile definitions and remote storage settings live in the wp_ak_profiles table. The native manage screen is great for grabbing a single restore and limiting for any review of size growth, profile mix, or failure rate over a meaningful date range.

SleekView Charts treats wp_ak_stats as a chart dataset. The start time column becomes a real datetime, size is a numeric column ready for sums, and profile ID and status become categorical columns. A sysadmin dashboard pins last 30 days backup count as a Number, charts runs by profile as a Donut, ranks total size per profile as a horizontal Bar, and plots daily run activity as a gradient Area.

Every aggregation runs against indexes Akeeba already maintains on its stats table, with filters on profile and status. Even a long-running install with thousands of archive rows renders the entire chart board in well under a second from a fresh load.

Workflow

Read Akeeba archive history as data

1

Source from ak_stats

Use wp_ak_stats as the dataset base. Each row is one backup run with size, profile, status, and start and end times ready for charts without any custom code or migrations.
2

Join ak_profiles for context

Pull wp_ak_profiles onto the dataset for profile name and remote storage settings. The profile ID becomes a meaningful label so cards show full backup, database only, files only by name.
3

Configure four chart cards

Add a Number for last 30 days runs, a Donut for runs by profile, a horizontal Bar ranking total stored size per profile, and a gradient Area plotting daily run activity across the date range you pick.
4

Save per-role chart boards

Sysadmins get size growth and per-profile rankings. Agency operators get the headline 30 day count. Owners get the success ratio. Each role saves the board that matches their job and capability set.

Sample dashboard

Charts you can build from Akeeba archive history

A 30 day KPI for backup runs, a profile mix donut, a stored size ranking by profile, and a daily run trend. Every card reads directly from wp_ak_stats joined to wp_ak_profiles.
Number · Default

Backup runs in the last 30 days

Count of rows in wp_ak_stats whose start time falls in the last 30 days with a complete status, with the previous 30 days shown underneath the headline for direct comparison context.
Count
Pie · Donut

Backup runs by profile mix

Donut across the profile_id column on wp_ak_stats, joined to wp_ak_profiles for readable names like full backup, database only, files only, so the actual run mix is visible at a glance.
Count group by profile_id
Bar · Horizontal

Total stored size per profile

Horizontal bar summing the size column on wp_ak_stats per profile, joined to wp_ak_profiles for labels. Surfaces which profile carries the bulk of storage and where retention should tighten.
Sum(size) group by profile_id
Area · Gradient

Daily backup run activity

Gradient area chart of run count per day sourced from the start time on wp_ak_stats. Useful for spotting missed schedule slots, manual run spikes, and unusual gaps in nightly backups.
Count group by start_time

Comparison

Default Akeeba manage screen vs SleekView Charts

Default Akeeba manage screen

  • Akeeba Backup ships a manage screen, not configurable chart cards
  • Total stored size per profile is not surfaced as its own chart
  • Profile mix across full, database only, files only needs manual counting
  • Daily run activity trend across a selectable date range is not native
  • No saved per-role chart boards for sysadmin, agency, or owner views

SleekView Charts

  • Cards built directly on wp_ak_stats rows joined to wp_ak_profiles
  • Number, Donut, Bar, and Area cards mapped to real archive columns
  • Dashboard filters on profile, status, and date range cascade across cards
  • Per-profile storage rankings and per-day trends without leaving WordPress
  • Saved boards per role with WordPress capability gating built in

Features

What SleekView Charts gives you for Akeeba Backup for WordPress

ak_stats as a dataset

Akeeba's own wp_ak_stats rows feed the chart dataset. Size becomes a numeric column, profile and status become categorical, and start time becomes a datetime ready for time series.

Profiles joined for context

The ak_profiles table joins onto the dataset so profile IDs render as readable names. Full backup, database only, and files only show up as labels on every Bar, Donut, and Area card.

Per-role saved boards

Sysadmins, agency operators, and site owners each save the board they care about. WordPress capability gating decides who lands on which dashboard, so each role opens the right view by default.

Audience

Who builds Akeeba Backup chart dashboards with SleekView

Sysadmins and DevOps

Stored size per profile and growth trend across full and database only runs visible at a glance, so retention tuning and storage cleanup are driven by chart data rather than by directory inspection.

WordPress agencies

One board per client showing 30 day run count, profile mix, and any recent failures. Weekly client reports run from saved chart boards instead of manage screen screenshots and copy-pasted numbers.

Site owners and operators

The headline 30 day run count and success ratio in one place, so it is obvious that nightly Akeeba backups actually completed without scrolling the manage screen every Monday morning.

The bigger picture

Why Akeeba Backup deserves a real chart view

Akeeba Backup runs scheduled WordPress backups with a strong profile system and a careful archive engine, which makes per-run triage on the manage screen straightforward. Where the plugin's own admin runs out of room is in the analytical questions: which profile consumes most of the storage, how often does the nightly database run actually fail, how does this month compare to last after a heavy release week. Each of those is one chart against rows that already exist inside wp_ak_stats.

SleekView Charts gives that table a configurable rendering layer, with cards that map directly to operational questions. The Akeeba engine keeps doing what it does best, the chart board gives the team the historical view the manage screen has never delivered.

Questions

Common questions about SleekView Charts for Akeeba Backup for WordPress

No. Akeeba Backup keeps owning scheduling, archive builds, and restore flows from the manage screen. SleekView Charts sits alongside as a configurable layer that reads the same ak_stats table, so sysadmins and agencies get chart dashboards the plugin doesn't ship today.

 

Yes. A gradient Area chart grouped by start time with a Sum on the size column shows daily storage volume. Add a profile filter to split the trend per profile, or use a stacked Bar grouped by profile over weekly buckets for clearer side-by-side comparisons.

 

The status column on wp_ak_stats becomes a categorical column. A Donut grouped by status surfaces the failure ratio at a glance, and dashboard-level filters can scope every card to complete only when you want a clean storage growth view without failed rows.

 

Yes. The profile ID distinguishes each Akeeba profile, joined to ak_profiles for the human name. Set a dashboard-level profile filter and every card on the saved board switches to that subset, just by toggling the filter on or off.

 

Yes. A date range, profile, or status filter set at the dashboard level applies to every card. A monthly storage review and a quarterly run-rate audit can share the same saved configuration without setting filters card by card.

 

Cards query wp_ak_stats live on render. A run that just finished appears in every card on the next reload, with no separate sync job, scheduled refresh, or cache flush to wait on between runs. The numbers always match the Akeeba manage screen.

 

Yes. Aggregations run server-side using the indexes Akeeba already maintains on the ak_stats table for start time, profile, and status. Even a long-running install with thousands of archive rows renders the full chart board in well under a second.

 

Yes. Each saved board is gated by a WordPress capability so sysadmins, agency operators, and site owners each open the dashboard that matches their job. The storage growth board and the per-client summary board stay separate by default.

 

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