Diagnostic Glance provides a comprehensive overview of your WordPress installation's key technical details in an easy-to-copy format, perfect for sharing when seeking help on WordPress support forums.
When WordPress challenges arise that are beyond your current expertise, getting help from the community becomes essential. Support volunteers can better diagnose your issues when they can quickly review your site's configuration, hosting environment, and basic statistics.
This plugin creates a dashboard widget that consolidates all essential diagnostic information in one convenient location, with a simple one-click copy feature to share the details wherever you need help.
Key Features
- One-Click Copy - Modern clipboard functionality with fallback support for all browsers
- Comprehensive Information - WordPress version, themes, plugins, server config, and more
- Configurable Sections - Show or hide specific diagnostic sections as needed
- Shortcode Support - Create a dedicated diagnostic page with
[diagnostic_glance]
- Mobile Responsive - Works perfectly on all device sizes
- Accessibility Ready - Full keyboard navigation and screen reader support
- Translation Ready - Complete internationalization support
- Privacy Focused - No external connections, all data stays on your server
Information Collected
- WordPress Version and configuration settings
- Themes - All installed themes with version numbers and active theme indicator
- Plugins - All installed plugins with version numbers and activation status
- WordPress Configuration - Memory limits, debug settings, permalink structure
- Server Information - Web server type, PHP version, MySQL version, memory settings
- PHP Extensions - All loaded PHP modules and extensions
- Apache/Nginx Modules - Web server modules (when available)
- Site Statistics - User counts, posts, pages, comments, and media library totals
Why Use Diagnostic Glance?
When seeking help on WordPress forums, support volunteers often need to know:
- What version of WordPress you're running
- Which plugins and themes are active
- Your server configuration
- Any debug settings or memory limits
Instead of manually gathering this information, Diagnostic Glance compiles everything automatically in a format that's easy to read and share.
Shortcode Usage
Create a dedicated diagnostic page using the shortcode:
[diagnostic_glance]
- Display using current widget settings
[diagnostic_glance sections="themes,plugins"]
- Show specific sections only
[diagnostic_glance cache="false"]
- Disable caching for real-time data
[diagnostic_glance show_footer="false"]
- Hide plugin attribution
Available sections:
themes
,
plugins
,
wordpress
,
server
,
php
,
apache
,
stats