query-monitor

The developer tools panel for WordPress

GPL-2.0 License

Downloads
316.3K
Stars
1.5K
Committers
68

Bot releases are visible (Hide)

query-monitor -

Published by johnbillion over 8 years ago

  • Add the database query time to the admin toolbar
  • Various trace and JavaScript errors
query-monitor -

Published by johnbillion over 8 years ago

  • Don't output QM in the theme customizer
query-monitor -

Published by johnbillion over 8 years ago

  • Add error reporting to the Environment panel
query-monitor -

Published by johnbillion over 8 years ago

  • Introduce AJAX debugging (just PHP errors for now)
  • Visual refresh
  • Add theme and stylesheet into to the Theme panel
query-monitor -

Published by johnbillion over 8 years ago

  • Compat with Xdebug
  • Display the call stack for PHP errors
query-monitor -

Published by johnbillion over 8 years ago

  • New Redirect component
  • Add support for strict errors
  • Display the call stack for HTTP requests
  • Display the call stack for transients
  • Remove pre-3.0 back-compat code
  • Many other bugfixes and tweaks
query-monitor -

Published by johnbillion over 8 years ago

  • Un-break all the things
query-monitor -

Published by johnbillion over 8 years ago

  • Add a hook name filter to the Hooks panel
  • Update db.php to match latest wp-db.php
  • Avoid fatal error if the plugin is manually deleted
  • Add the new is_main_network() conditional
  • Lots more tweaks
query-monitor - 2.5

Published by johnbillion over 8 years ago

  • Display the component for HTTP requests, transients, PHP errors, and hook actions
  • Improved visual appearance and layout
  • Add an action component filter to the Hooks panel
  • Log errors returned in the pre_http_request filter
  • QM_DB_LIMIT is now a soft limit
  • Performance improvements
query-monitor -

Published by johnbillion over 8 years ago

  • Un-break query filtering
  • Performance improvements
query-monitor -

Published by johnbillion over 8 years ago

  • Prevent uncaught exceptions with static method actions
  • Misc formatting tweaks
query-monitor -

Published by johnbillion over 8 years ago

  • Show an inline error when a hook has an invalid action
  • Show a warning in the admin toolbar when HTTP requests fail
  • Fix the time shown when filtering queries
  • Fix empty stack traces (regression at some point)
query-monitor -

Published by johnbillion over 8 years ago

  • Avoid a fatal error when strict errors are triggered at compile time
  • Avoid a warning when PDO or Mysqli is in use
  • Updated CSS for WordPress 3.8. Retains support for default 3.7 and MP6 on 3.7
  • Tweak PHP error_reporting in the Environment component
query-monitor -

Published by johnbillion over 8 years ago

  • Better layout for the Hooks panel
  • Fix some AJAX issues
  • Fix some output buffer compatibility issues which were causing fatal errors
query-monitor -

Published by johnbillion over 8 years ago

  • Fix the "Invalid header" issue. Woo!
query-monitor -

Published by johnbillion over 8 years ago

  • Toggleable stack traces for queries
  • Show deprecated errors in the PHP Errors panel
  • Replace the Query Vars panel with a Request panel with more information
  • Display a warning when db.php isn't in place
  • Fix some PHP 5.2 compatibility
  • Considerable restructuring of the underlying code to increase abstraction
query-monitor -

Published by johnbillion over 8 years ago

  • Remove a file that was accidentally committed to the wordpress.org repo
query-monitor -

Published by johnbillion over 8 years ago

  • Fix two fundamental stability and compatibility issues (great news)
  • Various visual tweaks
  • Handle some uncommon use cases of the HTTP API
query-monitor -

Published by johnbillion over 8 years ago

  • Clickable stack traces and file names if you've configured Xdebug's file_link_format setting
  • Show the number of times each PHP error has been triggered
  • Visual bugfixes when using Firefox
  • Fix a bug which was preventing AJAX debugging from being output
  • Fix a fatal error when using PHP 5.2 on Windows
  • Display HTTP proxy information when appropriate
  • Introduce the QM_DISABLE constant for unconditionally disabling Query Monitor
  • Always return true from our PHP error handler to suppress unwanted PHP error output (eg. from Xdebug)
  • Internals: Much more robust logic and even more separation of data collection and output
  • Internals: Many performance improvements
query-monitor -

Published by johnbillion over 8 years ago

  • Introduce sortable columns for database query times and numbers
  • Display the queried object in the Request panel
  • Fix the admin menu behaviour when viewing QM output
  • Fixes for output buffering and AJAX requests
  • Several bits of code cleanup
Package Rankings
Top 1.95% on Packagist.org
Related Projects