Re: commenting a processing hog???

2000-04-19 Thread Sharon DiOrio
Put commenting in between two tags like this: This will strip out the white space used by the commenting from being sent to the browser (which is why you're seeing a performance degradation.) I prefer to envelope my processing code in the same tags for the same reason. Sharon At

RE: commenting a processing hog???

2000-04-19 Thread Bob Hendren
It will probably depend on if you're using CF or standard HTML comments (three dashes vs. two at beginning and end of comment) and if there are blocks around the commented code also. If you practice putting at the top of the document and at the bottom, CF will have to look at every character.

RE: commenting a processing hog???

2000-04-19 Thread Cameron Childress
I would assume that it would depend on your server settings. I would think that once the page is turned into pcode, that the comments would all be stripped out, and it would be the same as a non-commented file. I'd try doing your tests again, but make sure you have some template cache avail on t