-
http://pimpmylog.com/
It's a php log interface for your system, it can be installed via composer and is fairly light weight.
## Tasks
- [x] Create new [`geerlingguy.pimpmylog`](https://github.com/gee…
-
Use what XHGui is using as well as what's in the original XHProf project. Could probably just add something like this into the config file. Useful when you want to run this profiling in a production…
-
I have downloaded xhgui after following steps in README.md , i fortunately can profile my application,but xhgui front-end does not render well.I took two screenshots from first page of xhgui as follow…
-
I'm also seeing getAccount getting a big hit, on a clean Drupal with 100 articles, and an auth user doing `api/v1.5/articles`
![xhgui__hierarchical_profiler_report_and_message_subscribe_email test_-_…
-
Hey,
is it possible to run XHGui on one central server only, which gets the data from other webservers?
Or is it necessary that i also install XHGui on each Server?
Thanks!
-
When I add the querystring for xhprof, I am seeing a redirect to the same url without _profile=1 on it. Is this a feature? If you want to profile multiple pages this is inconvenient.
-
The facebook/xhprof extension has become mostly unmaintained, and now redirects to a fork. There is a new fork at FriendsOfPHP/uprofiler that seems like it will have an xhprof compatible profiler repo…
-
Hi,
is there any plan or idea to include composer inside XHGUI ?
it would help for autoloading and inclusion of outer projects like twig
if yes, I would be happy to provide a pull request.
-
I didn't have mongodb running on my machine when I tried to request webroot/index.php, and I got a 500 error with an uncaught exception:
Uncaught exception 'MongoConnectionException' with message 'Fa…
-
Currently the watch functions shown on a profile run page is a hardcoded list that only includes `strlen()`. Ideally I think this feature should allow the following:
- [x] Allow the user to configure …