Without seeing the code it's really hard to say.  The only thing I can
suggest is thorough, controlled benchmarking.  Make one change at a
time, make sure the rest of the environment is consistent, and test
the crap out of it.

On Feb 19, 4:35 pm, bgmill <[EMAIL PROTECTED]> wrote:
> I've come across increased render times between local dev and
> production environments before and reading this thread (and the linked
> page) lit a bulb in my head :)
>
> So, I've just tested this myself on a 1.2 app and am having differing
> results. I've had a huge reduction in render time on my homepage -
> which is 17k - down from 0.2secs to 0.0022secs but one of my internal
> pages which is a lot bigger filesize - circa 45k - it hasn't made a
> blind bit of difference - render time is still around 0.3secs.
>
> I'm measuring render time in the app_controller.php between
> beforeRender() and afterFilter() and am calling @ob_end_flush() before
> splitting my output into chunks - without it I saw no gains anywhere.
>
> Any ideas why I'm getting differing results between methods Nate? both
> are in the same controller and have almost identical data - just the
> internal page has more of it being displayed.
>
> A core solution would be great but I could really do with a quick
> workaround thats consistent for now.
--~--~---------~--~----~------------~-------~--~----~
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