✨ 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 Duplicator Pro: archives and uploads

Duplicator Pro records each package build, archive, and cloud upload as a row in its own custom table with size, status, storage target, and timestamps. SleekView Charts reads that table directly and turns it into dashboards for agencies running many migrations.

♾️ Lifetime License available

SleekView Charts dashboard for Duplicator Pro (Cloud)

From duplicator_pro_packages rows to chart boards

Duplicator Pro stores each package as a row in wp_duplicator_pro_packages, with the archive size in bytes, the package status (pending, complete, failed), the storage target (local, Amazon S3, Dropbox, Google Drive, OneDrive), and created and updated timestamps. The native packages list is great for grabbing a single archive and limiting for any review of archive size growth, storage mix, or build failure rate over a date range.

SleekView Charts treats wp_duplicator_pro_packages as a chart dataset. The created column becomes a real datetime, archive size is a numeric column ready for sums, and status and storage target become categorical columns for grouping. An agency dashboard pins this month's package count as a Number, charts uploads by target as a Donut, ranks total stored size per target as a horizontal Bar, and plots daily package builds as a gradient Area chart.

Every aggregation runs against indexes Duplicator Pro already keeps on its custom table, plus filters on status and storage target. Even a long-running agency install with thousands of historical packages renders the entire chart board in well under a second.

Workflow

Read Duplicator Pro packages as data

1

Source from duplicator_pro_packages

Use wp_duplicator_pro_packages as the dataset base. Each row is one package with size, status, storage target, and created and updated timestamps ready for charts without custom code or migrations.
2

Type the size and date columns

SleekView types created and updated as datetime columns, size as numeric, and status and storage as categorical. Filters on status (complete, failed) cascade across every card on the saved board.
3

Configure four chart cards

Add a Number for monthly package count, a Donut for storage target mix, a horizontal Bar ranking total size per target, and a gradient Area plotting daily package builds across the chosen date range.
4

Save per-role chart boards

Agency operators get the storage mix and failure trend. Sysadmins get size growth rankings. Owners get the headline monthly count. Each role saves the board that matches their job and capability set.

Sample dashboard

Charts you can build from Duplicator Pro packages

A monthly KPI for package builds, a storage target donut, a stored size ranking by target, and a daily build trend. Every card reads directly from wp_duplicator_pro_packages.
Number · Default

Packages built this month

Count of rows in wp_duplicator_pro_packages with status of complete whose created timestamp falls in the current month, with last month's count shown underneath for direct comparison.
Count
Pie · Donut

Uploads by storage target

Donut across local, Amazon S3, Dropbox, Google Drive, and OneDrive values from the storage column on wp_duplicator_pro_packages, so the team sees which cloud targets actually carry traffic.
Count group by storage
Bar · Horizontal

Total stored size per target

Horizontal bar summing the size column on wp_duplicator_pro_packages per storage target. Surfaces which destinations are accumulating storage and where retention policies need tightening.
Sum(size) group by storage
Area · Gradient

Daily package builds

Gradient area chart of package builds per day sourced from the created column on wp_duplicator_pro_packages. Useful for spotting deploy windows, migration sprints, and scheduled run patterns.
Count group by created

Comparison

Default Duplicator Pro packages vs SleekView Charts

Duplicator package list

  • Duplicator Pro ships a paginated package list, not configurable chart cards
  • Total stored size per storage target is not surfaced as its own chart
  • Storage mix across local, S3, Dropbox, Drive, and OneDrive needs manual counting
  • Daily package build 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_duplicator_pro_packages rows
  • Number, Donut, Bar, and Area cards mapped to real package columns
  • Dashboard filters on status and storage target cascade across cards
  • Per-target storage size rankings and daily build trends without exports
  • Saved boards per role with WordPress capability gating built in

Features

What SleekView Charts gives you for Duplicator Pro (Cloud)

Packages table read directly

Duplicator Pro's own wp_duplicator_pro_packages rows feed the chart dataset. Size becomes a numeric column, status and storage become categorical, and created becomes a datetime ready for time series.

Cloud targets as a dimension

The storage target column becomes a first-class chart dimension. Group any Bar, Donut, or Area by storage target to see Amazon S3, Dropbox, Drive, and OneDrive volumes side by side without manual counting.

Per-role saved chart 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 Duplicator Pro chart dashboards with SleekView

WordPress agencies

One chart board per client showing monthly package count, storage target mix, and any recent build failures. Weekly client reports run from saved boards instead of admin screenshots.

Sysadmins and DevOps

Stored size per target and growth trend across cloud destinations, so retention tuning and cleanup runs are driven by chart data, not by a gut feel about which target is largest.

Migration specialists

Daily build volume and storage target mix make migration sprints visible. Spotting a stalled migration or a misconfigured target takes one glance at the saved board.

The bigger picture

Why Duplicator Pro deserves a real chart view

Duplicator Pro handles the actual archive build well, pushing packages to local storage and several cloud destinations and recording each one. Where the plugin's admin runs out of room is in the analytical questions: which storage target is consuming most of the bytes, are builds finishing more slowly than they used to, how does this month compare to last. Each of those is one chart against rows that already exist inside wp_duplicator_pro_packages.

SleekView Charts gives that table a configurable rendering layer, with cards that map directly to migration and storage questions. The package engine keeps doing what it does best, the chart board gives operators the historical view that pure plugin admin has never offered.

Questions

Common questions about SleekView Charts for Duplicator Pro (Cloud)

No. Duplicator Pro keeps owning archive builds, cloud uploads, and restore flows. SleekView Charts sits alongside as a configurable layer that reads the same package table, so agencies and sysadmins get chart dashboards the plugin doesn't ship today, without disrupting day-to-day workflow.

 

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

 

The status column on wp_duplicator_pro_packages becomes a categorical column. A Donut grouped by status shows 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.

 

On a single install yes, directly. For multi-site agency monitoring you can aggregate by pulling each site's packages table into a shared dataset table, then pointing SleekView at it. The chart configuration itself stays the same once the shared dataset is in place.

 

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

 

Cards query wp_duplicator_pro_packages live on render. A package 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 the Duplicator package list.

 

Yes. Aggregations run server-side using the indexes Duplicator Pro already maintains on its custom table for created, status, and storage. Even a long-running agency install with thousands of historical packages 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 migration specialists 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