prophiler
prophiler copied to clipboard
PHP Profiler & Developer Toolbar (built for Phalcon)
Hi guys! It would be awesome to have an opportunity to customize toolbar position (at least bottom and top). And don't you think that bottom as default position is better...
I try render piece of my code with Phalcon\Mvc\View\Simple. Like this ``` $view = new \Phalcon\Mvc\View\Simple(); $view->setDI($di); $view->setViewsDir($viewsDir); $view->registerEngines(static::registerEngines($view, $di)); $render = $view->render($path, $params); ``` and get error ``` Fatal...
Would be nice to have official PSR-7 Request DataCollector, and PSR-15 middleware for integration. I am aware of the already existing package (https://github.com/bitExpert/prophiler-psr7-middleware), but would be nice to have it...
Does it support Facebook's HHVM ?
I'd like to use this toolbar as unified interface to display all necessary debug information related to my project. Sometimes I need to display a lot of information which have...
I really miss the ability to toggle the toolbar... Visible/hidden is stored in a cookie, so it won't reappear after page load. Here's a working demo: http://static.lazos.me Having it on...
When we toggle debug, notice, alert .. If content contain more than 4 rows, content will be placed beyond "div". decision: display: inline-block; width: 100%;