santosh kumar patro
santosh kumar patro

Reputation: 8233

Does SquishIt reminify and bundle the css and js files on every page request?

I am using SquishIt for bundling and minification of css and js files in a asp.net mvc2 application. I want to know will SquishIt reminify and bundle the files on every page request. Does this not impact the page performance times and response times?

Can anyone help me to know more details about the above.

Thanks & Regards, Santosh Kumar Patro

Upvotes: 1

Views: 318

Answers (1)

AlexCuse
AlexCuse

Reputation: 18306

No, bundles are cached the first time they are rendered.

Upvotes: 2

Related Questions