Skip to content

rsanchez/ee_debug_toolbar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EE Debug Toolbar

Adds an unobtrusive interface for debugging output on an ExpressionEngine 2.0 site. Replaces default Profiler and Template Debugger provided with ExpressionEngine.

Adds ExpressionEngine/CodeIgniter version info, available variables, included files, template debugger, all benchmarks, the config data, and all database queries.

Installation

Upload to your third_party directory inside a directory called "ee_debug_toolbar" and activate within your ExpressionEngine Control Panel.

Benchmark Instructions

To have your benchmarks used within the Toolbar you have to follow a couple conventions.

  1. Your benchmark names should end in either the string "_start" or "_end".

  2. Ensure the names are logical enoughed to be parsed using:

    ucwords(str_replace(array('_', '-'), ' ', $key))

Examples

'debug_toolbar_start' and 'debug_toolbar_end'

Contributors

Initially built by Eric Lamb (mithra62) but uses code from Chris Imrie (with permission) and RequireJS for EE.

About

Adds an unobtrusive interface for debugging an ExpressionEngine site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%