标签: php performance include comments
可能重复: Commenting interpreted code and performance
当您在PHP中使用include()或任何其他函数包含文件时,其性能会受到所包含文件的注释量的影响吗?
include()
(我不是说我要牺牲易读性)
答案 0 :(得分:5)
不,解析文件所需的时间节省甚至不可测量(太小),也不值得考虑。这绝对不是性能的瓶颈,所以说。