✨ 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 Time Capsule: staging and snapshots

WP Time Capsule writes each incremental backup, staging clone, and restore as a row in its activity log. SleekView Charts reads that log directly and renders dashboards for agencies, sysadmins, and site owners reviewing staging health and snapshot history.

♾️ Lifetime License available

SleekView Charts dashboard for WP Time Capsule Staging

From wptc_activity_log rows to staging dashboards

WP Time Capsule stores each operation as a row in wp_wptc_activity_log, with type (incremental backup, staging clone, restore), status (running, success, failed), duration in seconds, and a created timestamp. Staging metadata, source backup IDs, and destination details live in plugin options and a sites table. The native timeline view is great for following a single run and limiting for any historical review of staging volume, failure rate, or average duration.

SleekView Charts treats wp_wptc_activity_log as a chart dataset. The created column becomes a real datetime, duration is a numeric column ready for averages, and type and status become categorical columns for grouping. An agency dashboard pins this week's staging clone count as a Number, charts runs by type as a Donut, ranks average duration per type as a horizontal Bar, and plots daily activity as a gradient Area.

Every aggregation runs against indexes WP Time Capsule already maintains on its log table, plus filters on type and status. Even a multi-year install with thousands of incremental snapshots renders the whole chart board in well under a second from a fresh load.

Workflow

Read WP Time Capsule activity as data

1

Source from wptc_activity_log

Use wp_wptc_activity_log as the dataset base. Each row is one operation: incremental backup, staging clone, or restore, with status, duration, and timestamp ready for charts without any custom code.
2

Type log columns properly

SleekView types created as datetime, duration as numeric, and type and status as categorical columns. Filters on type and status cascade across every card on the saved board for fast slicing.
3

Configure four chart cards

Add a Number for this week's staging clones, a Donut for runs by type, a horizontal Bar of average duration per type, and a gradient Area plotting daily activity across the date range you pick.
4

Save per-role chart boards

Agency operators get the staging volume and failure trend. Sysadmins get average duration rankings. Owners get the headline weekly snapshot count. Each board reads the same activity log dataset.

Sample dashboard

Charts you can build from WP Time Capsule activity

A weekly KPI for staging clones, a run-type donut, an average duration ranking per type, and a daily activity trend. Every card reads directly from the WP Time Capsule activity log.
Number · Default

Staging clones this week

Count of rows in wp_wptc_activity_log with type of staging and a success status whose created timestamp falls in the current week, with last week's count shown underneath for direct comparison.
Count
Pie · Donut

Activity by type mix

Donut across incremental backup, staging clone, restore, and manual values from the type column on wp_wptc_activity_log, so the operational mix is visible across the selected date range.
Count group by type
Bar · Horizontal

Average duration per type

Horizontal bar averaging the duration column on wp_wptc_activity_log per type. Surfaces which runs are getting slower and where infrastructure tuning would actually move the needle.
Average(duration) group by type
Area · Gradient

Daily activity volume

Gradient area chart of operations per day sourced from the created column on wp_wptc_activity_log. Useful for spotting weekday patterns, missed schedule slots, and post-deploy spikes.
Count group by created

Comparison

Default WP Time Capsule timeline vs SleekView Charts

WP Time Capsule timeline

  • WP Time Capsule ships a timeline view, not configurable chart cards
  • Average duration per operation type is not surfaced as its own chart
  • Run-type mix across incremental, staging, and restore needs manual counting
  • Daily activity trend across a selectable date range is not native
  • No saved per-role chart boards for agency, sysadmin, or owner views

SleekView Charts

  • Cards built directly on wp_wptc_activity_log rows
  • Number, Donut, Bar, and Area cards mapped to real activity columns
  • Dashboard filters on type and status cascade across every card
  • Per-type duration averages and per-day trends without exports
  • Saved boards per role with WordPress capability gating built in

Features

What SleekView Charts gives you for WP Time Capsule Staging

Activity log as a dataset

WP Time Capsule's own activity log feeds the chart dataset. Type, status, duration, and created columns become first-class chart inputs without any custom code, plugin glue, or scheduled syncs.

Cards, not timeline scrolling

Pick the dimension, the metric, and the chart type per card. Build an average duration ranking one week and switch to a staging volume donut the next, all driven from the same dataset.

Per-role saved boards

Agency operators, sysadmins, 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 WP Time Capsule chart dashboards with SleekView

WordPress agencies

One chart board per client showing weekly staging clones, failure rate, and average run duration. Weekly client reports run from saved boards instead of activity log screenshots.

Sysadmins and DevOps

Duration averages per operation type and daily activity trend on one screen, so slow runs and missed schedule slots show up before they become a real production incident.

Site owners and operators

The headline weekly snapshot count and success ratio in one place, so it is obvious that incremental backups and staging clones actually completed without digging through the timeline.

The bigger picture

Why WP Time Capsule deserves a real chart view

WP Time Capsule handles incremental backups and staging clones with care, and the timeline view tells the story of a single recent run well. Where the plugin runs out of room is in the analytical questions: are staging clones taking longer than they used to, which run type is failing most often, how does this week's activity compare to last. Each of those is one chart against rows that already exist inside wp_wptc_activity_log.

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

Questions

Common questions about SleekView Charts for WP Time Capsule Staging

No. WP Time Capsule keeps running incremental backups, staging clones, and restores. SleekView Charts sits alongside as a configurable layer that reads the same activity log table, so agencies and sysadmins get chart dashboards the plugin doesn't ship today, without changing daily workflow.

 

Yes. A horizontal Bar grouped by type with an Average aggregation on the duration column ranks each run type by average length. Add a date-range filter to scope the ranking to recent runs, or split per destination if staging targets vary across sites.

 

The status column on wp_wptc_activity_log 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 success only when you want a clean activity trend without failed rows.

 

Yes. The type column distinguishes staging from incremental and from manual runs. Set a dashboard-level type filter and every card on the saved board switches to that subset. Reuse the same chart configuration across each subset just by toggling the filter.

 

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

 

Cards query wp_wptc_activity_log 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. The numbers always match what the timeline view shows.

 

Yes. Aggregations run server-side using the indexes WP Time Capsule already maintains on its activity log for created, type, and status. Even a multi-year history with thousands of incremental and staging rows renders the full chart board in well under a second.

 

Yes. Each saved board is gated by a WordPress capability so agency operators, sysadmins, and site owners each open the dashboard that matches their job. The staging volume 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