提高define性能的php扩展hidef的安装和使用

2019-04-09 04:59:49刘景俊

}

define() is notoriously slow. Since the main benefit of APC is to increase the performance of scripts/applications, this mechanism is provided to streamline the process of mass constant definition. However, this function does not perform as well as anticipated.

For a better-performing solution, try the hidef extension from PECL.

APC的文档中推荐使用hidef。
相关文章 大家在看