<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DreamMX Weblogs &#187; performance</title>
	<atom:link href="http://blog.dreammx.com/tag/performance/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.dreammx.com</link>
	<description>Team Blog</description>
	<lastBuildDate>Sun, 22 Mar 2009 19:07:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>High Performance with PHP</title>
		<link>http://blog.dreammx.com/web-development/php/high-performance-with-php.html</link>
		<comments>http://blog.dreammx.com/web-development/php/high-performance-with-php.html#comments</comments>
		<pubDate>Thu, 15 Jan 2009 15:22:00 +0000</pubDate>
		<dc:creator>Billy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.dreammx.com/?p=19</guid>
		<description><![CDATA[Preface
This article isn&#8217;t oriented a fresh man. so if you want to ask something about how to, please search before your ask.  

Compile your php code into opcode       Zend Optimizer, eAccelerator, APC, XCache 
Using shared memory to boost your application       You may [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Preface</strong></p>
<p>This article isn&#8217;t oriented a fresh man. so if you want to ask something about how to, please search before your ask. <img src='http://blog.dreammx.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ol>
<li><strong>Compile your php code into opcode</strong>       <br />Zend Optimizer, eAccelerator, APC, XCache </li>
<li><strong>Using shared memory to boost your application</strong>       <br />You may use those extensions that i mentioned above, but i think memcache is more better. If you’re going to build a large application, memcache is necessary. </li>
<li><strong>Using apc / hidef instead of define statement</strong>       <br />Many people may ignore this… yes, this is a small optimization. I just listed it here if you have many constant defined. </li>
<li><strong>Using xdebug to profiling your application</strong>       <br />In many case, the application’s choke point is not in database but application’s logic. So you could turn on xdebug’s profilling, then use CacheGrind to view the output to see where the problem is.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreammx.com/web-development/php/high-performance-with-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
