✨ 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 Debug This: inspection mode usage dashboards

Read directly from the Debug This option rows in wp_options for recent mode activations, the per-user preference entries in wp_usermeta, and the bar query log, then chart inspection mode usage, top queries, and debug session cadence over time.

♾️ Lifetime License available

SleekView Charts dashboard for Debug This

The plugin inspects the runtime, charts finally summarise the usage

Debug This is a wonderfully focused diagnostic tool: an admin bar menu that flips the page into one of dozens of inspection modes, surfacing post objects, queries, conditional tags, server vars, and constants for whoever is logged in with the right capability. What it deliberately does not do is keep a running record of which modes get used, by whom, and how often.

SleekView Charts reads the same data Debug This writes. A Number card pins total inspection sessions in the last 30 days. A Pie shows the spread across the most-used modes, for example post query, conditional tags, and server vars. A Bar ranks users by inspection count. An Area card plots sessions per day so debug crunches around a release cut become a visible curve across the rolling timeline.

The plugin keeps owning the admin bar menu and the per-mode rendering. SleekView Charts owns the dashboard layer on top, reading the recent-mode wp_options rows, the per-user mode preference entries in wp_usermeta, and the bar query log live, so the dashboard reflects the current state of developer activity on the site rather than guesses about who was debugging what last week.

Workflow

How SleekView Charts reads Debug This data

1

Point at the Debug This log

Choose the Debug This option rows in wp_options, the per-user mode preferences in wp_usermeta, or the bar query log. SleekView reads each schema and offers mode, user, timestamp, and query URL as group-by candidates.
2

Configure the chart cards

Drop a Number card for total inspection sessions, a Pie for mode usage, a Bar for users by inspection count, and an Area card for sessions per day. Each card maps a column to an aggregation in a single dropdown without writing any SQL.
3

Filter once, apply everywhere

Set a date range, a mode name, or a user role at the view level and every chart card respects it. A dashboard scoped to query inspection never quietly pulls in conditional-tag sessions, and the reverse is also true across the modes.
4

Save and share by capability

Name the view ("Debug usage", "Inspection cadence") and gate access by WordPress capability so leads, developers, and reviewers each see the cards relevant to their slice of the debugging workflow on the project.

Sample dashboard

Charts you can build from Debug This activity

A few card configurations that turn the plugin's silent admin-bar usage into a working diagnostics dashboard, so the team finally has visibility into which debug modes actually earn their keep on the project.
Number · Default

Inspection sessions in 30 days

A single big-number KPI counting Debug This mode activations recorded in wp_options over the rolling 30-day window, with the prior 30 days underneath for context on whether debug activity is rising or settling.
Count
Pie · Donut

Sessions by inspection mode

A donut split across the modes Debug This exposes, for example post query, conditional tags, server vars, and constants, using the mode slug stored on each activation event, so the most-used inspections surface.
Count group by mode
Bar · Horizontal

Top users by inspections

A horizontal bar ranking users by inspection session count, joining the recorded user_id on each activation to wp_users for display names, so it is obvious which developers actually use the tool on a regular cadence.
Count group by user_id
Area · Gradient

Sessions per day

A gradient area chart of Debug This activation timestamps grouped by day, sourced from the option-level activity log, so spikes before release cuts and quiet weeks both become visible on a real timeline of debugging activity.
Count group by session_date

Comparison

Default Debug This admin vs SleekView Charts

Default Debug This admin bar

  • The admin bar shows a single per-session mode and discards the choice on the next click
  • No per-user history of which inspection modes get used over the course of a sprint
  • No team-wide view of debug activity, so leads cannot tell if the tool earns its keep
  • Timestamps are scattered across option and meta rows with no aggregation across modes
  • Auditing debug usage requires reading serialized option values manually for each user

SleekView Charts

  • Number cards for total inspection sessions over any rolling window from Debug This logs
  • Pie or Donut cards split by inspection mode using the stored mode slug per activation
  • Bar cards ranking users by inspection count to see who actually uses the tool
  • Area cards plotting sessions per day so the rhythm of debug crunches is visible
  • Same filters as the SleekView table apply to every chart card on the dashboard

Features

What SleekView Charts gives you for Debug This

Real Debug This log drives real charts

Charts read directly from the recent-mode option rows, per-user mode meta, and bar query log Debug This writes, so every card reflects the live state of developer activity rather than a screenshot of one developer's afternoon of debugging.

Filters flow across cards

Set a mode slug, a user role, or a date range once and every chart card on the dashboard respects it. The same configuration that drives the editing table drives the reporting view without any extra setup or duplication.

Spot debug crunches in seconds

A spike of inspection sessions before a release jumps out of a daily area chart in a way no per-session admin bar could surface, so the rhythm of QA work becomes a fact instead of a vague recollection.

Audience

Who builds Debug This chart dashboards

WordPress developers

Track which inspection modes the team actually uses. A pie of modes and a bar of users surface the modes that earn their keep and the ones that nobody has touched in a quarter.

QA engineers

Watch the rhythm of debug sessions on a trendline. Crunches before release cuts and quiet weeks of stable code both become visible without asking everyone what they actually did.

Agency leads

See debugging activity across client projects on one dashboard. The cards explain where the team spent diagnostic energy this month without any per-developer interview.

The bigger picture

Why debug usage deserves a chart view

Debug This does the right thing for its job, which is making the WordPress runtime inspectable from the admin bar without flipping global debug constants. The plugin deliberately stays per-session and leaves reporting alone, which is fine for a single developer on a single afternoon and frustrating on a team where leads want to understand where diagnostic effort is going. Developers lose track of which modes they actually rely on, leads cannot tell if the tool earns its keep, and agencies have no view of where debugging time lands across client projects.

SleekView Charts reads the same option and meta entries Debug This writes, pivots mode and user into chart sources, and lets a small set of cards summarise the activity. The plugin keeps owning the admin bar, the chart layer owns the summarisation, and debug usage finally has a real history.

Questions

Common questions about SleekView Charts for Debug This

Directly from the Debug This option rows in wp_options for recent mode activations, the per-user mode preferences in wp_usermeta, and the bar query log if enabled. No shadow copy or export pipeline. Cards run live queries against the same data the plugin writes.

 

Yes. The plugin's option and meta keys have stayed stable across recent versions, so the activation log and per-user mode preferences are reliable sources. If a fork changes the key names, edit the SleekView source filter to match and the chart cards pick up the new keys.

 

Yes. Join the recorded user_id to wp_usermeta and read the wp_capabilities meta value to derive the role at query time. A stacked Bar grouped by mode and split by role then shows whether admins, editors, or developers dominate each inspection mode.

 

Yes. SleekView only queries the columns and rows the active cards need, so a long Debug This activity log produces a lean grouped count rather than a full scan. Heavy aggregations are pushed to the database engine and cached at the view level for repeat loads.

 

Cards reflect whatever is currently stored, so a trimmed log produces a shorter time series rather than missing data. To preserve longer history, snapshot the relevant rows to a separate table on a schedule and point a second SleekView source at that copy for long-range trend analysis.

 

Yes. View-level filters for mode slug, user role, or date range apply to every chart card on the dashboard. One saved configuration drives both the editing table and the reporting view, so investigation and summary stay aligned across the diagnostic workflow.

 

Charts are read-only summaries by design. To act on an insight, switch to the SleekView table filtered to the same slice (for example, recent query-mode activations) and jump back to the affected page in Debug This from there. Inspection itself stays inside the existing plugin workflow.

 

No. The admin bar menu, the mode renderers, and the capability gating stay exactly where the plugin puts them. SleekView Charts adds a reporting surface on top of the activity data the plugin already writes, so each inspection remains a one-click action 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