Page 1 of 1
improve speed? solved
Posted: Fri Mar 05, 2010 7:06 pm
by scarface222
The title is the question.
No
Posted: Fri Mar 05, 2010 7:17 pm
by requinix
The title is my answer.
Re: Should I remove excess space in php docs to improve speed?
Posted: Fri Mar 05, 2010 7:32 pm
by scarface222
haha thanks man
Re: Should I remove excess space in php docs to improve speed?
Posted: Fri Mar 05, 2010 9:45 pm
by Griven
No.
With the computational power of todays computers, whitespace is cheap. Also, whitespace serves as a visual separator, helping you to read and organize your code. You can sacrifice a few fractions of a millisecond for readability.
Re: improve speed? solved
Posted: Sat Mar 06, 2010 2:12 pm
by scarface222
thanks griven I appreciate it