We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Profiler Info?

Was thinking that a nice little profiler bar would be something to make for Phalcon.

Getting things like total estimated memory used is simple, However, not sure about some other things...

I can see that there is a little help for checking execution time of db requests but am also interested in standard stuff like total page render time, etc.

Are there any current methods in core for getting basic profiler info?



98.9k

That would be great, Phalcon provides built-in database profiling (https://docs.phalcon.io/en/latest/reference/models.html#profiling-sql-statements), if someone in the community wants to start working on this it will very appreciated

edited Sep '16

https://github.com/fabfuel/prophiler

Implement a standard component for phalcon 3.0.0, it would be very good !!