Monthly Archives: April 2014
Part 13: Style-sheets at the Top of the HTML page
This is part 13 of a multiple part series on web performance improvements. The first Introductory blog can be found here. In previous part we discussed the performance benefit of Gzipping java-script and style sheets. In this part we will discuss the importance of putting style-sheets on top of the HTML document. Consider a situation […]
Part 12: Gzip Components like scripts, style-sheets etc
This is part 12 of a multiple part series on web performance improvements. The first Introductory blog can be found here. In previous part we discussed the impact of duplicate scripts on web page performance and how we can eliminate such silly mistakes, which can, sometimes, damage the performance a lot. What is Gzip Gzip […]
Part 11: Remove Duplicate Scripts
This is part 11 of a multiple part series on web performance improvements. The first Introductory blog can be found here. In previous part we discussed the impact of minifying java-scripts on performance. In this part we will discuss how duplicate script references can impact performance of web pages negatively. As we know that whenever […]