diff options
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Wed/YSlow.txt')
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Wed/YSlow.txt | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Wed/YSlow.txt b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Wed/YSlow.txt deleted file mode 100644 index 446e039..0000000 --- a/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Wed/YSlow.txt +++ /dev/null @@ -1,29 +0,0 @@ -Every wonder why your website loads slower than others? Wonder no more. Yahoo has released an [excellent little add-on for the Firefox extension Firebug][1] which analyzes a web page’s performance and offers optimization tips. - -The extension, cleverly dubbed YSlow, adds another pane to the Firebug interface and offers up a bunch of easy to browse options including load times for each page element, both with empty and full caches, as well as various tips, and options. - -Obviously YSlow requires both Firefox and [Firebug][2]. - -Yahoo has put up an FAQ about each of the tips, which range from the reasonably well know -- put your Javascript includes at the bottom of the page -- to the less practical option of using a content delivery network (which is generally very expensive). - -Other suggestions offered by YSlow include: - ->* Make Fewer HTTP Requests -* Add an Expires Header -* Gzip Components -* Put CSS at the Top -* Make JavaScript and CSS External -* Reduce DNS Lookups - - -Although not directly related to performance optimization, there's a really handy view under the "Inspect" tab which lets you see HTML and CSS by element. Hover your cursor over a page element and you'll see not just the HTML, but also all the CSS rules being applied. Also useful is an option to view all styles in one screen, which can be a godsend if your page loads several different CSS files. - -Naturally nothing is perfect and YSlow isn't going to work on every page. For instance, it passes GMail with flying colors, but that's largely because the initial page just loads some Javascript and little else. - -Still for the average user looking to test and potentially optimize their site, YSlow is fantastic addition to the Firebug toolkit. - -[via [Digg][3]] - -[1]: http://developer.yahoo.com/yslow/ -[2]: http://www.getfirebug.com/ -[3]: http://digg.com/programming/Why_is_my_web_page_slow_YSlow_can_tell_you
\ No newline at end of file |