✨ 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 Import

Read directly from pmxi_imports, pmxi_history, and pmxi_posts, then chart created, updated, and skipped counts without opening per-import screens.

♾️ Lifetime License available

SleekView Charts dashboard for WP All Import

WP All Import logs every run, the dashboard makes them readable

WP All Import writes one row to pmxi_imports per import config, accumulates per-batch counts in pmxi_history, and stamps every created or updated post in pmxi_posts. The default plugin UI surfaces those tables as one log per import, which is fine for a single feed and painful when an agency has thirty active imports running on staggered cron schedules.

SleekView Charts treats the pmxi_ family as a chart source. A Number card pins total rows created across all imports this week. A Pie shows the share of runs that came back OK, Partial, or Failed. A Bar ranks imports by total updated rows so the heaviest feeds are visible without opening each one. An Area card plots created records per day so a vendor-catalog blip shows up as a curve, not a guess.

The same indexed columns the table view uses (import_id, run timestamp, status) back every chart card, so dashboards stay fast even on installs with hundreds of thousands of pmxi_history rows. Filters at the view level apply to every card, so one saved configuration covers the morning ops triage and the agency lead's weekly review.

Workflow

How SleekView Charts reads WP All Import data

1

Map the pmxi_ tables

Point SleekView at pmxi_imports, pmxi_history, and pmxi_posts. The schema picker exposes friendly_name, created, updated, skipped, deleted, and status as typed chart columns.
2

Add chart cards

Drop a Number card for total rows created or updated, a Pie for run-status mix, a Bar for imports ranked by volume, and an Area for created rows over time. Each card maps a column to a group-by and an aggregation.
3

Filter once, apply everywhere

Set a date range and a status filter at the view level. Every chart card respects the same filter so the dashboard reflects the slice the team is reviewing.
4

Save per role

Name the view ("Daily import ops", "Vendor-feed drift this week") and gate access by WordPress capability so data ops, support, and the agency lead see role-appropriate cards.

Sample dashboard

Charts you can build from WP All Import data

A few card configurations that turn the pmxi_ history tables into a real reporting surface, no CSV exports required.
Number · Default

Rows created (7d)

Top-line sum of the created column across pmxi_history over the last 7 days, across every active import.
Sum(created)
Pie · Donut text

Run status mix

Distribution of import runs across OK, Partial, and Failed so triage backlog is obvious at a glance.
Count group by status
Bar · Default

Updates by import

Ranks imports by total updated rows over the selected window, useful for finding the feeds that dominate cron load.
Sum(updated) group by friendly_name
Area · Gradient

Created per day

Daily volume of newly created records across all imports, useful for spotting catalogue spikes or sudden drops from a broken feed.
Sum(created) group by run_time

Comparison

Default WP All Import reporting vs SleekView Charts

Default WP All Import admin

  • No built-in chart view, only per-import history pages
  • Cross-import totals (created, updated, skipped) require opening each screen
  • Run-status mix has to be inferred by scrolling logs
  • No time-series view of created or updated records per day
  • Failed and partial runs aren't surfaced as a portfolio-level chart

SleekView Charts

  • Number cards for total created, updated, and skipped across all imports
  • Pie or Donut cards for run-status mix and scheduled vs manual mix
  • Bar cards ranking imports by created or updated volume
  • Area or Line cards plotting created rows per day from run_time
  • Same filters as the table view (status, date, scheduled) apply to every card

Features

What SleekView Charts gives you for WP All Import

Real columns drive real charts

Charts pull from pmxi_imports and pmxi_history, 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 date range, scope to a status, or isolate scheduled runs once and every chart card respects it. The same configuration that drives the triage table drives the leadership view.

Drift visible as a curve

Group by run_time and sum skipped rows to chart vendor-feed drift over time. Anomalies show up as a slope, not buried per-import pagination.

Audience

Who builds WP All Import charts dashboards with SleekView

Data ops

Daily KPI cards (rows created, updated, skipped) plus a status pie so the morning standup answers "did everything land?" without opening per-import screens.

Data quality

Skipped rows per import over time, charted as an Area, so vendor-catalog drift surfaces before it hits the storefront.

Agency leads

Weekly review across every client install, with bar charts ranking imports by volume and a number card pinning weekly totals for the status report.

The bigger picture

Why import history deserves a dashboard, not just a log

WP All Import is rarely deployed as a single feed. A production site usually has a vendor catalog import, a stock-levels feed, a price feed, and a handful of legacy CSVs running on staggered cron schedules. The plugin's own UI is built around editing one import at a time, which is exactly the wrong shape when leadership wants a one-screen answer to "how many products did we import this week" or "which feed has the most failing runs." SleekView Charts reads the same indexed pmxi_ tables the table view reads, surfaces created, updated, skipped, deleted, and status as chart-ready columns, and lets a few cards do the summarising.

Drift turns into a slope, status becomes a pie, and ranked volumes finally exist as a bar. The plugin keeps owning the import lifecycle, and the dashboard turns its log into a reporting surface the agency, the client, and the data team can read at a glance.

Questions

Common questions about SleekView Charts for WP All Import

Directly from pmxi_imports, pmxi_history, and pmxi_posts. No export, no shadow copy. Chart cards run live queries against the same indexed columns the table view uses, so the dashboard reflects current runs as soon as WP All Import writes them.

 

Yes. Pro adds extra columns for scheduling and cron handling but the underlying tables remain the pmxi_ family. SleekView Charts reads both Free and Pro from the same configuration, and Pro-only fields like scheduled and cron metadata appear as additional group-by candidates.

 

Yes. A stacked Bar card grouped by run_time with Sum on each of created, updated, and skipped shows the composition of every run. The same data drives a Number card for top-line totals and a Pie for the cumulative mix across a window.

 

Group an Area card by run_time and sum the skipped column, filtered to a single friendly_name. Spikes in skipped rows on the vendor catalog become visible as a slope rather than something only spotted by opening per-import pages.

 

Queries hit indexed columns (import_id, run_time, status) and aggregate server-side, so dashboards render quickly even on installs with hundreds of thousands of history rows. For very high-volume sites, group-by columns can be backed by a lightweight cache.

 

Yes. The scheduled flag on each pmxi_imports row is exposed as a group-by candidate, so a Pie card visualises the share of runs driven by cron versus manual triggering, and a Bar ranks scheduled imports by run frequency.

 

Yes. Each saved chart view is gated by WordPress capability, so data ops, support, and an agency lead each get role-appropriate cards. The underlying data is the same; the chart selection is per role.

 

No. The plugin's import editor and run controls stay where they are. SleekView Charts adds a reporting surface on top of the data WP All Import already writes, so the plugin keeps owning the import 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