ASP.NET Performance tip- Combine multiple script file into one request with script manager
- by Jalpesh P. Vadgama
We all need java script for our web application and we storing our JavaScript code in .js files. Now If we have more then .js file then our browser will create a new request for each .js file. Which is a little overhead in terms of performance. If you have very big enterprise application you will have so much over head for this. Asp.net Script…