Note that there are some explanatory texts on larger screens.

plurals
  1. POIs there a YSlow-like tool for IE7?
    text
    copied!<p>I love <a href="http://developer.yahoo.com/yslow/" rel="nofollow noreferrer">YSlow</a> for <a href="http://getfirebug.com/" rel="nofollow noreferrer">Firebug</a>/<a href="http://www.mozilla.com/en-US/firefox/personal.html?from=getfirefox" rel="nofollow noreferrer">Firefox</a>, 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)</p> <p>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.</p> <p>In particular the info I'm looking for is:</p> <ol> <li>Overall page speed</li> <li>Static content (what images, css, js files) are cached, minimized, gzipped</li> <li>Counts/locations of slow CSS (e.g. usage of CSS Expressions)</li> <li>Cookie info</li> <li>Image sizes</li> <li>Duplicate scripts/css</li> <li>File sizes etc.</li> </ol> <p>Without a specific do-all tool, are there specific tools that will help me solve part(s) of the puzzle.</p> <p>e.g.</p> <ul> <li>I have <a href="http://www.fiddler2.com/Fiddler2/version.asp" rel="nofollow noreferrer">Fiddler2</a> set up... which will give me HTTP(S) sessions, headers, requests, filesizes, gzipping, etc.</li> <li>I have a bookmarklet or two that will tally up duplicate scripts/css</li> <li>I have the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=18359" rel="nofollow noreferrer">IE7 developer tools</a> installed so that I can view the HTML and inspect things</li> </ul> <p>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. :-(</p> <p>Does anyone have some better tools for this? <strong>Is there a YSlow-like tool for IE7??</strong></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload