What's running

Lists WordPress require() calls mainly for plugin code refactoring.

Author:Viktor Szépe (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:4.3.26
Plugin version:1.9.1
Added to WordPress repository:20-03-2014
Last updated:24-08-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:https://wordpress.org/plugins/whats-running/
Total downloads:2 351
plugin download
Click to start download

Only for development!

Now with OPcache memory consumption support

This plugin dumps the colorized filenames and memory consumptions or file sizes after the normal WordPress HTML output, after the closing html tag. This generates invalid HTML but gives you an overview of loaded plugins and the current theme.

What’s running lists all files parsed and executed by the PHP engine. It can be used for plugin or theme refactoring.

Now you can highlight your own plugin and theme

Provide a part of its path in wp-config.php:

define( 'WHATS_RUNNING_HIGHLIGHT', 'wp-content/plugins/my-plugin' ); 

Color codes

  • your code is highlighted with YELLOW background
  • plugin files are in BLUE
  • themes files are in ORANGE
  • files in the wp-includes directory are in GREEN
  • files in the wp-admin directory are in GREY
  • all other files are in RED
  • VIOLET bar after the filename represents the file size ( 0.5 kB/px )
  • DARK MAGENTA bar after the filename represents the OPcache memory consumption ( 1 kB/px )

Links

You can watch WP core bug #28364 to get more information about WordPress entry points.

You can find some documentaion here what makes a WordPress plugin efficient: https://github.com/szepeviktor/WPHW

Development of this plugin goes on on GitHub.


Screenshots
FAQ
ChangeLog