<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>WordPress Ideas &#187; Tag: performance - Recent Posts</title>
		<link>http://wordpress.org/ideas/tags/performance</link>
		<description>WordPress Ideas &#187; Tag: performance - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 22:29:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/ideas/rss/tags/performance" rel="self" type="application/rss+xml" />

		<item>
			<title>Benjiwp on "Use native gettext"</title>
			<link>http://wordpress.org/ideas/topic/use-native-gettext#post-24861</link>
			<pubDate>Fri, 24 May 2013 09:22:25 +0000</pubDate>
			<dc:creator>Benjiwp</dc:creator>
			<guid isPermaLink="false">24861@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>The native gettext library is more fast less memory greedy.</p>
<p>It's just less easy to concat domains sentences tant a php array.</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Improve Performance and compatibility on Windows Server"</title>
			<link>http://wordpress.org/ideas/topic/improve-performance-and-compatibility-on-windows-server#post-24770</link>
			<pubDate>Wed, 08 May 2013 13:24:36 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">24770@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Use WP Super Cache in php mode. Works fine on windows,
</p>]]></description>
					</item>
		<item>
			<title>ufukart on "Improve Performance and compatibility on Windows Server"</title>
			<link>http://wordpress.org/ideas/topic/improve-performance-and-compatibility-on-windows-server#post-24765</link>
			<pubDate>Wed, 08 May 2013 05:11:50 +0000</pubDate>
			<dc:creator>ufukart</dc:creator>
			<guid isPermaLink="false">24765@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Dear Andreea, Ipstenu,<br />
Super cache is not compatible with windows servers.<br />
Because it is modifying htaccess files, but not modifying web.config files.<br />
isn't?
</p>]]></description>
					</item>
		<item>
			<title>Andreea Pity on "Improve Performance and compatibility on Windows Server"</title>
			<link>http://wordpress.org/ideas/topic/improve-performance-and-compatibility-on-windows-server#post-24760</link>
			<pubDate>Tue, 07 May 2013 22:00:01 +0000</pubDate>
			<dc:creator>Andreea Pity</dc:creator>
			<guid isPermaLink="false">24760@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I use the 'WP Super Cache' plugin and am very pleased with this. I'd recommend it especially if you use it in a high traffic website.
</p>]]></description>
					</item>
		<item>
			<title>garnser on "Selective Plugin loading"</title>
			<link>http://wordpress.org/ideas/topic/selective-plugin-loading/page/2#post-24759</link>
			<pubDate>Tue, 07 May 2013 20:23:55 +0000</pubDate>
			<dc:creator>garnser</dc:creator>
			<guid isPermaLink="false">24759@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>A colleague of mine and I have developed a plugin (oh the irony) to deal with this: feel free to give it a spin.</p>
<p><a href="http://wordpress.org/extend/plugins/selective-loading/" rel="nofollow">http://wordpress.org/extend/plugins/selective-loading/</a>
</p>]]></description>
					</item>
		<item>
			<title>garnser on "Selective Plugin loading"</title>
			<link>http://wordpress.org/ideas/topic/selective-plugin-loading/page/2#post-24692</link>
			<pubDate>Mon, 29 Apr 2013 13:15:18 +0000</pubDate>
			<dc:creator>garnser</dc:creator>
			<guid isPermaLink="false">24692@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Hi all,</p>
<p>Even though this thread is a bit outdated an old colleague of mine just released a plugin which enabled on to selectively choose which plugins to load for each page/category etc.</p>
<p><a href="http://wordpress.org/extend/plugins/selective-loading/" rel="nofollow">http://wordpress.org/extend/plugins/selective-loading/</a>
</p>]]></description>
					</item>
		<item>
			<title>MB Creation on "Native files caching system"</title>
			<link>http://wordpress.org/ideas/topic/native-files-caching-system#post-24547</link>
			<pubDate>Wed, 03 Apr 2013 13:53:37 +0000</pubDate>
			<dc:creator>MB Creation</dc:creator>
			<guid isPermaLink="false">24547@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>What about a native files caching system ? </p>
<p>I started a little snippet available here : <a href="https://github.com/mbcreation/CacheMachine" rel="nofollow">https://github.com/mbcreation/CacheMachine</a> so that every not connected user issuing a GET request receive an html file instead of a WordPress response.</p>
<p>Most of the job is done by the .htaccess behaviour and one php script in front of everything.</p>
<p>Then the "hook power" can handle "generation" and "regenaration" of the cached files.</p>
<p>What do you think ?
</p>]]></description>
					</item>
		<item>
			<title>jamoore123 on "Use PHP&#039;s spl_autoload to only load the necessary wordpress classes"</title>
			<link>http://wordpress.org/ideas/topic/use-phps-spl_autoload-to-only-load-the-necessary-wordpress-classes#post-24508</link>
			<pubDate>Sat, 23 Mar 2013 14:15:33 +0000</pubDate>
			<dc:creator>jamoore123</dc:creator>
			<guid isPermaLink="false">24508@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Agreed. There are better and more effective ways to improve page download speed. This wouldn't make much of a difference.
</p>]]></description>
					</item>
		<item>
			<title>Web developer on "Use PHP&#039;s spl_autoload to only load the necessary wordpress classes"</title>
			<link>http://wordpress.org/ideas/topic/use-phps-spl_autoload-to-only-load-the-necessary-wordpress-classes#post-24315</link>
			<pubDate>Wed, 06 Mar 2013 11:05:52 +0000</pubDate>
			<dc:creator>Web developer</dc:creator>
			<guid isPermaLink="false">24315@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Will be this feature change the page download speed? I dont think so.
</p>]]></description>
					</item>
		<item>
			<title>Drew Paroski on "is facebook hiphop php compiler useful for wordpress?"</title>
			<link>http://wordpress.org/ideas/topic/is-facebook-hiphop-php-compiler-usefull-for-wordpress#post-23800</link>
			<pubDate>Tue, 04 Dec 2012 06:24:53 +0000</pubDate>
			<dc:creator>Drew Paroski</dc:creator>
			<guid isPermaLink="false">23800@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>HipHop now offers a new execution engine called the "HipHop Virtual Machine" (hhvm) which can run WordPress and does not require a long C++ compilation step when the PHP code changes. HHVM uses just-in-time compilation to deliver performance while also maintaining flexibility. HHVM currently only supports a few x64 platforms, but there are plans to add support for more platforms in the future.</p>
<p>Sara Golemon wrote up a nice summary of how to run WordPress on HipHop VM here: <a href="http://www.hiphop-php.com/wp/?p=113" rel="nofollow">http://www.hiphop-php.com/wp/?p=113</a>
</p>]]></description>
					</item>

	</channel>
</rss>
