-
Hi,
I know, you made XHGUI because you wanted to be able to use mongoDB.
my question is : is it possible to abstract it to be able to use mysql or other databases ?
I would be happy to write the my…
-
I'm having some troubles to putting XHGui to work, and I'm not sure where exactly is the misconfiguration. By now I have XHProf working fine in the same machine, so the issue could be on nginx or mong…
-
Hi.
I have successfully configured xhgui but when I add the auto_prepend value to my php.ini and refresh the page it gives me blank page.
From apache error log I get the following message:
```
[Fri F…
brpaz updated
10 years ago
-
Hi, we installed xhgui on one of our production machines.
But besides our main application we're also hosting a blog on the same host.
Now i'm specific interested in profiling our main application, bu…
-
1: /url/view?url=url
when records are large, this page is so slow, beacause there is no index for meta.simple_url
then add a index for db.xhprof.results:
db.results.ensureIndex( { 'meta.simple_url' : …
-
I've noticed when going through a stack, correct me if I'm wrong but my understanding of this is like this, the current call count should be equal to the sum of the call counts from the Parent Functio…
-
Currently the code simply generates a random number, if it's 42 the profiler is turned on, it would be nice to offer more options.
Possible Ideas:
- Select users by IP (if the remote_addr last octet…
-
It would be better if exceptions thrown in the Controller showed the standard error page, rather than the current nothing.
To test try inserting `throw new Exception('stuff');` as line 15 or so in `X…
-
hi
I am setting up XHGUI(f9614f4) on a new machine, following the readme instructions.
I ran the install script and it looked like it had completely correctly.
then i visit the index.php in wwwroot …
-
Sorry but the following code prevent the profiling to work : https://github.com/preinheimer/xhgui/blob/master/external/header.php#L45
Shouldn't you write a comment in README to explain how to use it …