✨ 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 Real Media Categories

Real Media Categories by devowl.io organises attachments into folders backed by dedicated tables. SleekView Charts reads those tables and the standard attachment metadata, then turns library organisation into a reporting dashboard.

♾️ Lifetime License available

SleekView Charts dashboard for Real Media Categories

A Real Media Categories dashboard built from the realmedialibrary tables

Real Media Categories is the free-tier sibling of Real Media Library and shares its data model. Folders live in the wp_realmedialibrary table and attachments link to folders through the wp_realmedialibrary_posts join, while attachment metadata, file size, MIME type, dimensions, and upload date, stays in the standard wp_posts and wp_postmeta rows. The default admin replaces the media grid with a folder tree, perfect for navigation, but turns library-wide shape questions into a folder-by-folder walk through the tree.

SleekView Charts joins the realmedialibrary tables to attachments and the postmeta, then turns the answers into chart cards on one saved dashboard. A Number card sums total bytes across the library. A Donut splits attachments by MIME type. A Horizontal Bar ranks folders by total bytes for storage audits. An Area chart traces uploads per day so campaigns and editorial cycles show up as visible spikes.

This is not a replacement for Real Media Categories. The folder tree stays exactly where it is for navigation, and devowl.io's plugin continues to own folder creation, drag-and-drop reassignment, and the underlying join writes. SleekView Charts adds the reading layer the folder browser does not lay out side by side, scoped per role and embeddable on a frontend page.

Workflow

From the realmedialibrary tables to a library dashboard

1

Connect the realmedialibrary tables

Point SleekView at wp_realmedialibrary and wp_realmedialibrary_posts and join them to wp_posts attachment rows plus the postmeta keys for file size, dimensions, and MIME type.
2

Switch the view to Charts

Flip the view from Table to Charts on the attachment dataset. SleekView opens a blank dashboard ready for cards built on folder, type, and date columns.
3

Add the library cards

Pick chart type, group-by column, and aggregation per card. Folder size, type mix, uploads per day, and contributor counts each become a saved query against the indexed joins.
4

Save and share the dashboard

Save the dashboard, scope it per role for marketing, ops, and finance, and optionally embed it on a frontend page so storage owners see the shape without admin access.

Sample dashboard

Charts you can build from Real Media Categories data

Four cards that read the realmedialibrary folder and join tables alongside the standard attachment metadata, no exports required.
Number · Default

Total library size

A KPI tile summing file_size from postmeta across every attachment, in bytes. The headline number a storage owner watches before drilling into per-folder breakdowns.
Sum(file_size)
Pie · Donut

Attachments by MIME type

A donut split across image/jpeg, image/png, video/mp4, application/pdf, and any other MIME types present, so the team sees the library mix without scanning the folder tree.
Count group by post_mime_type
Bar · Horizontal

Top folders by total size

A horizontal bar ranking folders by summed file size. Surfaces the heaviest folders for storage audits before disk limits and backup windows become a problem.
Sum(file_size) group by folder_name
Area · Gradient

Uploads per day

A gradient area chart counting attachments uploaded per day. Reveals campaign cycles, contributor patterns, and unusual bursts that warrant a closer look.
Count group by post_date

Comparison

Default Real Media Categories admin vs SleekView Charts

Default Real Media Categories

  • Folder tree hides per-folder size and type mix until you click in
  • No headline KPI for total library size across folders
  • Type mix donut needs a manual scan through the folder tree
  • Upload rhythm over time is not surfaced anywhere
  • Top folders by storage usage need a CSV export to compare

SleekView Charts

  • Read the realmedialibrary tables joined to attachments and postmeta
  • Group by folder, MIME type, uploader, and upload date in chart cards
  • Sum file_size across folders for storage leaderboards
  • Saved chart views scoped per role for marketing, ops, and finance
  • Embed any saved chart view on a frontend page with role-based access

Features

What SleekView Charts gives you for Real Media Categories

Folder shape on one screen

Replace the per-folder click-through with a dashboard that answers shape questions directly. Total size, type mix, top folders, and upload rhythm on one screen.

Storage audits without exports

The top-folders bar and the total-size KPI answer storage questions in seconds, so housekeeping happens before backup windows and disk limits force the conversation.

Honest free-tier framing

Real Media Categories shares its data model with Real Media Library. The dashboards work on the free plugin, and Pro features surface as additional cards the day the upgrade is installed.

Audience

Who builds Real Media Categories charts dashboards with SleekView

Marketing teams

Open a per-campaign folder dashboard to confirm the asset queue is sized correctly, with the type donut catching missing video and the upload area chart showing the build-up to launch.

Site auditors

Watch the total-size KPI and the top-folders bar to catch storage hotspots before they hit hosting limits, with the type mix donut flagging unexpected PDF or video accumulation.

Editorial leads

Combine folder grouping with uploader filters to see which contributor is uploading to which project, useful for accessibility audits and content reviews.

The bigger picture

Why the free RML tier still deserves a dashboard

Real Media Categories is the free entry point to the Real Media Library data model, and that data model is one of the strongest in the folder-plugin space. Dedicated folder tables, a clean join to attachments, and respect for WordPress's standard attachment fields means questions like total library size or top folders by storage are answerable in SQL today, just not in any admin screen. SleekView Charts reads those tables and turns the answers into a dashboard.

Marketing sees per-folder shape, ops sees storage hotspots, editorial sees the upload rhythm against publishing cycles. The folder tree and the dashboard are complementary surfaces on the same data, the tree is for navigation and reassignment, the dashboard is for the reviews and audits the tree cannot answer in one screen.

Questions

Common questions about SleekView Charts for Real Media Categories

No. Real Media Categories continues to own the folder tree, drag-and-drop reassignment, and the realmedialibrary table writes. SleekView Charts is a reading surface that reads the same tables and the attachment postmeta, then turns them into a dashboard inside admin.

 

Yes. Real Media Categories shares its core data model with Real Media Library, so the charts that work on the free plugin work the same way on Pro. Pro features like galleries, collections, and shortcodes surface as additional chart dimensions when active.

 

Yes. SleekView writes through the plugin's API rather than the join table directly, so folder change hooks fire normally. The folder tree updates its counts and any integration listening for folder reassignment runs the same way it would from the standard UI.

 

Yes. WordPress writes the post_author on every attachment, and SleekView Charts surfaces that as a chartable dimension. A Bar card grouped by uploader gives a per-contributor view, useful for accessibility audits and content reviews.

 

No. Cards paginate and aggregate against the existing realmedialibrary indexes and the standard wp_postmeta indexes, with SleekView caching aggregation results between renders. Even libraries with tens of thousands of attachments keep dashboards quick.

 

Yes. Saved chart views support role-based visibility so marketing, ops, and finance each see only the dashboards you allow.

 

Yes. Any saved chart view can be embedded on a frontend page with role-based access, so storage owners and stakeholders read the dashboard without WordPress admin.

 

Yes. WooCommerce product images are attachments like any other, so they appear in the dashboard with their folder, size, and type. Filter by folder to audit product photography per category, or sort by size to catch oversized hero shots.

 

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