WP Manifestindependent plugin directory
manifest / developer / wp-traces

WP Traces

A simple plugin to show you exactly what actions are being called when you run WordPress.

by Arun Chaitanya Jami · github.com/arunchaitanyajami/wp-traces · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/arunchaitanyajami/wp-traces/archive/refs/heads/master.zip

Readme

wp-traces

A simple plugin to show you exactly what actions are being called when you run WordPress.

Instructions:

  1. Install the plugin. (This is a test, if you don't know how to install a plugin from github then this is the wrong plugin for you.)
  2. Activate
  3. Open a page in your WordPress powered site
  4. Add showDebugTrace=1 to the URL (put a ? or & before it as appropriate)
  5. Scroll to the bottom of the page

Options:

  • debug_race=1 This turns the display on. If you have the plugin installed and activated but don't put this on the URL, nothing will show. The plugin is still active, and will still slow your site down, but it will not display anything.
  • debug_time=1 This will force the plugin to show you the time - as generated by microtime() - that the action was executed.
  • debug_args=1 This will force the plugin to display the arguments that the plugin was called with, if any.

Read the full README on GitHub →