vote up 2 vote down star

I love YSlow for Firebug/Firefox, but I've hit a situation where I want to profile an HTTPS site, that doesn't physically work outside of IE6/7 (e.g. no IE8, no Firefox, no Chrome)

Fixing the site to work in all browsers is officially Step #1, but to do some analysis and benchmark the existing site (which will help in reporting overall goal achievement) I really need to be able to profile the existing site.

In particular the info I'm looking for is:

  1. Overall page speed
  2. Static content (what images, css, js files) are cached, minimized, gzipped
  3. Counts/locations of slow CSS (e.g. usage of CSS Expressions)
  4. Cookie info
  5. Image sizes
  6. Duplicate sripts/css
  7. File sizes etc.

Without a specific do-all tool, are there specific tools that will help me solve part(s) of the puzzle.

e.g.

  • I have Fiddler2 set up... which will give me HTTP(S) sessions, headers, requests, filesizes, gzipping, etc.
  • I have a bookmarklet or two that will tally up duplicate scripts/css
  • I have the IE7 developer tools installed so that I can view the HTML and inspect things

Using the above I can extract most of the info and then tally up my own "score"/checklist of things that need attention however it is a fair amount of work. :-(

Does anyone have some better tools for this? Is there a YSlow-like tool for IE7??

flag

55% accept rate
There would be, but it would always just say stop using IE7 =P – MrChrister Sep 2 at 20:01

3 Answers

vote up 0 vote down

Well I am afraid there is none.However you can use HTTP Watch to profile.Just give a look & see if it helps.Good Luck

link|flag
looks good, I'll try it out and see if it works as advertised ;-) – scunliffe Sep 2 at 21:11
hmmm, it does give some nice timings and basic HTTP header info... unfortunately you need to buy the full version to get the details. :-( – scunliffe Sep 3 at 11:12
But your requirement will be fulfilled with the basic version.Why do you need the full version? – JJ Sep 3 at 13:09
vote up 2 vote down

I am not sure, but Firebug Lite can run on IE .. ?

link|flag
Firebug Lite is quite nice, but the YSlow plugin (and Google's page speed plugin) do not transfer over to the Firebug Lite Bookmarklet. :-( – scunliffe Sep 2 at 20:50
vote up 0 vote down

Have a look at dynaTrace AJAX. Works with IE and should give you most of the info you're wanting.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.