<?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>Kommentare zu: WordPress 1.5 speed-up</title>
	<atom:link href="http://siriux.net/2005/02/wordpress-15-speed-up/feed/" rel="self" type="application/rss+xml" />
	<link>http://siriux.net/2005/02/wordpress-15-speed-up/</link>
	<description>Web-Site von Nico Kaiser</description>
	<lastBuildDate>Mon, 01 Mar 2010 19:19:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: lilobar &#187; Wordpress Turbo</title>
		<link>http://siriux.net/2005/02/wordpress-15-speed-up/comment-page-1/#comment-2140</link>
		<dc:creator>lilobar &#187; Wordpress Turbo</dc:creator>
		<pubDate>Sat, 04 Jun 2005 02:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://siriux.net/news/2005/02/28/wordpress-15-speed-up/#comment-2140</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[&#8230;] an eine neue Version von <span class="caps">PHP</span>-gettext gebastelt.  Von Nico Kaiser erhielt er zudem noch ein Patch mit Optimierungen. 	Ich habe das einmal ausprobiert und war völlig von den Socken. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Kylaloo &#187; WordPress Turbo</title>
		<link>http://siriux.net/2005/02/wordpress-15-speed-up/comment-page-1/#comment-1076</link>
		<dc:creator>Kylaloo &#187; WordPress Turbo</dc:creator>
		<pubDate>Thu, 17 Mar 2005 13:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://siriux.net/news/2005/02/28/wordpress-15-speed-up/#comment-1076</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[&#8230;] an eine neue Version von <span class="caps">PHP</span>-gettext gebastelt.  Von Nico Kaiser erhielt er zudem noch ein Patch mit Optimierungen. 	Ich habe das einmal ausprobiert und war völlig von den Socken. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Nico</title>
		<link>http://siriux.net/2005/02/wordpress-15-speed-up/comment-page-1/#comment-1020</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Wed, 02 Mar 2005 09:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://siriux.net/news/2005/02/28/wordpress-15-speed-up/#comment-1020</guid>
		<description>Achja, fÃ¼r die die&#039;s gar nicht erwarten kÃ¶nnen, &lt;a href=&quot;http://wordpress.org/support/topic.php?id=25561&quot; rel=&quot;nofollow&quot;&gt;so gehts&lt;/a&gt;:

&lt;blockquote&gt;&lt;p&gt;As anyone who uses foreign language support in WordPress 1.5 may have noticed, switching to language to something other than english slows down WordPress. On my server, no request was finished in under 2 seconds.&lt;/p&gt;

So I had a look at the &quot;gettext.php&quot; and optimized it a little bit (pushes request time down to 0.1 secs again), and Danilo Segan (the author and maintainer of php-gettext) made a new release with these changes:

https://savannah.nongnu.org/projects/php-gettext/

1. Download the package
2. Replace gettext.php and streams.php (in wp-includes)

Additionally you can replace
$input = new FileReader($mofile)
in function load_textdomain (wp-l10n.php) with
$input = new CachedFileReader($mofile)
which also saves a few microseconds.

Would be nice if this would be integrated into WordPress 1.5.1 (any developers here?)
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Achja, fÃ¼r die die&#8217;s gar nicht erwarten kÃ¶nnen, <a href="http://wordpress.org/support/topic.php?id=25561" rel="nofollow">so gehts</a>:</p>
<p>
<blockquote>
<p>As anyone who uses foreign language support in WordPress 1.5 may have noticed, switching to language to something other than english slows down WordPress. On my server, no request was finished in under 2 seconds.</p>
</blockquote>
<p>So I had a look at the &#8222;gettext.php&#8220; and optimized it a little bit (pushes request time down to 0.1 secs again), and Danilo Segan (the author and maintainer of php-gettext) made a new release with these changes:</p>
<p><a href="https://savannah.nongnu.org/projects/php-gettext/" rel="nofollow">https://savannah.nongnu.org/projects/php-gettext/</a></p>
<p>1. Download the package<br />
2. Replace gettext.php and streams.php (in wp-includes)</p>
<p>Additionally you can replace<br />
$input = new FileReader($mofile)<br />
in function load_textdomain (wp-l10n.php) with<br />
$input = new CachedFileReader($mofile)<br />
which also saves a few microseconds.</p>
<p>Would be nice if this would be integrated into WordPress 1.5.1 (any developers here?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Nico</title>
		<link>http://siriux.net/2005/02/wordpress-15-speed-up/comment-page-1/#comment-1014</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Mon, 28 Feb 2005 17:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://siriux.net/news/2005/02/28/wordpress-15-speed-up/#comment-1014</guid>
		<description>Der Patch ist jetzt im CVS, d.h. in der nÃ¤chsten WordPress-Version enthalten. :-)

http://trac.wordpress.org/changeset/2394</description>
		<content:encoded><![CDATA[<p>Der Patch ist jetzt im <span class="caps">CVS</span>, d.h. in der nÃ¤chsten WordPress-Version enthalten. <img src='http://siriux.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://trac.wordpress.org/changeset/2394" rel="nofollow">http://trac.wordpress.org/changeset/2394</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: MastaMind</title>
		<link>http://siriux.net/2005/02/wordpress-15-speed-up/comment-page-1/#comment-1013</link>
		<dc:creator>MastaMind</dc:creator>
		<pubDate>Mon, 28 Feb 2005 17:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://siriux.net/news/2005/02/28/wordpress-15-speed-up/#comment-1013</guid>
		<description>Wow! Vielen Dank fÃ¼r diesen Patch! Die Wirkung ist unglaublich... </description>
		<content:encoded><![CDATA[<p>Wow! Vielen Dank fÃ¼r diesen Patch! Die Wirkung ist unglaublich&#8230; </p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->