I put Yii into production mode to see the speed difference from debug mode. Now any javascript that gets processed in the ajax response (renderPartial) does not execute.
If I put Yii back into debug mode, everything works fine.
I’m not really sure where to start looking for the problem. Anyone have any hints as to what might be going wrong?
what exactly have you removed from your index.php and main.php config file to put it in production mode? Because I had no problemas at all whatsoever and my CMSs do make extensive use of AJAX and renderPartial