views:

2301

answers:

5

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??

A: 

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

JJ
looks good, I'll try it out and see if it works as advertised ;-)
scunliffe
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
But your requirement will be fulfilled with the basic version.Why do you need the full version?
JJ
+2  A: 

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

Thiyagaraj
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
+3  A: 

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

iancumberland
+3  A: 

I just came accross MSFAST, a new addon from MySpace Performance team http://msfast.myspace.com/

It does performance analysis and there is a YSLOW quotation system.

Marin
Thanks Marin! - that is almost exactly what I was looking for!
scunliffe
A: 

Charles Web Proxy has a yslow like feature built in. It works with IE. It is shareware and costs $50 to purchase.

http://www.charlesproxy.com/

I had similar question and this is the best thing that I found for IE. Hope this helps!

LLBBL
thanks @llbbl I'm downloading and checking it out!
scunliffe