CodeTelemetryLab Admin Performance Inspector

plugin banner

Profile your WordPress admin performance. Identify slow plugins, database queries, hook execution times, and memory usage from one clean dashboard.

Author:codetelemetrylab (profile at wordpress.org)
WordPress version required:6.0
WordPress version tested:6.9.4
Plugin version:1.0.1
Added to WordPress repository:02-04-2026
Last updated:03-04-2026
Rating, %:0
Rated by:0
Plugin URI:https://codetelemetrylab.vercel.app/plugins
Total downloads:0
plugin download
Click to start download

CodeTelemetryLab Admin Performance Inspector is a developer-focused performance profiling plugin built exclusively for the WordPress admin area. It instruments the WordPress request lifecycle in real time and presents all profiling data inside a clean, dedicated dashboard under Tools Admin Performance Inspector.

No configuration needed. Activate the plugin and instantly see what is slowing down your WordPress backend.

What It Profiles

Admin Page Execution Time
Measures total request time from plugins_loaded to shutdown using microtime(true). Displays the precise execution time in milliseconds on the overview panel.

Plugin Load Performance
Tracks the execution time of every active plugin using a lightweight MU-plugin drop-in. Displays a sortable table of all plugins with their individual load times and flags slow-loading plugins automatically.

Database Query Profiling
Captures every SQL query executed during the admin request using WordPress’s native SAVEQUERIES constant. Displays total query count, slow query count, cumulative query time, and a full query list with origin file and line number. Slow queries (default threshold: 100ms) are visually flagged.

Hook Execution Profiling
Times key WordPress hooks including init, admin_init, admin_menu, current_screen, and wp_loaded. Shows execution time and registered callback count for each hook.

Memory Usage Monitoring
Displays current memory usage, peak memory usage, and percentage of PHP memory limit consumed — with a visual progress bar.

Who Is This For?

  • WordPress developers diagnosing slow admin dashboards
  • Site administrators troubleshooting plugin conflicts
  • DevOps engineers benchmarking admin performance
  • Agencies auditing client site backends

Key Features

  • Zero configuration — activate and start profiling immediately
  • Single unified dashboard under Tools menu
  • Per-plugin load time table with slow plugin detection
  • Full SQL query list with execution time and origin
  • Configurable slow query threshold (default 100ms)
  • Hook timing table for monitored WordPress core hooks
  • Memory usage progress bar showing usage vs PHP limit
  • All output sanitized and escaped — security-first design
  • Access restricted to manage_options capability only
  • Fully translatable with .pot file included
  • Follows WordPress Coding Standards throughout
  • GPLv2 licensed — fully open source

Privacy

CodeTelemetryLab Admin Performance Inspector does not collect, transmit, or store any data outside your WordPress installation. All profiling data is captured in memory during the current request only and displayed solely within your admin dashboard. No external API calls are made.

Support

For support, please use the WordPress.org support
forum for this plugin.
For enquiries, visit https://codetelemetrylab.vercel.app

Credits

Developed and maintained by CodeTelemetryLab.
Plugin architecture based on the WordPress Plugin Boilerplate.


FAQ
ChangeLog