Skip to content

Instantly share code, notes, and snippets.

@xeoncross
Created February 15, 2011 19:00
Show Gist options
  • Save xeoncross/828008 to your computer and use it in GitHub Desktop.
Save xeoncross/828008 to your computer and use it in GitHub Desktop.
Activate xdebug profiler on pages you want.
javascript:if(document.URL.indexOf('XDEBUG_PROFILE')<1){var%20sep=document.URL.indexOf('?');sep%20=%20(sep<1)?'?':'&';window.location.href=document.URL+sep+'XDEBUG_PROFILE';}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment