✨ 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 EWWW Cloud: Bytes Saved and Queue Dashboards

EWWW Image Optimizer Cloud writes per-image rows to its own ewwwio_images table and tracks queue state in ewwwio_queue, with cloud-credit usage in ewww_image_optimizer_cloud_key meta. SleekView Charts reads those tables directly and renders Number, Pie, Bar, and Area cards over savings, conversion, and queue activity.

♾️ Lifetime License available

SleekView Charts dashboard for EWWW Image Optimizer Cloud

From cloud credit counters to a savings dashboard

EWWW Image Optimizer Cloud reports a single big number on its settings page: total bytes saved across the library. That summary is useful once, but it hides everything interesting underneath. Which post types compress the best? Which conversion target (WebP, AVIF, JPG) carries the bulk of the savings? Is the queue draining? Are cloud credits being spent evenly across the month or in one burst after an import? The default admin answers none of those questions.

SleekView Charts reads the same EWWW data as a normal source. A Number KPI sums the savings column on ewwwio_images, a Donut splits the library by conversion target using the converted column, a Horizontal Bar ranks post types by saved bytes (joined through attachment IDs), and a Gradient Area traces optimized bytes by month using the updated timestamp. Cloud credit usage joins from the API key option for a fifth view when needed.

EWWW keeps writing rows where it always has. Charts query the same ewwwio_images and ewwwio_queue tables EWWW maintains, and saved dashboards can be scoped per role so a content lead reads savings while a developer watches the cloud queue. No second store and no rebuilt aggregator.

Workflow

From EWWW Cloud tables to a charts dashboard

1

Point at the ewwwio tables

Connect SleekView to ewwwio_images and ewwwio_queue. Savings, conversion target, optimization level, queue state, and updated timestamp become groupable fields the moment the source is mapped.
2

Pick the four cards

Drop a Number card for total bytes saved, a Pie for conversion target mix, a Bar for post types ranked by saved bytes, and an Area for optimized bytes by month. Each card configures against a column.
3

Save the dashboard

Pin the layout so the next savings review opens the same charts in the same order. Date-range filters apply across every card at once and persist with the saved layout for the next visit.
4

Scope per role

Hand the savings dashboard to content leads and the queue-focused view to developers. The cloud API key and credit balance stay scoped to admins through the capability checks EWWW already enforces.

Sample dashboard

Charts you can build from EWWW Cloud data

Four cards that turn EWWW's per-image rows and cloud queue into a single working dashboard.
Number · Default

Total bytes saved

A single KPI summing the savings column on ewwwio_images across the selected window. Refunded and skipped rows are filtered out by status so the figure matches what EWWW's own reports show on the settings page.
Sum(savings)
Pie · Donut

Conversion target mix

Donut of attachments by conversion target using the converted column on ewwwio_images, splitting JPG, WebP, AVIF, and unchanged rows so the WebP coverage gap is visible at a glance.
Count group by converted
Bar · Horizontal

Top post types by saved bytes

Horizontal bar of post types ranked by total saved bytes, joining ewwwio_images to the parent attachment then to its post. Highlights which content type benefits most from cloud-grade compression.
Sum(savings) group by post_type
Area · Gradient

Optimized bytes by month

Gradient area chart of savings per month using the updated timestamp on ewwwio_images. Useful for spotting whether cloud credits are being spent evenly or in one burst after a large media import.
Sum(savings) group by updated

Comparison

Default EWWW Cloud reporting vs SleekView Charts

Default EWWW admin

  • Savings appear as a single global counter with no breakdown by content type.
  • Conversion target mix (WebP vs AVIF vs JPG) is not visualised anywhere.
  • No time series of optimized bytes or cloud credit spend by day or month.
  • Queue activity hides inside the Bulk Optimize tab without an Area chart.
  • No read-only dashboards for stakeholders without admin settings access.

SleekView Charts

  • Number, Pie, Bar, and Area cards built on ewwwio_images with no extra storage.
  • Cards group by conversion target, post type, optimization level, or updated month.
  • Global filters scope every card by date range, post type, or status at once.
  • Saved dashboards scope per role so content and developer views stay separate.
  • Inline drill-down to the connected SleekView grid for the underlying images.

Features

What SleekView Charts gives you for EWWW Image Optimizer Cloud

Real chart cards on ewwwio data

Number, Pie, Bar, Line, Area, Radar, and Radial cards drop onto ewwwio_images and ewwwio_queue. Group by converted target, optimization level, post type, or any column EWWW writes.

One filter, every card

Date range, post type, and conversion filters apply across the whole dashboard. The same scope drives the KPI, the donut, the bar, and the time-series at once with no per-card duplication.

Role-scoped dashboards

Save separate layouts for content leads, developers, and site owners. The cloud API key and credit balance stay tied to the capability checks EWWW already defines for admin users.

Audience

Who builds EWWW Cloud charts dashboards with SleekView

Content leads

Scan total bytes saved and post-type savings each morning. Spot which content templates still need a re-optimize pass after a theme switch without scrolling the Bulk Optimize tab row by row.

Performance engineers

Open the queue and conversion target charts after every large media import. Confirm AVIF and WebP coverage rose as expected and the cloud queue drained inside the planned window.

Agency reporting

Hand each client a one-screen savings snapshot scoped to their library. Account managers read it without learning EWWW's settings layout or chasing the Bulk Optimize counter.

The bigger picture

Why a cloud-optimized library reads better as a chart

EWWW Image Optimizer Cloud earns its money by squeezing every JPEG, PNG, WebP, and AVIF on the site. The savings are real, and they end up in a single global counter that is good for marketing copy and not much else. The data underneath, per-image bytes, conversion target, optimization level, and updated timestamp, already sits in two small tables EWWW maintains with the right indexes.

Visualising those tables as Number, Pie, Bar, and Area cards costs nothing on the writing side and reframes the same rows as a dashboard. The cadence of media review shifts from a quarterly counter check to a daily glance, and the library stays exactly where EWWW left it.

Questions

Common questions about SleekView Charts for EWWW Image Optimizer Cloud

No. SleekView Charts reads the same ewwwio_images and ewwwio_queue tables EWWW Cloud writes. No additional storage is created and the savings figure stays consistent with the plugin's own settings page and Bulk Optimize counters.

 

Yes. SleekView joins ewwwio_images through the attachment row to its parent post, so any post type the image belongs to becomes a groupBy axis. Custom post types registered by other plugins show up automatically.

 

Yes. The cloud API key drives EWWW's optimization, not SleekView. Charts read the resulting savings rows regardless of whether the optimization ran on cloud or local. The key itself stays gated to admin users.

 

Yes. Each card supports CSV export of its aggregated values, and the underlying images are reachable through the connected SleekView grid for handing a structured savings report to a client or to a developer.

 

No. Aggregations run server-side against the indexes EWWW already maintains on ewwwio_images. The dashboard requests aggregate buckets, not raw rows, so even large libraries resolve in the time a normal admin query takes.

 

Yes. Saved chart layouts respect WordPress capability checks and can layer additional gates per card. A content lead can read the savings view without exposure to the cloud API key or the credit balance at any point.

 

No. The settings page remains the place to configure compression, conversion, and the cloud API key. SleekView Charts cover the interactive aggregate dashboard built from EWWW's own tables, and the two complement each other on the same data.

 

Yes. A Pie or Bar grouped by the converted column on ewwwio_images shows JPG, WebP, AVIF, and unchanged rows side by side, and date-range filters reframe the same view across any period the team needs.

 

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