The comments affect very much the times loading of a web page?

Newbie Member
23Mar2009,16:36   #1
AccesInterzis's Avatar
I often write comments when I create a PHP script or when I write in HTML and CSS. My question is: those comments affect very much the loading times of my web page?
Go4Expert Founder
23Mar2009,19:06   #2
shabbir's Avatar
HTML Comments does but not PHP comments.

I would suggest you read Speed up your web pages
Team Leader
21May2009,22:05   #3
pradeep's Avatar
Comment your programs is a good scripts, PHP comments are removed by the interpreter while compiling your script.