✨ 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 WPvivid Migration

SleekView Charts reads the WPvivid job records that already track every backup, restore, migration and remote-send, and renders them as Number, Pie, Bar and Area cards instead of a paginated history page.

♾️ Lifetime License available

SleekView Charts dashboard for WPvivid Migration

WPvivid logs the jobs. SleekView Charts shows the shape.

WPvivid Migration writes a record for every job it runs: full backup, incremental, restore, remote-send, push migration, pull migration. Each record carries a start time, an action type, a source environment, a target environment, a destination (OneDrive, Amazon S3, Local), a byte size, a duration and an outcome. The WPvivid history page renders those records as a paginated table that is excellent for finding one specific run and poor for understanding the schedule at scale.

SleekView Charts reads the same WPvivid history records and turns them into a small dashboard. A Number card counts migrations completed this month. A Pie splits jobs by action type so a redesign sprint full of migrations does not pollute the nightly backup view. A Bar groups jobs by destination so OneDrive against S3 against Local becomes obvious. An Area trends duration so a 22-minute slow migration sitting next to a 9-minute healthy one becomes the kind of regression you catch early.

Because the cards read the records WPvivid already writes, there is no second history store and no double accounting. The action column matters because WPvivid is one of the few backup plugins that also handles migrations as first-class jobs, and treating both as the same row type pollutes ops reporting unless they can be filtered apart visually.

Workflow

Turn WPvivid history into a dashboard

1

Read the WPvivid history

SleekView reads the WPvivid job history records (option-based plus per-job log files in wp-content/wpvividbackups) with action type, destination, size, duration and outcome metadata.
2

Compose the chart cards

Pick Number, Pie, Bar, Area, Line, Radar or Radial cards. Group by action_type, destination, outcome or started date, and aggregate as Count, Sum, Average, Minimum or Maximum on size or duration.
3

Save and scope the dashboard

Name it ("Migration health", "Failures last 14 days") and gate it by WordPress capability so ops, agency leads and on-call engineers each see the right slice.
4

Share with stakeholders

Send a read-only URL or export the underlying filtered set to CSV. Sprint reviews and retainer reports get a measurable picture instead of a screenshot of the history page.

Sample dashboard

Charts you can build from WPvivid Migration data

Each card below reads from the same WPvivid history records the history page uses. Mix them to build a dashboard for backup auditors, migration ops, or an on-call engineer triaging a slow remote-send.
Number · Default

Migrations this month

Count of WPvivid jobs with action type Migration completed in the current month. The single KPI on the migration ops dashboard.
Count
Pie · Legend

Jobs by action type

Split across Full backup, Incremental, Migration, Restore and Remote-send. Keeps sprint-time migrations from polluting nightly backup reporting.
Count group by action_type
Bar · Horizontal

Jobs by destination

OneDrive against Amazon S3 against Local as horizontal bars. Surfaces which destinations carry the schedule and which barely see jobs.
Count group by destination
Area · Gradient

Duration trend

Average run duration over time. Catches a 9-minute migration drifting toward 22 minutes weeks before the schedule actually breaks.
Average(duration_seconds) group by started

Comparison

Default WPvivid reporting vs SleekView Charts

Default WPvivid history page

  • History page is paginated, never aggregates jobs as a number
  • No pie split across action types to separate migrations from backups
  • No grouping by destination across months
  • Duration drift is invisible without opening individual job logs
  • No saved chart views to share with stakeholders

SleekView Charts

  • KPI card for migrations completed this month
  • Pie split across action types so migrations stay separable from backups
  • Bar of jobs by destination to compare OneDrive against S3
  • Area trend of duration to catch creeping regressions early
  • Same dataset as the WPvivid history table, two ways of reading it

Features

What SleekView Charts gives you for WPvivid Migration

Dashboard, not a paginated history

Render the WPvivid schedule as Number, Pie, Bar and Area cards so ops sees the shape of the work, not the next page of a long history table.

Filters span table and chart

Filter to action_type equals Migration in the chart view and the WPvivid history table stays in sync. Same records, same destination column, two surfaces.

Share a read-only snapshot

Send a stakeholder a URL of the migration-health dashboard or export the filtered set to CSV. Retainer reviews and sprint reports get a real picture, not a screenshot.

Audience

Who builds WPvivid Migration charts dashboards with SleekView

Site reliability

Confirm at a glance that nightly backups and ad-hoc migrations ran across every configured destination. The dashboard is the morning check, the history page is the file picker.

Migration ops

Track migration jobs as a duration trend without nightly backups blurring the line. A redesign sprint adds twenty migration rows; the trend chart keeps them separable.

Agencies

Bring WPvivid health into the same WP Admin already used for client work. One dashboard per site, no second tool, no extra license.

The bigger picture

Why migration history needs to be a chart, not a history page

WPvivid does two jobs unusually well for a free plugin: it backs up sites on a schedule and it migrates them on demand. The catch is that both jobs end up in the same history page, which makes ops reporting noisy in a redesign sprint when migrations briefly outnumber nightly backups. A pie of action types fixes that.

A bar of destinations exposes which targets actually see work this month against which sit idle. An Area trend of duration tells the team whether the remote-send is genuinely getting slower over time or whether last night was just a one-off. Same records WPvivid already writes; the chart cards just answer the questions a paginated table cannot.

Questions

Common questions about SleekView Charts for WPvivid Migration

The WPvivid job history records (option-based with per-job log files in wp-content/wpvividbackups) plus, when relevant paid extensions are active, the extended migration log. Action type, destination, size, duration and outcome are all surfaced as filterable, aggregatable columns.

 

Yes. The WPvivid history table view and the chart cards sit on the same dataset, so a filter for action_type equals Migration, or for outcome equals Failed, applies to both surfaces. Engineers pivot between a row-level audit and a chart-level summary without rebuilding filters.

 

Yes. The free WPvivid plugin already writes the records SleekView Charts reads. The paid extensions add cloud-destination state and richer migration logs, which the dashboard surfaces additionally when present, but the core charts work on a free install.

 

Yes. The action_type column distinguishes Full backup, Incremental, Migration, Restore and Remote-send. Filter to action_type equals Migration and the entire dashboard narrows to migration work without nightly backup volume blurring the trend.

 

Yes. Group by started date with an Area or Line card and pick Average on duration_seconds. The trend exposes a 9-minute migration creeping toward 22 minutes weeks before someone notices the schedule has slipped.

 

Yes. Any filtered set behind a chart card exports as CSV with the same columns the table view would show. Backup auditors typically use this to share monthly reports with stakeholders who do not have WP Admin access.

 

No. Only the rows in the current pagination window are queried, and the WPvivid records are small per row. A site with two years of nightly backups plus ad-hoc migrations aggregates in under a second.

 

Yes. Each subsite has its own WPvivid history and its own SleekView dashboard. Network admins switch subsites the standard way; cross-subsite reporting needs to roll up exports rather than pivot a single dashboard, which matches how WPvivid itself behaves on multisite.

 

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