compressed jquery

every post of jquery.js is 99 KB.

it exists a production version of jquery that is 15 kb. does yii have way to use this file when performance are required?

If YII_DEBUG is false (that is in production mode), jquery.min.js will be used, which is about 55KB.

that's exactly what i expected