The tool is Pagetest and it is similar in a lot of ways to portions of Firebug and YSlow but for Internet Explorer (and there are no other tools available for free at this time for IE that do the same things which is why we built it and released it in the first place). This was pretty critical for us as Firefox has a fanatical following with developers (for good reason with all of the developer-related plugins) but it's market share for our actual user base is quite low so we needed to provide the developers with the real end-user view of their pages.
What it does:
- Provides a visual waterfall display of the various components of the page loading, including DNS lookup, Socket Establishment, Request time and the actual content download (similar to the Firebug "net" display but with more detail
- Analyzes the requests and provides a visual optimization checklist as well as a report of what should be looked at to improve performance (similar to YSlow but based on the actual requests and with slightly different guidelines)
- Allows for viewing all of the request and response headers for each request
- Can be used in a "desktop mode" where you test a page manually or can be automated with all of the reports and details saved out in a format suitable for databasing (more on this to come as the automation tools were also open sourced with pagetest, just not in binary form yet)
- Has a scripting engine and language for automated testing of complex products (like webmail)
On the coding side, some of the things that it includes that I'll try to blog about in the near future:
- A class (CApiHook) that makes IAT hooking of dll exports a trivial task (used to hook winsock, wininet and a few specific routines)
- Winsock hooking which gives you all of the capabilities of a Layered Service Provider (LSP) but without the headaches of it being system-wide so you only have to worry about implementing the necessary hooks for the process you are targeting
- WinInet hooking
- Crash survival - something we've used in several of our end-user products but this takes it to a whole new level
Hi, it looks great, but unfortunately the site appears to be down! Hopefully it'll come back soon.
ReplyDeletethanks
Which site? At least as of now both http://pagetest.sourceforge.net and http://www.webpagetest.org (the online version) are online. Sourceforge hosts the open source downloads so it is going to be tied to their availability but at least from my personal experience it has been up every time I have checked (at least once a day).
ReplyDeleteOf course, no sooner do I comment and it goes unavailable. Looks like sourceforge itself is having a fair bit of stability issues right now, sorry. It is also posted to download.com if you want to download it from there (just search for pagetest).
ReplyDelete