Firebug Lite is available for IE which is not so featured as Firebug is to Firefox. There is no YSlow available for Lite version as of now.
I prefer to go with Fiddler if it is IE and I have found the following advantages of it useful when compared to Firebug:
1) It is easy to know View state contribution with Fiddler add-on neXpert. Firebug+Yslow does not provide an easy way to know the % contribution.
2) Fiddler being a Proxy, it becomes easy to debug AJAX requests. Firebug can only trap XHR but fiddler can monitor any AJAX technique not just XHR.
3) Independent of the browser used. Can literally work with all browsers.
And if you need to explore DOM, you could always use tools like IE Developer Toolbar.