improve speed? solved

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
scarface222
Forum Contributor
Posts: 354
Joined: Thu Mar 26, 2009 8:16 pm

improve speed? solved

Post by scarface222 »

The title is the question.
Last edited by scarface222 on Sat Mar 06, 2010 2:12 pm, edited 1 time in total.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

No

Post by requinix »

The title is my answer.
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?

Post by scarface222 »

haha thanks man
Griven
Forum Contributor
Posts: 165
Joined: Sat May 09, 2009 8:23 pm

Re: Should I remove excess space in php docs to improve speed?

Post 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.
scarface222
Forum Contributor
Posts: 354
Joined: Thu Mar 26, 2009 8:16 pm

Re: improve speed? solved

Post by scarface222 »

thanks griven I appreciate it
Post Reply