Monthly Archives: December 2013
Application Performance Series- Part 5- Use Cookie free Domains for Components
This is part 5 of a multiple part series on web performance improvements. The first Introductory blog can be found here. In previous part we discussed about CDN and how they improve the performance of the web application. In this part we will discuss the benefits of cookie-free domains. When the browser makes a request for a static […]
Application Performance Series- Part 4- Use Content Delivery Network (CDN)
This is part 4 of a multiple part series on web performance improvements. The first Introductory blog can be found here. In previous part we discussed the pro and cons of DSN. In this part we will analyse how CDN’s can help us improve performance. Whenever user types any URL in the browser, it sends the […]
Application Performance Series- Part 3- Reduce DNS Lookups
This is part 3 of a multiple part series on web performance improvements. The first Introductory blog can be found here. In previous part we discussed about the performance measurement tools/plugins for a web application. In this part we will study what is DNS lookup and how it affects web application performance. What is DNS? Whenever […]