2

I'm looking for a Firefox addon which will track how much bandwidth a page is using. This could be a regular HTML page or GMail with the chat feature using Javascript. Is there anything that will help me optimize my page like this?

Joe Phillips
  • 49,743
  • 32
  • 103
  • 159

3 Answers3

7

Perhaps YSlow is what you're looking for?

Emil H
  • 39,840
  • 10
  • 78
  • 97
  • Not exactly what I wanted as it can't really handle AJAX requests but I guess maybe there aren't any other options. – Joe Phillips May 28 '09 at 17:32
2

FireBug has function that allows you to see how much bandwidth and how long certain scripts, pages, images, etc take to load

Russ Bradberry
  • 10,705
  • 17
  • 69
  • 85
0
  1. Install Firebug
  2. Download YSlow
  3. Review the YSlow User Guide
Syed Tayyab Ali
  • 3,643
  • 7
  • 31
  • 36