I just minified the HTML of my home page using WebMarkupMin and switched from gzip to deflate (as a result of using WebMarkupMin's CompressContentAttribute
). This resulted in the original Content-Length of 21594 shrinking to Content-Length:15539. Now I'm trying to measure if this has resulted in a faster load time. I've tried writing down refresh load times from Chrome dev tools and then calculating an average, which has worked fine in the past for bigger changes, but this time the results seem to be too variable to be useful. I've even tried online speed tests like Pingdom. This is a very minor change, but I would like to know definitely if it was worth it (processing time vs. network time). How do I do this?
Asked
Active
Viewed 55 times
0

nmit026
- 3,024
- 2
- 27
- 53
1 Answers
0
Your best bet is to use a website optimization utility, such as Rigor, Google Site Test, or Webpage Test. These will give you some measurement on how quickly your site downloads and loads in the browser.

Ricky Smith
- 2,379
- 1
- 13
- 29