In general optimization means removing any unnecessary spaces, code alignments, comments etc. (to make the file size less) from files and combining more than one similar type of files content into one big file to decrease the number of requests to get the file from the server .
Optimization can be done manually or with the help of online and offline utilities. However, in ASP.NET MVC, there are few commands and settings through which optimization can be done automatically.
Views: 8453 | Post Order: 119