Re: Cake source code optimization

2011-01-11 Thread Miles J
The 2.0 branch wont be anytime soon. On Jan 11, 5:15 am, euromark wrote: > there is none :) > i already asked myself the same question > we got to be patient (but since dev is already released in can only be > a matter of a few months) > > On 11 Jan., 10:04, Adrian Arnautu wrote: > > > I'm not t

Re: Cake source code optimization

2011-01-11 Thread euromark
there is none :) i already asked myself the same question we got to be patient (but since dev is already released in can only be a matter of a few months) On 11 Jan., 10:04, Adrian Arnautu wrote: > I'm not tracking the dev progress, could you tell me when the 2.0 release is > to be scheduled? > >

Re: Cake source code optimization

2011-01-11 Thread Adrian Arnautu
I'm not tracking the dev progress, could you tell me when the 2.0 release is to be scheduled? Thanks, Adrian On Tue, Jan 11, 2011 at 1:10 AM, euromark wrote: > thats what i remarked at the end :) > i suppose it does > > as for the other bottlenecks we will have to wait for 2.0 (and lazy > loadin

Re: Cake source code optimization

2011-01-10 Thread euromark
thats what i remarked at the end :) i suppose it does as for the other bottlenecks we will have to wait for 2.0 (and lazy loading for all kinds of stuff) On 10 Jan., 17:05, Jon Bennett wrote: > > i would have liked that cake offered some kind of packed core (like CI > > - code igniter - does)

Re: Cake source code optimization

2011-01-10 Thread Jon Bennett
> i would have liked that cake offered some kind of packed core (like CI > - code igniter - does) > > all relevant core files that are required on every single request > (30-40?) combined and minified > directly included by the dispatcher or whatever > although opcode cache should already minimize

Re: Cake source code optimization

2011-01-10 Thread euromark
i would have liked that cake offered some kind of packed core (like CI - code igniter - does) all relevant core files that are required on every single request (30-40?) combined and minified directly included by the dispatcher or whatever although opcode cache should already minimize the include p

Cake source code optimization

2011-01-10 Thread Adrian Arnautu
Hi to all, I've been developing a Cake App for the past months and now I'm at the point when some code optimization is required. Did any of you made some Cake core lib optimization? If so, could you share some tips and point me where to look. Of course, the bottlenecks could be in my database or