Skip to content

Instantly share code, notes, and snippets.

@bpteam
Last active August 29, 2015 14:06
Show Gist options
  • Save bpteam/643607e403a9f40d8186 to your computer and use it in GitHub Desktop.
Save bpteam/643607e403a9f40d8186 to your computer and use it in GitHub Desktop.
Turn on php profiler xDebug from browser bookmark
javascript:document.location = document.location + '?XDEBUG_PROFILE';
; Profiling
xdebug.profiler_append=0
xdebug.profiler_enable=0
xdebug.profiler_enable_trigger=1 ; 1 use get parameter
xdebug.profiler_output_dir=C:\path\to\save\report
xdebug.profiler_output_name=cachegrind.out.%s.%u
xdebug.var_display_max_data=-1
xdebug.var_display_max_children=-1
xdebug.var_display_max_depth=-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment