improve speed? solved
Moderator: General Moderators
-
scarface222
- Forum Contributor
- Posts: 354
- Joined: Thu Mar 26, 2009 8:16 pm
improve speed? solved
The title is the question.
Last edited by scarface222 on Sat Mar 06, 2010 2:12 pm, edited 1 time in total.
-
scarface222
- Forum Contributor
- Posts: 354
- Joined: Thu Mar 26, 2009 8:16 pm
Re: Should I remove excess space in php docs to improve speed?
haha thanks man
Re: Should I remove excess space in php docs to improve speed?
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.
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.
-
scarface222
- Forum Contributor
- Posts: 354
- Joined: Thu Mar 26, 2009 8:16 pm
Re: improve speed? solved
thanks griven I appreciate it