TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PHP Performance by Rasmus Lerdorf

41 点作者 ahmicro大约 14 年前

3 条评论

vmind大约 14 年前
The slides (<a href="http://talks.php.net/show/dojo/1" rel="nofollow">http://talks.php.net/show/dojo/1</a>) seem good as a quick overview of the talk. The take home messages generally being: make sure you know where your application is spending its time using strace, and to track superfluous overhead (such as configurable fallbacks that you can hardcode in a deployed application). Also: HipHop is not a magic bullet. Without heavily computational application code it gives only marginal improvements over PHP with APC, at least in these tests.
评论 #2442654 未加载
jamaicahest大约 14 年前
He optimizes stuff he thinks is expensive and then runs the profiler to see what's expensive and then ends up saying "If you don't know what things cost, you are lost." Seems someone needs to take their own advice. Based on the slides, did not have the patience to wait 10 minutes for the vimeo video to load.
jolan大约 14 年前
Just about the same talk was discussed before:<p><a href="http://news.ycombinator.com/item?id=1566546" rel="nofollow">http://news.ycombinator.com/item?id=1566546</a>