Disable Assets Manager

Hello!

How I can disable "Assets Manager"?

I didn’t need use it in my project.

Thanks.

There’s no need to disable it explicitly. It won’t be loaded and instantiated until your code tries to access Yii::app()->assetManager.

Are you absolutely sure? Zii widgets and many extensions do use assetManager.

I don’t use widgets. I’ll written “staticManager” extension for my project.

Did "Yii" supports web-clusters?

up