开发者

Does comments affect when including files in PHP? [duplicate]

开发者 https://www.devze.com 2023-04-13 04:06 出处:网络
This question already has answers here: 开发者_运维问答Closed 11 years ago. Possible Duplicate: Commenting interpreted code and performance
This question already has answers here: 开发者_运维问答 Closed 11 years ago.

Possible Duplicate:

Commenting interpreted code and performance

When you include a file in PHP with include() or any other function, its perfomance is affected by the amount of comments of the included file?

(I am not saying I am going to sacrifice legibility)


No, the savings of time required to parse the file is not even measurable (too small) and not worth slightest consideration. It's definitely not the bottleneck of performance, so to say.

0

精彩评论

暂无评论...
验证码 换一张
取 消