<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.invenzzia.org/en/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Invenzzia... in English - Tag - Wordpress</title>
  <link>http://blog.invenzzia.org/en/</link>
  <atom:link href="http://blog.invenzzia.org/en/feed/tag/Wordpress/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>en</language>
  <pubDate>Fri, 12 Aug 2011 10:34:54 +0100</pubDate>
  <copyright>Copyright &amp;copy; Invenzzia</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>wp-htmlCache - work in progress</title>
    <link>http://blog.invenzzia.org/en/post/wp-htmlCache-work-in-progress</link>
    <guid isPermaLink="false">urn:md5:945e4c51556178c86d769e1a6d08bc45</guid>
    <pubDate>Sat, 27 Sep 2008 00:53:00 +0200</pubDate>
    <dc:creator>radzio</dc:creator>
        <category>Other</category>
        <category>cache</category><category>plugin</category><category>Wordpress</category>    
    <description>&lt;p&gt;Recently I'm working on a special Wordpress cache plugin which would be appreciated by bloggers and their hosting providers. First tests are very promising and motivate for harder work.
&lt;/p&gt;    &lt;p&gt;What has it started from? I've been working with my friend on a quite popular sport blog. I'm using &lt;a hreflang=&quot;pl&quot; href=&quot;http://wordpress.org&quot;&gt;Wordpress&lt;/a&gt;, which doesn't require too much care, is  flexible etc. Unfortunately Wordpress with a few plugins can perform even 100 database queries - it can blow every server. There is, however, a blog engine which generates HTML files by default (&lt;a hreflang=&quot;pl&quot; href=&quot;http://www.movabletype.org/&quot;&gt;MovableType&lt;/a&gt;) but when you have got a blog with hundreds of posts, even a small change can require to generate all the HTML files again...
&lt;/p&gt;
&lt;p&gt;Of course, there are caching plugins for Wordpress, such as: &lt;a hreflang=&quot;pl&quot; href=&quot;http://blog.invenzzia.org/en/post/WP-Cache&quot;&gt;WP-Cache&lt;/a&gt; and &lt;a hreflang=&quot;pl&quot; href=&quot;http://wordpress.org/extend/plugins/wp-super-cache/&quot;&gt;WP-SuperCache&lt;/a&gt; but from my own experience I know that  they are not able to deal with bigger traffic. They generate a lot of PHP files and cleaning them can consume many server resources. WP-Cache can even slow down your Wordpress!&lt;/p&gt;
&lt;p&gt;WP-SuperCache is a bit better than mentioned earlier WP-Cache, because it generates HTML files for unlogged users, but problems from WP-Cache still remain.&lt;/p&gt;
&lt;p&gt;So why wp-htmlcache is so special? The mechanism generates static HTML files that are served to all the users. It doesn't matter, if they've already posted comments on your blog or not. Through that simple solution our blog can deal with huge traffic (Digg effect won't be a problem anymore!).&lt;/p&gt;
&lt;p&gt;Can we see any results? The answer is very simple ... just look below:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Before installing wp-htmlCache&lt;br /&gt;Process               CPU seconds      user   machine   count  average&lt;br /&gt;php5.cgi               12986.3400   99.997%   54.110%   60549    0.214&lt;br /&gt;&lt;br /&gt;After installing wp-htmlCache&lt;br /&gt;Process               CPU seconds      user   machine   count  average&lt;br /&gt;php5.cgi                5144.7600   99.880%   21.437%   24263    0.212&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;As you can see, the server usage decreased by 50%! It's obvious that blog readers feel the difference, too. Every page loads faster than ever.&lt;/p&gt;
I'm currently testing it and removing all kinds of errors and bugs, but wp-htmlCache already relieves the server
in a significant way. Soon our Wordpress plugin will see the daylight ;-).
Keep fingers crossed!</description>
    
    
    
          <comments>http://blog.invenzzia.org/en/post/wp-htmlCache-work-in-progress#comment-form</comments>
      <wfw:comment>http://blog.invenzzia.org/en/post/wp-htmlCache-work-in-progress#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.invenzzia.org/en/feed/atom/comments/39</wfw:commentRss>
      </item>
    
</channel>
</rss>
