This package makes the mini profiler display itself automatically on all pages without having to add umbDebug=true to the current page URL.
To disable the profiler for a specific page, add umbDebug=false to the page URL.
You can disable the package by changing the app setting "Umbracian.StickyProfiler" to "false".
Kind reminder: Always remember to disable the profiler entirely in your production environment by setting the "debug" attribute of <compilation> (under <system.web>) to "false".