<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Haohappy的专栏--PHP5研究中心 - PHP程序加速探索专题</title><link>http://blog.csdn.net/haohappy2004/category/37888.aspx</link><description>本专题尝试对PHP程序加速的各个方面进行探索，包括必要性以及从不同角度采取的具体措施。希望有助于读者了解PHP程序加速，并应用于实际。</description><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 13 Mar 2008 21:19:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>Haohappy</dc:creator><title>PHP程序加速探索[10]--加速工具软件&amp;总结</title><link>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83937.aspx</link><pubDate>Tue, 24 Aug 2004 23:54:00 GMT</pubDate><guid>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83937.aspx</guid><wfw:comment>http://blog.csdn.net/haohappy2004/comments/83937.aspx</wfw:comment><comments>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83937.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/haohappy2004/comments/commentRss/83937.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=83937</trackback:ping><description>加速工具软件&amp;总结&lt;img src ="http://blog.csdn.net/haohappy2004/aggbug/83937.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Haohappy</dc:creator><title>PHP程序加速探索[9]--加速--函数缓存输出 PEAR cache</title><link>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83936.aspx</link><pubDate>Tue, 24 Aug 2004 23:50:00 GMT</pubDate><guid>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83936.aspx</guid><wfw:comment>http://blog.csdn.net/haohappy2004/comments/83936.aspx</wfw:comment><comments>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83936.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/haohappy2004/comments/commentRss/83936.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=83936</trackback:ping><description>PEAR除了可以对输出的内容进行缓存处理外，还可以将对某个函数的调用结果缓存起来。&lt;img src ="http://blog.csdn.net/haohappy2004/aggbug/83936.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Haohappy</dc:creator><title>PHP程序加速探索[8]--内容缓存输出 PEAR cache</title><link>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83920.aspx</link><pubDate>Tue, 24 Aug 2004 23:26:00 GMT</pubDate><guid>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83920.aspx</guid><wfw:comment>http://blog.csdn.net/haohappy2004/comments/83920.aspx</wfw:comment><comments>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83920.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/haohappy2004/comments/commentRss/83920.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=83920</trackback:ping><description>内容缓存输出 PEAR cache&lt;img src ="http://blog.csdn.net/haohappy2004/aggbug/83920.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Haohappy</dc:creator><title>PHP程序加速探索[7]--压缩输出 gzip</title><link>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83899.aspx</link><pubDate>Tue, 24 Aug 2004 23:04:00 GMT</pubDate><guid>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83899.aspx</guid><wfw:comment>http://blog.csdn.net/haohappy2004/comments/83899.aspx</wfw:comment><comments>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83899.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/haohappy2004/comments/commentRss/83899.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=83899</trackback:ping><description>利用Apache中的mod_gzip模块，我们可以利用gzip的压缩算法来对Apache服务器发布的网页内容进行压缩后再传输到客户端的浏览器。如果是纯文本的内容，效果非常明显，大约可以压缩到原来的30%-40%，使用户的浏览速度大大加快。

&lt;img src ="http://blog.csdn.net/haohappy2004/aggbug/83899.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Haohappy</dc:creator><title>PHP程序加速探索[6]--代码优化</title><link>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83863.aspx</link><pubDate>Tue, 24 Aug 2004 22:33:00 GMT</pubDate><guid>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83863.aspx</guid><wfw:comment>http://blog.csdn.net/haohappy2004/comments/83863.aspx</wfw:comment><comments>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83863.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/haohappy2004/comments/commentRss/83863.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=83863</trackback:ping><description>通过优化程序代码来加速
&lt;img src ="http://blog.csdn.net/haohappy2004/aggbug/83863.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Haohappy</dc:creator><title>PHP程序加速探索[5]--脚本执行速度测试2</title><link>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83740.aspx</link><pubDate>Tue, 24 Aug 2004 20:09:00 GMT</pubDate><guid>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83740.aspx</guid><wfw:comment>http://blog.csdn.net/haohappy2004/comments/83740.aspx</wfw:comment><comments>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83740.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/haohappy2004/comments/commentRss/83740.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=83740</trackback:ping><description>使用另一个PEAR类Benchmark_Timer来测试脚本执行速度&lt;img src ="http://blog.csdn.net/haohappy2004/aggbug/83740.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Haohappy</dc:creator><title>PHP程序加速探索[4]--测试--脚本执行速度测试</title><link>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83731.aspx</link><pubDate>Tue, 24 Aug 2004 20:01:00 GMT</pubDate><guid>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83731.aspx</guid><wfw:comment>http://blog.csdn.net/haohappy2004/comments/83731.aspx</wfw:comment><comments>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83731.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/haohappy2004/comments/commentRss/83731.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=83731</trackback:ping><description>介绍使用PEAR中的Benchmark_Iterate类来测试脚本的执行速度&lt;img src ="http://blog.csdn.net/haohappy2004/aggbug/83731.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Haohappy</dc:creator><title>PHP程序加速探索[3]--服务器负载测试</title><link>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83722.aspx</link><pubDate>Tue, 24 Aug 2004 19:51:00 GMT</pubDate><guid>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83722.aspx</guid><wfw:comment>http://blog.csdn.net/haohappy2004/comments/83722.aspx</wfw:comment><comments>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83722.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/haohappy2004/comments/commentRss/83722.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=83722</trackback:ping><description>服务器负载测试&lt;img src ="http://blog.csdn.net/haohappy2004/aggbug/83722.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Haohappy</dc:creator><title>PHP程序加速探索[2]--简介与前言</title><link>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83707.aspx</link><pubDate>Tue, 24 Aug 2004 19:33:00 GMT</pubDate><guid>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83707.aspx</guid><wfw:comment>http://blog.csdn.net/haohappy2004/comments/83707.aspx</wfw:comment><comments>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83707.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/haohappy2004/comments/commentRss/83707.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=83707</trackback:ping><description>简介与一些基础性的讨论&lt;img src ="http://blog.csdn.net/haohappy2004/aggbug/83707.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Haohappy</dc:creator><title>PHP程序加速探索[1]--本文索引</title><link>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83699.aspx</link><pubDate>Tue, 24 Aug 2004 19:25:00 GMT</pubDate><guid>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83699.aspx</guid><wfw:comment>http://blog.csdn.net/haohappy2004/comments/83699.aspx</wfw:comment><comments>http://blog.csdn.net/haohappy2004/archive/2004/08/24/83699.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/haohappy2004/comments/commentRss/83699.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=83699</trackback:ping><description>文章内容一览&lt;img src ="http://blog.csdn.net/haohappy2004/aggbug/83699.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>