-
Case
Test Simple "Hello World" page output, Simple MVC logic(Router -> Controller -> Viewer), No Database Connections, No complex logic.
Hardware platform
CPU: Intel Core i5 750 (2.67GHz x4)
RAM...
-
Case
测试 MVC 中的 Router -> Controller -> Viewer, 输出 "Hello World" 简单页面,测试 MVC 在理想环境、简单逻辑、框架空载下的性能指标。
3 项指标
1) 在 index.php 中使用 microtime() 和 memory_get_usage() 粗略取得执行时间,内存占用情况
2) 使用 Facebook XHProf 扩展取得详...
-
lanbo 同学推荐的一个php框架,百度的一个工程师写的,值得关注:
Yaf?
Yaf is a PHP framework similar to zend framework, which is written in c and built as PHP extension
作者的网站:
http://www.laruence.com/
已进入php官方扩展库:
http://pecl....