PQP - PHP Quick Profiler

Login or register to post comments
2 replies [Last post]
Offline
Joined: 04/24/2008

Hi folks,

has anyone made some experience with PQP (see http://particletree.com/features/php-quick-profiler/)

If i find some time, I eventually would try to integrate this with QCubed, but this is far down on my priority list, as I have enough to do for now. But the Profiler as it is, seems to be very promising.

alex94040's picture
Offline
Joined: 11/06/2008

fcool, I just looked through the PHP Quick Profiler site, and it's *extremely* interesting. I'd love to see this integrated into QCubed (as a plugin). If have a moment to actually do this, I'm certain that the community would very much appreciate your contribution. Thanks!

Offline
Joined: 04/22/2009

Hello,

I agree. Very cool, but will need some work. I tried to run that in a form class. The problems I encountered were:

- QCubed uses PHP strict mode PQP does not. E.g. some Console functions are used static but not declared as such.
- For some reason I did not get the logging to run in the Form_Create function. Any ideas why?

Otherwise I think it would be fairly quick translating that into a plugin and very useful.

Cheers

Helge