I have been developing an app, and believe some actions might be a bit slow in a real life escenario, so I wanted to benchmark different implementations against my test data (taking into account SQL queries, for instance!), but I don't really know how to approach this in a nice manner.
So, how are individual phalcon actions benchmarked?
What profilers are the recommended ones?
Thanks!