Re: [PHP] Re: optimilize web page loading
- From: aballard@xxxxxxxxx ("Andrew Ballard")
- Date: Wed, 26 Mar 2008 14:37:59 -0400
On Wed, Mar 26, 2008 at 1:18 PM, Al <news@xxxxxxxxxxxxx> wrote:
You are really asking an HTML question, if you think about it.
At the PHP level, either use output buffering or assemble all your html string as a variable and
then echo it. The goal is to compress the string into the minimum number of packets.
Yes, but do so smartly. Excessive string concatenation can slow things
down as well. On most pages you probably won't notice much difference,
but I have seen instances where the difference was painfully obvious.
Andrew
.
- Follow-Ups:
- References:
- optimilize web page loading
- From: "Alain Roger"
- Re: optimilize web page loading
- From: Al
- optimilize web page loading
- Prev by Date: Re: [PHP] date CDT CST UTC
- Next by Date: Re: [PHP] Quick email address check
- Previous by thread: Re: optimilize web page loading
- Next by thread: Re: [PHP] Re: optimilize web page loading
- Index(es):
Relevant Pages
|