prophiler icon indicating copy to clipboard operation
prophiler copied to clipboard

PHP Profiler & Developer Toolbar (built for Phalcon)

Results 20 prophiler issues
Sort by recently updated
recently updated
newest added

Phalcon 4 compatibility Fixes the following error: TypeError: Argument 2 passed to Fabfuel\Prophiler\Plugin\Phalcon\Db\AdapterPlugin::beforeQuery() must be an instance of Phalcon\Db\Adapter, instance of Phalcon\Db\Adapter\Pdo\Mysql given Once fixed the toolbar seems to be...

I will rewrite it for myself, but please improve View\Simple support, or ability do disable registration of view in PluginManager

I must to edit my styles to support your toolbar .section .header .row .table I use it too on my old website. Needs to be prefixed :(

I made mistake and have 1000 db queries on some page. I see 1000 queries, but cant found where it happens. Thank you

Hi, I am in learning phase and wanted to test it out on sample App https://github.com/phalcon/vokuro . Can you advice where and what to add so that can see queries,...

For applications like Rest API's, create persisted content to access profiler outside the app response, once this is not a HTML page.

This would allow the decorator to be injected to replace the original PDO object without breaking typehinting. ``` public function myMethod(\PDO $pdo) { } ```

There is: ```php $cache = \Fabfuel\Prophiler\Decorator\Phalcon\Cache\BackendDecorator($cacheBackend, $profiler); ``` There should be: ```php $cache = new \Fabfuel\Prophiler\Decorator\Phalcon\Cache\BackendDecorator($cacheBackend, $profiler); ```