Um, specifically:

"When you need to output a large or even a medium sized static bit of
text it is faster and simpler to put it outside the of PHP. This will
make the PHP's parser effectively skipover this bit of text and output
it as is without any overhead. You should be careful however and not
use this for many small strings in between PHP code as multiple
context switches between PHP and plain text will ebb away at the
performance gained by not having PHP print the text via one of it's
functions or constructs."

On Mar 2, 1:20 am, "scragz" <[EMAIL PROTECTED]> wrote:
> http://ilia.ws/archives/12-PHP-Optimization-Tricks.html
>
> On Mar 1, 8:39 pm, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote:
>
> > On 3/2/07, mozart_ar <[EMAIL PROTECTED]> wrote:
>
> > > This would
> > > help to the performance of cakephp, correct? Why the script bake.php
> > > makes the opposite?
>
> > Did you perform any tests to confirm your assumptions?
>
> > If not - I would suggest do so and be surprised ;)
>
> > Besides what Grant as written holds true.
>
> > HTH
> > Tarique
>
> > --
> > =============================================================
> > PHP for E-Biz:http://sanisoft.com
> > Cheesecake-Photoblog:http://cheesecake-photoblog.org
> > =============================================================


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to