Ajax profiling

Hi

Is there a way to get the profile information (Yii::beginProfile…) from an ajax response (renderPartial(…)) ? It does not appear to be transferring this information to the client with a renderPartial…

Thanks

nz

Did you try to set showInFireBug property of the CWebLogRoute to be true?

Bingo, works

thanks

nz