Hi. I need to do some profiling on the background. I’ve seen
Yii::beginProfile
and endProfile exists, but they are intended for displaying the result in the web page. But I need to do this in a production environment, and I don’t want end users to see such information. Is there a way to display profiling information to a specific log file? Or with an extension?