PHP code comments parse speed

benchmarking, comments, php

Solution

Useless optimization

b. strip off comments to speed up code

Not a solid benchmark, but this particular post has great PHP performance tips and some mythbusters.

Problem

Does anyone have a solid benchmark about the speed of parsing PHP code comments? Meaning, will excessive comments increase the time to process a PHP page?

Original source

Related problems