✨ 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 All Export

Read directly from pmxe_exports, then chart exported rows, schedule mix, and stale-feed cohorts without opening the plugin's settings tab.

♾️ Lifetime License available

SleekView Charts dashboard for WP All Export

WP All Export tracks every feed, the dashboard makes it visible

WP All Export keeps the friendly_name, export type, schedule, attached file, and run counts of every export inside the pmxe_exports custom table. The default UI lists exports as cards with a few inline controls, which works for a handful of feeds and breaks down on agency installs with daily ERP, CRM, and finance exports plus a backlog of legacy ones nobody owns anymore.

SleekView Charts treats pmxe_exports as a chart source. A Number card pins total rows exported across all feeds in the last week. A Pie shows the schedule mix (daily, hourly, off) so paused or unscheduled exports stand out at a glance. A Bar ranks exports by exported volume, surfacing the heaviest feeds for capacity planning. An Area card plots exported rows per day so a finance feed dropping to zero becomes visible immediately.

The same indexed columns drive the table view and the chart view, so configuration stays consistent. Filters apply across cards, so one saved view powers the daily ops scan, the staleness audit, and the integrations team's weekly partner SLA review.

Workflow

How SleekView Charts reads WP All Export data

1

Point at pmxe_exports

SleekView reads pmxe_exports directly. The schema picker exposes friendly_name, export_type, scheduled, registered_on, and exported as typed chart columns.
2

Add chart cards

Drop a Number card for total exported rows, a Pie for schedule mix, a Bar for exports ranked by volume, and an Area for exported rows over time. Each card maps a column to a group-by and an aggregation.
3

Filter the cohort

Filter to scheduled = 1 or to exports older than a staleness threshold, and every chart card respects the same scope. Save the filter as a staleness preset for weekly review.
4

Save per team

Name the view ("Daily export ops", "Stale feeds for cleanup", "Partner SLA weekly") and gate access by WordPress capability so finance, integrations, and data ops each see role-appropriate cards.

Sample dashboard

Charts you can build from WP All Export data

A few card configurations that turn pmxe_exports into a reporting surface, no SQL or CSV gymnastics required.
Number · Default

Rows exported (7d)

Top-line sum of the exported column across pmxe_exports for runs in the last 7 days.
Sum(exported)
Pie · Donut text

Schedule mix

Share of exports running on a schedule versus paused or manual, so dead feeds stop hiding in the list.
Count group by scheduled
Bar · Horizontal

Volume by export

Ranks exports by total rows produced over the selected window, useful for capacity planning and disk-usage review.
Sum(exported) group by friendly_name
Area · Gradient

Exported per day

Daily exported-row volume across all feeds, useful for spotting silent feed breakage or sudden volume drops.
Sum(exported) group by registered_on

Comparison

Default WP All Export reporting vs SleekView Charts

Default WP All Export admin

  • No built-in chart view, only a card-based exports list
  • Cross-export totals require opening each feed individually
  • Schedule mix has to be inferred by scanning the list
  • No time-series view of exported rows per day or per week
  • Stale exports aren't visible as a portfolio-level chart

SleekView Charts

  • Number cards for total exported rows and active export count
  • Pie or Donut cards for schedule mix and export-type mix
  • Bar cards ranking exports by volume or last-run recency
  • Area or Line cards plotting exported rows per day from registered_on
  • Same filters as the table view (schedule, staleness, type) apply to every card

Features

What SleekView Charts gives you for WP All Export

Real columns drive real charts

Charts pull from pmxe_exports, so every card uses an actual column. No CSV exports, no spreadsheet pivots, just the data the plugin already collects.

Filters carry across cards

Set a staleness threshold, scope to scheduled feeds, or filter by export_type once and every chart card respects it. The same configuration drives both triage and review.

Staleness as a slope

Plot exported rows over time and dead feeds appear as a flat line at zero. Cleanup candidates surface as a chart cohort instead of an item-by-item review.

Audience

Who builds WP All Export charts dashboards with SleekView

Data ops

Daily KPI cards for total exported rows and schedule mix, so the morning scan answers "did every feed run last night?" without opening the plugin.

Integrations team

Per-export volume bars and trend lines confirm partner SLAs were met without scrolling through individual export screens.

Storage ops

Bar of exports ranked by produced volume, plus an Area showing drift over time, highlights the cohort that's safe to deprecate during a disk-cleanup window.

The bigger picture

Why exports become a quiet liability without a dashboard

Exports tend to accumulate. A site that has been running for three years usually has nightly feeds for the current ERP, an older feed for an ERP that was replaced, a one-off finance export from a 2022 audit that never got disabled, and a few feeds an agency built for a partner who churned. None of them throw errors, which is exactly the problem.

Disk fills up, cron load creeps up, and the surface area for a sensitive data leak grows quietly. The default WP All Export UI has no easy way to ask "which exports have not produced anything since January" or "which feeds make up most of the cron load." SleekView Charts reads the same pmxe_exports table the table view reads, surfaces exported, scheduled, registered_on, and friendly_name as chart-ready columns, and lets a few cards do the summarising. The agency keeps owning the feed lifecycle through the plugin's own UI, and the dashboard turns the export inventory into a queryable, charted operational surface.

Questions

Common questions about SleekView Charts for WP All Export

Directly from pmxe_exports. No export, no shadow copy. Chart cards run live queries against the same indexed columns the table view uses, so the dashboard reflects current export state as soon as WP All Export writes it.

 

Yes. Pro adds extra columns for custom XML formats and richer scheduling, but the underlying table is shared with Free. SleekView Charts reads both, and Pro-specific serialized options can be parsed into named columns for additional chart sources.

 

Yes. A Line or Area card grouped by registered_on and filtered to a single friendly_name plots that feed's daily volume. Stack multiple lines on one card to compare the shape of two feeds side by side.

 

Compute staleness as days since the last run and use it as a group-by candidate for a Bar card. Exports older than 30 days, 60 days, 90 days appear as ranked bars, making the cleanup cohort visible instead of buried.

 

Queries hit indexed columns and aggregate server-side. Even installs with hundreds of exports and rich serialized options data render quickly because chart cards aggregate row counts and totals rather than streaming raw records.

 

Yes. Each saved chart view is gated by WordPress capability, so finance sees finance feeds, integrations sees partner feeds, and data ops sees everything. Each role's saved view remembers its filters and column choices.

 

Yes. Destination configuration stored in the options column is parsed by the agent and exposed as filterable columns. A Pie card grouped by destination_type shows the breakdown across local, FTP, S3, and email destinations.

 

No. The plugin's export editor and run controls stay where they are. SleekView Charts adds a reporting surface on top of the data WP All Export already writes, so the plugin keeps owning the feed lifecycle and the dashboard owns the summarisation.

 

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