Re: [PHP] Re: optimilize web page loading
- From: tedd.sperling@xxxxxxxxx (tedd)
- Date: Fri, 28 Mar 2008 11:31:32 -0400
At 9:14 AM +0100 3/28/08, Zoltán Németh wrote:
> This way for literal strings, the PHP parser doesn't have to evaluate
> this string to determine if anything needs to be translated (e.g.,
> $report .= "I like to $foo"). A minimal speedup, but nonetheless...
that above statement is simply not true. parsing "foo" and 'foo' is all
the same
a good read about it:
http://blog.libssh2.org/index.php?/archives/28-How-long-is-a-piece-of-string.html
greets,
Zoltán Németh
I read it, but it still doesn't disprove the premise.
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
.
- Follow-Ups:
- Re: [PHP] Re: optimilize web page loading
- From: Zoltán Németh
- Re: [PHP] Re: optimilize web page loading
- References:
- optimilize web page loading
- From: "Alain Roger"
- Re: optimilize web page loading
- From: Al
- Re: [PHP] Re: optimilize web page loading
- From: "Andrew Ballard"
- Re: [PHP] Re: optimilize web page loading
- From: Al
- Re: [PHP] Re: optimilize web page loading
- From: Philip Thompson
- Re: [PHP] Re: optimilize web page loading
- From: Zoltán Németh
- optimilize web page loading
- Prev by Date: Deleting file in /tmp directory
- Next by Date: Re: [PHP] Re: optimilize web page loading
- Previous by thread: Re: [PHP] Re: optimilize web page loading
- Next by thread: Re: [PHP] Re: optimilize web page loading
- Index(es):
Relevant Pages
|