Possible Duplicate:
Will PHP be slower if we add too many comments in code files?
I am making adjustments in my php script to improve performance, thus i plan to strip out all but the bare neccessites; I do not want to delete it as i may reintroduce it back again/ or use for archival purposes. my questions are, will commenting the code vs deleting the code have any significant performance differences? and will commenting the code have any security risks involved in it?
also how much of an performance boost will commenting the code vs leaving it there entail?
Thanks