Articles related "performance enhancements"

Are you looking for information on performance enhancements? Find articles, reviews, products and resources related to performance enhancements

Related Articles

Website Performance boosting Tips

All functional and design efforts on a website are not worth untill its performance is good.This article is about website performance, containing 15 easy guidelines. If taken care by developers, can boost their website performance upto a desirable level. These tips are not restricted to any programming language.These can be implemented with any website developed using any technology.

Optimizing ASP.NET Web application performance through Bundling and Minification Part-2

In the first article we had seen how Bundling helps us to minimize the number of HTTP requests sent from browser to improve ASP.NET web page performance. Now I am going to cover Minification Part which helps to reduce the size of requested resources to improve ASP.NET web page performance in terms of load time of CSS or JavaScript files(resources).

Usage of HttpHandler

HttpHandler can be very handy in scenario when you don't require complete page cycle.
Go to Articles section.