<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: YSlow And Wordpress - Plugins Kill Your Score</title>
	<link>http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/</link>
	<description>Strategery In Action</description>
	<pubDate>Fri, 21 Nov 2008 01:04:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Wordpress Hack: Adding a &#8216;Print This&#8217; Link to Your Posts &#124; devjargon</title>
		<link>http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/#comment-7903</link>
		<dc:creator>Wordpress Hack: Adding a &#8216;Print This&#8217; Link to Your Posts &#124; devjargon</dc:creator>
		<pubDate>Tue, 12 Aug 2008 14:52:18 +0000</pubDate>
		<guid>http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/#comment-7903</guid>
		<description>[...] If you go to most blogs now-a-days you&#8217;ll most likely see their feed displayed prominently somewhere near the top of their content. What happens when a person visits your site and finds an article that they really like and want to print it. You could use a popular plugin to display a link to print the page or you could just add the code yourself and save server resources and load time. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] If you go to most blogs now-a-days you&#8217;ll most likely see their feed displayed prominently somewhere near the top of their content. What happens when a person visits your site and finds an article that they really like and want to print it. You could use a popular plugin to display a link to print the page or you could just add the code yourself and save server resources and load time. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/#comment-7894</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Tue, 29 Jul 2008 13:52:02 +0000</pubDate>
		<guid>http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/#comment-7894</guid>
		<description>@HSN, that's probably coming from a plugin you have activated. You should deactivate and reactivate plugins until you narrow down which one is using the js. Then open the plugin and rewrite it to call the js in the wp-footer.</description>
		<content:encoded><![CDATA[<p>@HSN, that&#8217;s probably coming from a plugin you have activated. You should deactivate and reactivate plugins until you narrow down which one is using the js. Then open the plugin and rewrite it to call the js in the wp-footer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HSN</title>
		<link>http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/#comment-7893</link>
		<dc:creator>HSN</dc:creator>
		<pubDate>Mon, 28 Jul 2008 01:15:39 +0000</pubDate>
		<guid>http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/#comment-7893</guid>
		<description>How can you move the two Javascript files that are called forth in the header of WP to the footer of WP instead? The two files are:

/wp-includes/js/jquery/jquery.js?ver=1.2.3
/wp-includes/js/thickbox/thickbox.js?ver=3.1</description>
		<content:encoded><![CDATA[<p>How can you move the two Javascript files that are called forth in the header of WP to the footer of WP instead? The two files are:</p>
<p>/wp-includes/js/jquery/jquery.js?ver=1.2.3<br />
/wp-includes/js/thickbox/thickbox.js?ver=3.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 7 Ways to Use Wordpress and Still Survive Digg Effect &#124; WordpressHaxor.net</title>
		<link>http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/#comment-6224</link>
		<dc:creator>7 Ways to Use Wordpress and Still Survive Digg Effect &#124; WordpressHaxor.net</dc:creator>
		<pubDate>Thu, 19 Jun 2008 08:08:37 +0000</pubDate>
		<guid>http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/#comment-6224</guid>
		<description>[...] 5) Less Plugins: Some Plugins work by calling external java scripts which can heavily effect your server performance. I have seen people running 12-15 plugins in their Wordpress installation. Avoid using plugins that you can live without. This site provides some good pointers in favor of this argument: http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 5) Less Plugins: Some Plugins work by calling external java scripts which can heavily effect your server performance. I have seen people running 12-15 plugins in their Wordpress installation. Avoid using plugins that you can live without. This site provides some good pointers in favor of this argument: <a href="http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/" rel="nofollow">http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark @ TheLocoMono</title>
		<link>http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/#comment-3351</link>
		<dc:creator>Mark @ TheLocoMono</dc:creator>
		<pubDate>Sun, 24 Feb 2008 01:15:47 +0000</pubDate>
		<guid>http://buzzdroid.com/wordpress/yslow-and-wordpress-plugins-kill-your-score/#comment-3351</guid>
		<description>You wrote,

Wordpress has an includes function ‘cache_javascript_headers()’ that will add an expries header to javascript automatically. It seems that most plugin authors are not taking full advantage of this feature.

Is it possible for us to add this to a plugin if we know WordPress includes this function?  If so how would we go about hacking the plugin?</description>
		<content:encoded><![CDATA[<p>You wrote,</p>
<p>Wordpress has an includes function ‘cache_javascript_headers()’ that will add an expries header to javascript automatically. It seems that most plugin authors are not taking full advantage of this feature.</p>
<p>Is it possible for us to add this to a plugin if we know WordPress includes this function?  If so how would we go about hacking the plugin?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.598 seconds -->
