0

i am making a SPA(Single page application) so, the size of javascript is very huge - 300 KB. Webservices (.asmx files) which make jsdebug files- 350 KB and the aspx files - 123 KB, so, a whole bundle of over 700 KB which makes my website very bulky.

Please tell me the complete procedure to minify and gzip and to use it effectively.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
aditi bansal
  • 93
  • 1
  • 5

1 Answers1

4

The Microsoft Ajax Minifier enables you to improve the performance of your web applications by reducing the size of your Cascading Style Sheets and JavaScript files.

Following are some good blog links to what you want:

How to GZip on ASP.NET

Enabling GZip and Deflate HTTP Compression in ASP.NET pages

Enabling dynamic compression

Hope this helps.

talha2k
  • 24,937
  • 4
  • 62
  • 81