tags:

views:

41

answers:

1

As a web developer who also designs web-forms using JS,CSS, etc. I am generally stuck with finding tools that will tell me - total size of my js being used for the page. - total size of CSS being used for the page. - total traffic to-and-fro

I have come across YSlow, but that is for firefox only.Nothing that works for IE. Funny thing is my user-base is IE (IE-6 to be more specific)...and yes..i know i know. But my job requires me to design for IE as well.

Other tools I use: - fiddler - firebug - Paessler site inspector

So, anyone has any suggestions for a off-line tool (something i can download to my system and use), it would highly be appreciated.

Thanks,

Sashidhar Kokku

+1  A: 

The total size shouldn't be different in firefox or ie, unless you have ie only scripts. as far as offline tools, you should just be able to check the properties of the files to see what size they are.

GSto