Part 2. General performance best practices
Part 1 helped you understand the inner workings of web pages and the lifecycle of a web page request. This knowledge is vital to effectively improve the performance of your web pages and it will help guide you through part 2. You are about to start applying performance techniques that will improve and enhance the speed of your web pages.
In these seven chapters you will become familiar with the sample application used throughout this book. As you progress and apply the performance-enhancing techniques to the Surf Store application, you will notice a decrease in its page load times, and a reduction in the overall page weight of each page. Each technique is a building block that will make your pages lighter and load times quicker.
IIS plays a big role in this part of the book, and you begin by looking at compression and the benefits that it brings to web page performance. HTTP caching is another important best practice that you can use to leverage the caching capabilities of your user’s browser. You will learn how to apply both of these techniques using IIS and ASP.NET.