<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Is Your WordPress Blog Super-Slow (Because of Plugins)?</title> <atom:link href="http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/feed/" rel="self" type="application/rss+xml" /><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/</link> <description>Learn to Build Kick-Ass Websites the Hard Way</description> <lastBuildDate>Wed, 19 Jan 2011 19:56:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Gilberto J Perera</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-3395</link> <dc:creator>Gilberto J Perera</dc:creator> <pubDate>Thu, 02 Sep 2010 14:40:00 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-3395</guid> <description>Great link! I ran it on my site and apparently I have a lot of optimizing to do...Thanks.</description> <content:encoded><![CDATA[<p>Great link! I ran it on my site and apparently I have a lot of optimizing to do&#8230;Thanks.</p> ]]></content:encoded> </item> <item><title>By: Gilberto J Perera</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-3396</link> <dc:creator>Gilberto J Perera</dc:creator> <pubDate>Thu, 02 Sep 2010 14:40:00 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-3396</guid> <description>Great link! I ran it on my site and apparently I have a lot of optimizing to do...Thanks.</description> <content:encoded><![CDATA[<p>Great link! I ran it on my site and apparently I have a lot of optimizing to do&#8230;Thanks.</p> ]]></content:encoded> </item> <item><title>By: Antti Kokkonen</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-3081</link> <dc:creator>Antti Kokkonen</dc:creator> <pubDate>Sun, 20 Jun 2010 21:12:19 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-3081</guid> <description>Depends, but usually modularized code is more efficient (although, I haven&#039;t looked that deeply into those examples). If the module is not needed, it&#039;s not loaded unnecessarily. And as it&#039;s modular, it can be re-used as needed.&lt;br&gt;&lt;br&gt;On the other hand, with files visible for enduser, less files is nearly always better. Thus, plugins using CSS- and js-files should a) optimize those files and b) make it easy to take control of those files for combining and minification.&lt;br&gt;&lt;br&gt;Not related to optimal code, but optimization otherwise - Joost&#039;s sociable is a good example, since it&#039;s one of the few &quot;social bookmarking&quot; plugins that uses CSS sprites, making it much better for speed than many alternatives. (and it also has an option to not load the default CSS for ultimate control)</description> <content:encoded><![CDATA[<p>Depends, but usually modularized code is more efficient (although, I haven&#39;t looked that deeply into those examples). If the module is not needed, it&#39;s not loaded unnecessarily. And as it&#39;s modular, it can be re-used as needed.</p><p>On the other hand, with files visible for enduser, less files is nearly always better. Thus, plugins using CSS- and js-files should a) optimize those files and b) make it easy to take control of those files for combining and minification.</p><p>Not related to optimal code, but optimization otherwise &#8211; Joost&#39;s sociable is a good example, since it&#39;s one of the few &#8220;social bookmarking&#8221; plugins that uses CSS sprites, making it much better for speed than many alternatives. (and it also has an option to not load the default CSS for ultimate control)</p> ]]></content:encoded> </item> <item><title>By: Dave Doolin</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-3078</link> <dc:creator>Dave Doolin</dc:creator> <pubDate>Sun, 20 Jun 2010 20:48:54 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-3078</guid> <description>Something to think about with respect to optimal code:  &lt;br&gt;&lt;br&gt;* Torbert (All In One) and de Valk (e.g., Sociable) tend to code in very few, very long files.  &lt;br&gt;* Godley (Redirection) tends to modularize into many dozens of files. &lt;br&gt;&lt;br&gt;Which is more optimal?</description> <content:encoded><![CDATA[<p>Something to think about with respect to optimal code:</p><p>* Torbert (All In One) and de Valk (e.g., Sociable) tend to code in very few, very long files. <br />* Godley (Redirection) tends to modularize into many dozens of files.</p><p>Which is more optimal?</p> ]]></content:encoded> </item> <item><title>By: Antti Kokkonen</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-3075</link> <dc:creator>Antti Kokkonen</dc:creator> <pubDate>Sun, 20 Jun 2010 16:42:52 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-3075</guid> <description>Leaf, what&#039;s your site URL? I&#039;d love to check it out. (You haven&#039;t added it to your blog comment profile). Go ahead and register a Disqus profile to make blog commenting quick and easy on blogs running Disqus...&lt;br&gt;&lt;br&gt;It&#039;s completely possible to have a blog load really fast even with images, taken that the images are optimized and not too large.&lt;br&gt;&lt;br&gt;Also, in reality, loading times with pages that have images in them are often better than the tools show, because when you have the width and height defined for the images (or they are in background and are loaded via CSS), loading of the images does not block page loading = the page shows to the reader quickly and images are loaded afterwards.</description> <content:encoded><![CDATA[<p>Leaf, what&#39;s your site URL? I&#39;d love to check it out. (You haven&#39;t added it to your blog comment profile). Go ahead and register a Disqus profile to make blog commenting quick and easy on blogs running Disqus&#8230;</p><p>It&#39;s completely possible to have a blog load really fast even with images, taken that the images are optimized and not too large.</p><p>Also, in reality, loading times with pages that have images in them are often better than the tools show, because when you have the width and height defined for the images (or they are in background and are loaded via CSS), loading of the images does not block page loading = the page shows to the reader quickly and images are loaded afterwards.</p> ]]></content:encoded> </item> <item><title>By: Antti Kokkonen</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-3076</link> <dc:creator>Antti Kokkonen</dc:creator> <pubDate>Sun, 20 Jun 2010 16:38:11 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-3076</guid> <description>I like the &lt;a href=&quot;http://websiteoptimization.com&quot; rel=&quot;nofollow&quot;&gt;websiteoptimization.com&lt;/a&gt; web page analyzer as well, it does a nice breakdown. I don&#039;t know where their tests are run from, but it doesn&#039;t matter that much.&lt;br&gt;&lt;br&gt;But I like that WebTrends tool! It&#039;s new one for me, thanks for sharing! The option to choose a city is AWESOME.&lt;br&gt;&lt;br&gt;I&#039;ve been personally using &lt;a href=&quot;http://tools.pingdom.com/&quot; rel=&quot;nofollow&quot;&gt;http://tools.pingdom.com/&lt;/a&gt; and &lt;a href=&quot;http://www.webpagetest.org/&quot; rel=&quot;nofollow&quot;&gt;http://www.webpagetest.org/&lt;/a&gt; myself (in addition to Firefox plugins like YSlow and Google&#039;s Page Speed)&lt;br&gt;&lt;br&gt;Pingdom tends to show relatively realistic results (often the &quot;worst case&quot;) and with WebPageTest you can choose couple of locations as well and get cool breakdown charts and suggestions what to optimize.</description> <content:encoded><![CDATA[<p>I like the <a href="http://websiteoptimization.com" rel="nofollow">websiteoptimization.com</a> web page analyzer as well, it does a nice breakdown. I don&#39;t know where their tests are run from, but it doesn&#39;t matter that much.</p><p>But I like that WebTrends tool! It&#39;s new one for me, thanks for sharing! The option to choose a city is AWESOME.</p><p>I&#39;ve been personally using <a href="http://tools.pingdom.com/" rel="nofollow">http://tools.pingdom.com/</a> and <a href="http://www.webpagetest.org/" rel="nofollow">http://www.webpagetest.org/</a> myself (in addition to Firefox plugins like YSlow and Google&#39;s Page Speed)</p><p>Pingdom tends to show relatively realistic results (often the &#8220;worst case&#8221;) and with WebPageTest you can choose couple of locations as well and get cool breakdown charts and suggestions what to optimize.</p> ]]></content:encoded> </item> <item><title>By: Leaf.</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-3072</link> <dc:creator>Leaf.</dc:creator> <pubDate>Sun, 20 Jun 2010 16:04:10 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-3072</guid> <description>Maybe I just love them because they show my site loading in under 1 second, even with an overhead of 9 images. So I&#039;m not sure if that&#039;s accurate? I&#039;d like to think so. But while they do, I&#039;ll keep testing with them!</description> <content:encoded><![CDATA[<p>Maybe I just love them because they show my site loading in under 1 second, even with an overhead of 9 images. So I&#39;m not sure if that&#39;s accurate? I&#39;d like to think so. But while they do, I&#39;ll keep testing with them!</p> ]]></content:encoded> </item> <item><title>By: Leaf.</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-3073</link> <dc:creator>Leaf.</dc:creator> <pubDate>Sun, 20 Jun 2010 16:00:26 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-3073</guid> <description>Anyone know where the &lt;a href=&quot;http://websiteoptimization.com&quot; rel=&quot;nofollow&quot;&gt;websiteoptimization.com&lt;/a&gt; server tests from? &lt;br&gt;&lt;br&gt;The tool at WebTrends is really awesome too - &lt;a href=&quot;http://www.uptrends.com/aspx/free-html-site-page-load-check-tool.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.uptrends.com/aspx/free-html-site-pag...&lt;/a&gt;&lt;br&gt;&lt;br&gt;You can select from about 30 different geo-located servers. So for we Southern Hemisherians, you can select a server closer to home (Sydney or Singapore) to getting a more realistic representation for local visitors.&lt;br&gt;&lt;br&gt;NB: I don&#039;t work for them! I do love their free tool though.</description> <content:encoded><![CDATA[<p>Anyone know where the <a href="http://websiteoptimization.com" rel="nofollow">websiteoptimization.com</a> server tests from?</p><p>The tool at WebTrends is really awesome too &#8211; <a href="http://www.uptrends.com/aspx/free-html-site-page-load-check-tool.aspx" rel="nofollow"></a><a href="http://www.uptrends.com/aspx/free-html-site-pag" rel="nofollow">http://www.uptrends.com/aspx/free-html-site-pag</a>&#8230;</p><p>You can select from about 30 different geo-located servers. So for we Southern Hemisherians, you can select a server closer to home (Sydney or Singapore) to getting a more realistic representation for local visitors.</p><p>NB: I don&#39;t work for them! I do love their free tool though.</p> ]]></content:encoded> </item> <item><title>By: Antti Kokkonen</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-3074</link> <dc:creator>Antti Kokkonen</dc:creator> <pubDate>Sun, 20 Jun 2010 14:28:02 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-3074</guid> <description>Most of the &quot;WordPress plugin slowness&quot; comes from plugins that add something to the visible layer of the blog, e.g. sidebar, although it is possible to bring any blog to it&#039;s knees by abusing the wp-cron...&lt;br&gt;&lt;br&gt;The fact is that 99.9% of the plugins are not using the most optimal code. There&#039;s a reason for that: the plugin authors want to keep their code readable and editable, and for most, they just don&#039;t know better. With thousands of plugin authors out there, most of them are not that good at coding.&lt;br&gt;&lt;br&gt;And with good I mean those who do what they want using the least amount of code and resources. When it works and does what the plugin author had in mind, they publish and leave it be - there&#039;s some seriously sloppy code in some popular plugins, let alone themes!&lt;br&gt;&lt;br&gt;So hard data or not, people should pay attention to the number of plugins they use, especially if the plugin adds something to the sidebar (widgets), posts or pages. In addition to that, some optimization needs to be done by hand, or on the fly.</description> <content:encoded><![CDATA[<p>Most of the &#8220;WordPress plugin slowness&#8221; comes from plugins that add something to the visible layer of the blog, e.g. sidebar, although it is possible to bring any blog to it&#39;s knees by abusing the wp-cron&#8230;</p><p>The fact is that 99.9% of the plugins are not using the most optimal code. There&#39;s a reason for that: the plugin authors want to keep their code readable and editable, and for most, they just don&#39;t know better. With thousands of plugin authors out there, most of them are not that good at coding.</p><p>And with good I mean those who do what they want using the least amount of code and resources. When it works and does what the plugin author had in mind, they publish and leave it be &#8211; there&#39;s some seriously sloppy code in some popular plugins, let alone themes!</p><p>So hard data or not, people should pay attention to the number of plugins they use, especially if the plugin adds something to the sidebar (widgets), posts or pages. In addition to that, some optimization needs to be done by hand, or on the fly.</p> ]]></content:encoded> </item> <item><title>By: Dave Doolin</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-3071</link> <dc:creator>Dave Doolin</dc:creator> <pubDate>Sun, 20 Jun 2010 03:52:29 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-3071</guid> <description>I have a lot to say about plugin performance... mostly opinion since I haven&#039;t gathered hard data.&lt;br&gt;&lt;br&gt;But my opinion is most people don&#039;t know what they&#039;re talking about when they say &quot;plugins are slow.&quot;  They don&#039;t even know they don&#039;t know what they&#039;re talking about.  They&#039;re just echoing what they have read elsewhere.   My opinion is pretty strong on this point because it&#039;s pretty clear most of the people saying this don&#039;t have the technical expertise to evaluate their claims.&lt;br&gt;&lt;br&gt;In any case, someone needs to run some performance tests on a suite of &quot;standard&quot; plugins and collect a lot of data.  A lot of data, real numbers.  It won&#039;t be me this month, don&#039;t have the cycles for it.&lt;br&gt;&lt;br&gt;In the meantime, I tend to take a pretty close look at the source code for plugins I suspect might be slowing me down.  I&#039;ll also use YSlow to check.  I have found that YSlow doesn&#039;t always find repeatable behavior.  That is, sometimes different plugins run at different speeds.  Weird.  Worth checking into.  And I hope you do!</description> <content:encoded><![CDATA[<p>I have a lot to say about plugin performance&#8230; mostly opinion since I haven&#39;t gathered hard data.</p><p>But my opinion is most people don&#39;t know what they&#39;re talking about when they say &#8220;plugins are slow.&#8221;  They don&#39;t even know they don&#39;t know what they&#39;re talking about.  They&#39;re just echoing what they have read elsewhere.   My opinion is pretty strong on this point because it&#39;s pretty clear most of the people saying this don&#39;t have the technical expertise to evaluate their claims.</p><p>In any case, someone needs to run some performance tests on a suite of &#8220;standard&#8221; plugins and collect a lot of data.  A lot of data, real numbers.  It won&#39;t be me this month, don&#39;t have the cycles for it.</p><p>In the meantime, I tend to take a pretty close look at the source code for plugins I suspect might be slowing me down.  I&#39;ll also use YSlow to check.  I have found that YSlow doesn&#39;t always find repeatable behavior.  That is, sometimes different plugins run at different speeds.  Weird.  Worth checking into.  And I hope you do!</p> ]]></content:encoded> </item> <item><title>By: Jyri Väätäinen</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-3042</link> <dc:creator>Jyri Väätäinen</dc:creator> <pubDate>Sat, 12 Jun 2010 04:07:43 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-3042</guid> <description>Yes, i&#039;m happy with my blog. :)</description> <content:encoded><![CDATA[<p>Yes, i&#39;m happy with my blog. :)</p> ]]></content:encoded> </item> <item><title>By: Automatic Image Compression with SmushIt for WordPress</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-2667</link> <dc:creator>Automatic Image Compression with SmushIt for WordPress</dc:creator> <pubDate>Fri, 14 May 2010 07:55:35 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-2667</guid> <description>[...] I constantly re-evaluate the WordPress plugins I use to ensure that my blog is running smoothly and there are no resource-hogging plugins running. I covered this in my earlier post about plugins slowing down a blog. [...]</description> <content:encoded><![CDATA[<p>[...] I constantly re-evaluate the WordPress plugins I use to ensure that my blog is running smoothly and there are no resource-hogging plugins running. I covered this in my earlier post about plugins slowing down a blog. [...]</p> ]]></content:encoded> </item> <item><title>By: The 6 most essential WordPress plugins</title><link>http://zemalf.com/605/is-your-wordpress-blog-super-slow-because-of-plugins/#comment-2317</link> <dc:creator>The 6 most essential WordPress plugins</dc:creator> <pubDate>Mon, 15 Mar 2010 12:30:40 +0000</pubDate> <guid isPermaLink="false">http://zemalf.com/?p=605#comment-2317</guid> <description>[...] The most essential plugins for any WordPress blog, that&#8217;s an interesting topic, isn&#8217;t it? Too often I see a list like 20+ must-have plugins or 17 plugins you can&#8217;t live without. Don&#8217;t believe those posts, or you might make you blog super slow because of plugins. [...]</description> <content:encoded><![CDATA[<p>[...] The most essential plugins for any WordPress blog, that&#8217;s an interesting topic, isn&#8217;t it? Too often I see a list like 20+ must-have plugins or 17 plugins you can&#8217;t live without. Don&#8217;t believe those posts, or you might make you blog super slow because of plugins. [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 522/526 objects using disk: basic
Content Delivery Network via cdn.zemalf.com

Served from: zemalf.com @ 2012-05-17 16:51:18 -->
