<?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>Comments on: 使用 PHP Framework 的效能問題</title> <atom:link href="http://blog.gslin.org/archives/2008/08/29/1639/%e4%bd%bf%e7%94%a8-php-framework-%e7%9a%84%e6%95%88%e8%83%bd%e5%95%8f%e9%a1%8c/feed/" rel="self" type="application/rss+xml" /><link>http://blog.gslin.org/archives/2008/08/29/1639/%e4%bd%bf%e7%94%a8-php-framework-%e7%9a%84%e6%95%88%e8%83%bd%e5%95%8f%e9%a1%8c/</link> <description>幹壞事是進步最大的原動力</description> <lastBuildDate>Sun, 12 Feb 2012 04:26:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: kiang</title><link>http://blog.gslin.org/archives/2008/08/29/1639/%e4%bd%bf%e7%94%a8-php-framework-%e7%9a%84%e6%95%88%e8%83%bd%e5%95%8f%e9%a1%8c/comment-page-1/#comment-284343</link> <dc:creator>kiang</dc:creator> <pubDate>Tue, 09 Sep 2008 12:37:34 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/?p=1639#comment-284343</guid> <description>@Derek Hsu, 理論上，1.2 RC3 的速度會比 ZF 1.6 快一些，理論上...@?, 想聽爆料+1 ^^</description> <content:encoded><![CDATA[<p>@Derek Hsu, 理論上，1.2 RC3 的速度會比 ZF 1.6 快一些，理論上&#8230;</p><p>@?, 想聽爆料+1 ^^</p> ]]></content:encoded> </item> <item><title>By: orson</title><link>http://blog.gslin.org/archives/2008/08/29/1639/%e4%bd%bf%e7%94%a8-php-framework-%e7%9a%84%e6%95%88%e8%83%bd%e5%95%8f%e9%a1%8c/comment-page-1/#comment-283953</link> <dc:creator>orson</dc:creator> <pubDate>Tue, 02 Sep 2008 05:12:07 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/?p=1639#comment-283953</guid> <description>我也想聽爆料
換機器 換DB 換AP 通通一起換的奇妙經驗</description> <content:encoded><![CDATA[<p>我也想聽爆料<br
/> 換機器 換DB 換AP 通通一起換的奇妙經驗</p> ]]></content:encoded> </item> <item><title>By: 丁丁</title><link>http://blog.gslin.org/archives/2008/08/29/1639/%e4%bd%bf%e7%94%a8-php-framework-%e7%9a%84%e6%95%88%e8%83%bd%e5%95%8f%e9%a1%8c/comment-page-1/#comment-283867</link> <dc:creator>丁丁</dc:creator> <pubDate>Sun, 31 Aug 2008 06:17:43 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/?p=1639#comment-283867</guid> <description>Johnson.Wang你想聽他爆PIXNET的料
你想害他被法兒宰了嗎</description> <content:encoded><![CDATA[<p>Johnson.Wang你想聽他爆PIXNET的料<br
/> 你想害他被法兒宰了嗎</p> ]]></content:encoded> </item> <item><title>By: Derek Hsu</title><link>http://blog.gslin.org/archives/2008/08/29/1639/%e4%bd%bf%e7%94%a8-php-framework-%e7%9a%84%e6%95%88%e8%83%bd%e5%95%8f%e9%a1%8c/comment-page-1/#comment-283808</link> <dc:creator>Derek Hsu</dc:creator> <pubDate>Fri, 29 Aug 2008 15:14:19 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/?p=1639#comment-283808</guid> <description>Zend Framework裡面大量使用到require_once這個問題我之前倒是沒有注意到，那您認為像是Code Igniter用$this-&gt;load的載入方式覺得怎麼樣？我之前看過幾篇比較，Zend Framework跟其他的Framework像是CakePHP比較起來，Zend Framework的速度還算是OK的。</description> <content:encoded><![CDATA[<p>Zend Framework裡面大量使用到require_once這個問題我之前倒是沒有注意到，那您認為像是Code Igniter用$this-&gt;load的載入方式覺得怎麼樣？</p><p>我之前看過幾篇比較，Zend Framework跟其他的Framework像是CakePHP比較起來，Zend Framework的速度還算是OK的。</p> ]]></content:encoded> </item> <item><title>By: BillyChow</title><link>http://blog.gslin.org/archives/2008/08/29/1639/%e4%bd%bf%e7%94%a8-php-framework-%e7%9a%84%e6%95%88%e8%83%bd%e5%95%8f%e9%a1%8c/comment-page-1/#comment-283801</link> <dc:creator>BillyChow</dc:creator> <pubDate>Fri, 29 Aug 2008 13:06:30 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/?p=1639#comment-283801</guid> <description>从另一方面来说, require_once / include_once 正好符合了 Lazy Loading 规则.但是过度的滥用则会如您所说, 导致性能失衡.BTW: OPCode 确实很好</description> <content:encoded><![CDATA[<p>从另一方面来说, require_once / include_once 正好符合了 Lazy Loading 规则.</p><p>但是过度的滥用则会如您所说, 导致性能失衡.</p><p>BTW: OPCode 确实很好</p> ]]></content:encoded> </item> <item><title>By: Johnson.Wang</title><link>http://blog.gslin.org/archives/2008/08/29/1639/%e4%bd%bf%e7%94%a8-php-framework-%e7%9a%84%e6%95%88%e8%83%bd%e5%95%8f%e9%a1%8c/comment-page-1/#comment-283794</link> <dc:creator>Johnson.Wang</dc:creator> <pubDate>Fri, 29 Aug 2008 09:54:42 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/?p=1639#comment-283794</guid> <description>我超想聽你爆料最近 Pixnet 的災難是怎麼一回事....</description> <content:encoded><![CDATA[<p>我超想聽你爆料最近 Pixnet 的災難是怎麼一回事&#8230;.</p> ]]></content:encoded> </item> <item><title>By: mclee</title><link>http://blog.gslin.org/archives/2008/08/29/1639/%e4%bd%bf%e7%94%a8-php-framework-%e7%9a%84%e6%95%88%e8%83%bd%e5%95%8f%e9%a1%8c/comment-page-1/#comment-283788</link> <dc:creator>mclee</dc:creator> <pubDate>Fri, 29 Aug 2008 06:55:47 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/?p=1639#comment-283788</guid> <description>require 跟 require_once 的效能比較其實多年以來都有人提及，Rasmus 也多次在他演講中的 slide 提出 profiling 的數據來做比較。有些 framework 的解決之道，是透過自製的 require 方式，來使用 &#039;require&#039; 又達到 &#039;require_once&#039; 的效果。</description> <content:encoded><![CDATA[<p>require 跟 require_once 的效能比較其實多年以來都有人提及，Rasmus 也多次在他演講中的 slide 提出 profiling 的數據來做比較。</p><p>有些 framework 的解決之道，是透過自製的 require 方式，來使用 &#8216;require&#8217; 又達到 &#8216;require_once&#8217; 的效果。</p> ]]></content:encoded> </item> <item><title>By: mcc</title><link>http://blog.gslin.org/archives/2008/08/29/1639/%e4%bd%bf%e7%94%a8-php-framework-%e7%9a%84%e6%95%88%e8%83%bd%e5%95%8f%e9%a1%8c/comment-page-1/#comment-283785</link> <dc:creator>mcc</dc:creator> <pubDate>Fri, 29 Aug 2008 05:56:25 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/?p=1639#comment-283785</guid> <description>Hi, 我好少用php, 我想問用require_once 都是為了被免conflict, 為何不採用如C++ ifndefine 技考? 或者namespace? 是php 本身有技術限制做不到,還是performance 上require_once 比起我以上做法為好?</description> <content:encoded><![CDATA[<p>Hi, 我好少用php, 我想問用require_once 都是為了被免conflict, 為何不採用如C++ ifndefine 技考? 或者namespace? 是php 本身有技術限制做不到,還是performance 上require_once 比起我以上做法為好?</p> ]]></content:encoded> </item> <item><title>By: 超群.com</title><link>http://blog.gslin.org/archives/2008/08/29/1639/%e4%bd%bf%e7%94%a8-php-framework-%e7%9a%84%e6%95%88%e8%83%bd%e5%95%8f%e9%a1%8c/comment-page-1/#comment-283783</link> <dc:creator>超群.com</dc:creator> <pubDate>Fri, 29 Aug 2008 05:26:37 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/?p=1639#comment-283783</guid> <description>关于require&amp;require_once的性能问题已经在php5.2版本修正了，当然了，从根本上来说require_once是要比require慢，但这个对系统的影响几乎可以不考虑。相对于程序的健壮，所谓的损失我觉得可以不考虑，这就是为什么ZF里面都是require_once的原因，尤其是团队合作，你引我的文件，我引你的文件，很容易重复load。或者用xdebug测试一下。</description> <content:encoded><![CDATA[<p>关于require&amp;require_once的性能问题已经在php5.2版本修正了，当然了，从根本上来说require_once是要比require慢，但这个对系统的影响几乎可以不考虑。</p><p>相对于程序的健壮，所谓的损失我觉得可以不考虑，这就是为什么ZF里面都是require_once的原因，尤其是团队合作，你引我的文件，我引你的文件，很容易重复load。</p><p>或者用xdebug测试一下。</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: blog.gslin.org @ 2012-02-12 20:09:07 -->
