another small tweak is to limit or remove html comments.
this doesn't directly speed up code, but makes for less
strain on your outbound pipe (good for you) and smaller
downloads for the users (think dial-up).

i usually try to put my comments in the php code. this 
reduces the bytes sent, maintains code readablity, and 
doesn't adversely affect script execution time.


Craig




> -----Original Message-----
> From: felix zaslavskiy [mailto:[EMAIL PROTECTED]
> Sent: November 5, 2003 8:35 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: High bandwidth application tips
> 
> 
> Take a look here:
> http://phplens.com/lens/php-book/optimizing-debugging-php.php
> 
> I also recommend X-debug extention for profiling.
> 
> 
> On Wed, 5 Nov 2003 13:36:01 -0600 
> [EMAIL PROTECTED] (Luis Lebron) wrote:
> 
> > I have been coding php for a few years now, but I haven't 
> build a "high
> > bandwidth" application. I am currently working on an 
> application for a
> > customer that may have a very large amount of users (10,000 or more
> > according to the customer).  Are there any good reference 
> books, articles
> > and general information on building such a site. I have 
> been "googling" for
> > a while but have found anything on this particular topic.
> > 
> > thanks,
> > 
> > Luis R. Lebron
> > Sigmatech, Inc
> > 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to