Here i am providing a series of articles on ASP.NET website performance optimisation. Firstly as provided in my previous articles on performance diagnosis of websites using YSlow, we need to understand the Ranking of our website in various segments.
In these Articles , i am providing series of tips to finetune your website.
Tip 1 - GZIP Compression - Ensure GZIP compression is applied for Static and Dynamic. if not , please get into web.config file and to system.webserver key.
In that, provide dodynamiccompression , do staticcompression to true.
Tip 2 - Combining CSS files - If many CSS files are provided under page which can be clubbed, then in VS, navigate to CSS files and select them and use Web essentials --> Combine CSS files.
Replace the CSS files with the latest bundled CSS file in asp.net page. It works.
Now, validate the performance again and compare. You will find improvement. In the next article we will see somemore tips.
In these Articles , i am providing series of tips to finetune your website.
Tip 1 - GZIP Compression - Ensure GZIP compression is applied for Static and Dynamic. if not , please get into web.config file and to system.webserver key.
In that, provide dodynamiccompression , do staticcompression to true.
Tip 2 - Combining CSS files - If many CSS files are provided under page which can be clubbed, then in VS, navigate to CSS files and select them and use Web essentials --> Combine CSS files.
Replace the CSS files with the latest bundled CSS file in asp.net page. It works.
Now, validate the performance again and compare. You will find improvement. In the next article we will see somemore tips.
No comments:
Post a Comment