✨ 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 Essential Addons for Elementor

Read _elementor_data and the per-post _eael_widget_elements meta, then chart which Essential Addons widgets are in use, which pages embed them, and how widget mix changes over time.

♾️ Lifetime License available

SleekView Charts dashboard for Essential Addons for Elementor

Essential Addons writes the widget metadata, charts read it as data

Essential Addons ships ninety-plus widgets that drop into Elementor layouts. Each used widget is recorded in the page's _elementor_data JSON and tracked in the per-post _eael_widget_elements meta the plugin maintains to scope its CSS and JS bundles. The plugin's central settings option eael_global_settings holds the on/off state for every widget at the site level.

The default Essential Addons settings screen is a long toggle list. It cannot answer "which widgets are actually in use", "which pages use the Advanced Data Table widget" or "are we using fifty widgets to power five pages". SleekView Charts reads the same meta and option directly and renders the answers as Number, Pie, Bar and Area cards.

Because the data sits in standard postmeta, the same chart cards work across staging, prod and a freshly imported site. A widget-usage audit becomes a measurable artifact instead of a per-page click-through, which matters when shaving the Essential Addons asset payload is on the table.

Workflow

Turn Essential Addons widget meta into a dashboard

1

Pick the widget source

Choose wp_posts filtered to rows with _elementor_data, then enable the per-post _eael_widget_elements meta as a derived column. SleekView normalises the widget-slug list so each card can group by it.
2

Compose the chart cards

Drop a Number for pages using any Essential Addons widget, a Bar for the top widgets by page count, a Pie for the active vs disabled widget split from eael_global_settings, and an Area for usage growth over post_modified.
3

Filter once, apply everywhere

Scope the view to a single widget ("only pages using Fancy Heading") or to a date range. Every card on the dashboard respects the filter, so audits and clean-up scopes stay aligned.
4

Save and share

Name the view ("Essential Addons widget audit", "Disable candidates") and gate it by WordPress capability so the dashboard can be shared with site owners without exposing the editor.

Sample dashboard

Charts you can build from Essential Addons data

Cards that read widget usage out of _eael_widget_elements and toggle state out of eael_global_settings to give Essential Addons a real audit surface.
Number · Default

Pages using Essential Addons

KPI count of published posts and pages whose _eael_widget_elements meta is non-empty, the anchor metric for any widget audit.
Count
Bar · Horizontal

Top widgets by page count

Ranks Essential Addons widgets by the number of pages embedding them. Top of the list deserves QA, bottom of the list is a candidate for disabling.
Count group by widget_slug
Pie · Donut

Widget toggle state

Splits the ~90 Essential Addons widgets into enabled vs disabled based on eael_global_settings, useful when trimming the asset payload.
Count group by enabled
Area · Gradient

Widget usage edits per week

Weekly count of edits on pages that embed Essential Addons widgets, useful for spotting whether widget adoption is growing or has quietly frozen.
Count group by post_modified

Comparison

Default Essential Addons reporting vs SleekView Charts

Default Essential Addons settings

  • Settings screen is a flat toggle list with no usage count per widget
  • No view of which pages actually embed a given widget
  • Enabled-but-unused widgets are invisible until you audit by hand
  • Edit cadence on pages that use Essential Addons widgets is not tracked anywhere
  • No way to share a usage audit outside of the WP admin

SleekView Charts

  • KPI of pages using any Essential Addons widget across the install
  • Bar of widgets ranked by page count, including zero-use widgets
  • Pie of enabled vs disabled widgets from the global settings option
  • Area of edit activity on pages that embed Essential Addons widgets
  • Same filters as the audit table apply to every chart card

Features

What SleekView Charts gives you for Essential Addons for Elementor

Real widget meta drives the cards

Cards read _elementor_data, the per-post _eael_widget_elements meta and the eael_global_settings option. Every aggregation maps to a value Essential Addons already writes, no extra tracking required.

Audit by widget or date

Scope the view to a single widget slug or to a date range and every card stays in sync. The same filter that builds the audit table builds the executive view.

Surface disable candidates

A Bar card sorted ascending exposes widgets enabled site-wide that are used on zero pages, the cleanest signal for trimming the Essential Addons asset payload.

Audience

Who builds Essential Addons charts dashboards with SleekView

Agencies

Per-client widget audits as a chart board, so the conversation with site owners moves from "we use a lot of widgets" to a measurable inventory.

Performance leads

Disable-candidate views (widgets enabled, pages zero) feed straight into a payload-trimming pass on Essential Addons' per-widget CSS and JS bundles.

Editorial ops

A Bar of top widgets by page count surfaces which widgets editors actually reach for, useful when training is being built around the real toolset.

The bigger picture

Why Essential Addons sites need a usage dashboard

Essential Addons ships dozens upon dozens of widgets, and the default settings screen treats them as a flat toggle list. That works fine on day one, but on a site that has run the plugin for two years the question is no longer "is this widget enabled" but "is this widget used". The answer sits in _eael_widget_elements on every page and post, plus _elementor_data as a fallback.

SleekView Charts reads that meta directly and renders the answers as a KPI, a top-widgets bar, an enabled-vs-used pie and a weekly edit trend. The plugin keeps owning the editor and the toggle screen, the dashboard owns the audit and the payload-trimming conversation that follows.

Questions

Common questions about SleekView Charts for Essential Addons for Elementor

Directly from wp_posts, the _eael_widget_elements postmeta the plugin maintains to scope its asset bundles, and the eael_global_settings option that holds the enabled/disabled state for each widget. No exports, no extra tracking.

 

Yes. The per-post _eael_widget_elements meta lists the widget slugs in use on that page. SleekView normalises that list so a Bar card grouped by widget slug renders the usage ranking directly, no SQL gymnastics required.

 

Join the widget toggle state from eael_global_settings with the usage count from _eael_widget_elements. SleekView exposes both as columns, so a Bar card sorted ascending immediately surfaces enabled widgets with zero page usage, the cleanest disable candidates.

 

Yes. Essential Addons writes its meta on the same posts Pro and core Elementor live on, so SleekView can chart Essential Addons widgets, Pro widgets and core widgets from the same wp_posts source. Pro template types and Essential Addons widget slugs can both show up as group-by columns.

 

Yes. Group an Area or Line card by post_modified on the set of posts whose _eael_widget_elements is non-empty. The curve shows whether usage of the addons is growing, plateauing or shrinking week to week.

 

Queries hit indexed columns on wp_posts and the indexed meta_key column for postmeta. The widget-slug normalisation pass can be backed by a lightweight cache so dashboards render fast on sites with thousands of pages.

 

Charts are read-only summaries. To act on an insight (disable a widget, refactor a page) switch to the audit table filtered to the same slice. Edits route through the standard WordPress update path, so Essential Addons' caches invalidate exactly as they would after a save in the editor.

 

No. The settings screen still owns toggling individual widgets on or off. SleekView Charts adds a reporting surface on top of the meta Essential Addons already writes, so the plugin keeps owning configuration and the chart view owns the audit.

 

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