<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: YSlow performance extension for Firebug</title>
	<link>http://www.phpied.com/yslow-performance-extension-for-firebug/</link>
	<description>Stoyan's blog about (x)html, ajax, bookmarklets, browsers, css, firebug, javascript, json, mdb2, mysql, pear, performance, php, phpbb, tools, yslow, yui, writing, music,... life and everything.</description>
	<pubDate>Sat, 17 May 2008 20:26:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: phpied.com &#187; Blog Archive &#187; YSlow-er?</title>
		<link>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-63320</link>
		<pubDate>Thu, 06 Dec 2007 04:11:57 +0000</pubDate>
		<guid>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-63320</guid>
					<description>[...] I've blogged before on YSlow, but here's a word in case you're not familiar with this ultra-useful tool for speeding up your web site. YSlow inspects a page you give it for compliance with Yahoo's rules for front-end performance (my SitePoint article on the subject) and hints you how you can speed up your page, using a convenient action-oriented list. In addition to that there is a full list of the page components being inspected and also some other useful tools. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I've blogged before on YSlow, but here's a word in case you're not familiar with this ultra-useful tool for speeding up your web site. YSlow inspects a page you give it for compliance with Yahoo's rules for front-end performance (my SitePoint article on the subject) and hints you how you can speed up your page, using a convenient action-oriented list. In addition to that there is a full list of the page components being inspected and also some other useful tools. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Erboristeria</title>
		<link>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-63283</link>
		<pubDate>Fri, 30 Nov 2007 18:49:58 +0000</pubDate>
		<guid>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-63283</guid>
					<description>Thanks i try in thi moment, have a god job.</description>
		<content:encoded><![CDATA[<p>Thanks i try in thi moment, have a god job.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Yahoo! Announces YSlow, Firebug based performance tool</title>
		<link>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-62702</link>
		<pubDate>Tue, 09 Oct 2007 10:14:39 +0000</pubDate>
		<guid>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-62702</guid>
					<description>[...] Stoyan Stefanov reviewed it briefly and gave tips for custom scoring at his blog. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Stoyan Stefanov reviewed it briefly and gave tips for custom scoring at his blog. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: 出家如初，成佛有余 &#187; Firebug &#21450;yslow&#30340;&#30456;&#20851;&#36164;&#26009;</title>
		<link>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-62635</link>
		<pubDate>Tue, 02 Oct 2007 14:46:45 +0000</pubDate>
		<guid>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-62635</guid>
					<description>[...] http://www.phpied.com/yslow-performance-extension-for-firebug/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href='http://www.phpied.com/yslow-performance-extension-for-firebug/' rel='nofollow'>http://www.phpied.com/yslow-performance-extension-for-firebug/</a> [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: PC Daily Tips &#187; Website Performance Analyzer For Firebug</title>
		<link>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-61998</link>
		<pubDate>Mon, 27 Aug 2007 08:35:12 +0000</pubDate>
		<guid>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-61998</guid>
					<description>[...] Overall, this is a fantastic tool for developers to help optimize speed and efficiency on your websites. There is a good overview of the tool on PHPied&amp;#8217;s website, so give it a look if you are interested.   Click to submit to the social network These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Overall, this is a fantastic tool for developers to help optimize speed and efficiency on your websites. There is a good overview of the tool on PHPied&#8217;s website, so give it a look if you are interested.   Click to submit to the social network These icons link to social bookmarking sites where readers can share and discover new web pages. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stoyan</title>
		<link>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-61832</link>
		<pubDate>Sun, 05 Aug 2007 01:19:27 +0000</pubDate>
		<guid>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-61832</guid>
					<description>hmm, and this is not good - YSLow complained that you use CSS expressions and here's what I found:

.commentinfo {
height: 78px;
margin-left: 122px;
margin-top: -83px;
&lt;strong&gt;max-width: 450px;
width:expression(450 + &quot;px&quot;);&lt;/strong&gt;
overflow: hidden
}

I guess you're targeting IE that doesn't support max-width. IF you find another way to do the same, it would be good, because these expressions are evaluated many times. This is your last concern though, your expression doesn't access the DOM so it should be fast.

I'd say focus on 1-4 from the list above and see how it goes.</description>
		<content:encoded><![CDATA[<p>hmm, and this is not good - YSLow complained that you use CSS expressions and here's what I found:</p>
<p>.commentinfo {<br />
height: 78px;<br />
margin-left: 122px;<br />
margin-top: -83px;<br />
<strong>max-width: 450px;<br />
width:expression(450 + "px");</strong><br />
overflow: hidden<br />
}</p>
<p>I guess you're targeting IE that doesn't support max-width. IF you find another way to do the same, it would be good, because these expressions are evaluated many times. This is your last concern though, your expression doesn't access the DOM so it should be fast.</p>
<p>I'd say focus on 1-4 from the list above and see how it goes.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stoyan</title>
		<link>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-61831</link>
		<pubDate>Sun, 05 Aug 2007 01:04:19 +0000</pubDate>
		<guid>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-61831</guid>
					<description>Hi Phil,

I did a quick look at your YSLow score, there are some recommendations for you. Here are the ones I think will have the most impact:

1. remove this line - &amp;#60;script type=&quot;text/javascript&quot; src=&quot;/mint/?js&quot;&amp;#62; it results in a 404 and because it's a script, it blocks all other downloads. 
2. remove the reference to print.css - also a 404 Not found
3. check if you do need all those scriptaculous files, for example do you really need drag and drop and slider?
4. combine all scripts into one file, then move the script tag right before the 
5. gzip the script and the stylesheet (notice singular form) - check here for ideas - http://www.phpied.com/phpbb-front-end-optimization-1-hour-workshop/
6. try spriting some of the background images - use http://www.csssprites.com to make it easier 

Let me know if there are any problems and tell me how it loads after you implement these</description>
		<content:encoded><![CDATA[<p>Hi Phil,</p>
<p>I did a quick look at your YSLow score, there are some recommendations for you. Here are the ones I think will have the most impact:</p>
<p>1. remove this line - &lt;script type="text/javascript" src="/mint/?js"&gt; it results in a 404 and because it's a script, it blocks all other downloads.<br />
2. remove the reference to print.css - also a 404 Not found<br />
3. check if you do need all those scriptaculous files, for example do you really need drag and drop and slider?<br />
4. combine all scripts into one file, then move the script tag right before the<br />
5. gzip the script and the stylesheet (notice singular form) - check here for ideas - <a href='http://www.phpied.com/phpbb-front-end-optimization-1-hour-workshop/' rel='nofollow'>http://www.phpied.com/phpbb-front-end-optimization-1-hour-workshop/</a><br />
6. try spriting some of the background images - use <a href='http://www.csssprites.com' rel='nofollow'>http://www.csssprites.com</a> to make it easier </p>
<p>Let me know if there are any problems and tell me how it loads after you implement these
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Phil Renaud</title>
		<link>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-61830</link>
		<pubDate>Sat, 04 Aug 2007 22:02:04 +0000</pubDate>
		<guid>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-61830</guid>
					<description>I checked it out and decided to keep it at both work and home, but sadly, it gave me no reasons as per why http://mixtaping.com is so darned slow.</description>
		<content:encoded><![CDATA[<p>I checked it out and decided to keep it at both work and home, but sadly, it gave me no reasons as per why <a href='http://mixtaping.com' rel='nofollow'>http://mixtaping.com</a> is so darned slow.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: YSlow Performance Extension For Firebug - Programming [ Ectio.us ]</title>
		<link>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-61779</link>
		<pubDate>Thu, 02 Aug 2007 21:42:23 +0000</pubDate>
		<guid>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-61779</guid>
					<description>[...] From phpied.com [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] From phpied.com [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Lê Khắc Như - World Wide Web blog &#187; Blog Archive &#187; Yahoo! Announces YSlow, Firebug based performance tool</title>
		<link>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-61688</link>
		<pubDate>Tue, 31 Jul 2007 13:32:40 +0000</pubDate>
		<guid>http://www.phpied.com/yslow-performance-extension-for-firebug/#comment-61688</guid>
					<description>[...] Stoyan Stefanov reviewed it briefly and gave tips for custom scoring at his blog. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Stoyan Stefanov reviewed it briefly and gave tips for custom scoring at his blog. [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
