what can I do to speed up bootstrap beforeFilter ?

2008-11-06 Thread [EMAIL PROTECTED]
Hi, I have been migrating an application to 1.2 and partly because of some threads about performance and benchmarking I have done my own comparisons. Loading up a simple login form for my app (just Auth no ACL) 1.1 is 8-10 times faster. 1.2 quickly catches up on more complete requests with a

Re: what can I do to speed up bootstrap beforeFilter ?

2008-11-06 Thread teknoid
You have debug at 0, I presume? On Nov 6, 2:35 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have been migrating an application to 1.2 and partly because of some threads about performance and benchmarking I have done my own comparisons. Loading up a simple login form for my app (just

Re: what can I do to speed up bootstrap beforeFilter ?

2008-11-06 Thread [EMAIL PROTECTED]
It does not make much difference to the time either way actually. debug 0 results are more often down around 0.06 and debug 1 is more often around 0.08 or maybe up to 0.1 at times. On Nov 6, 8:42 pm, teknoid [EMAIL PROTECTED] wrote: You have debug at 0, I presume? On Nov 6, 2:35 pm, [EMAIL

Re: what can I do to speed up bootstrap beforeFilter ?

2008-11-06 Thread teknoid
Well, that really depends on the way the app is setup. With debug 0 you are completely bypassing the Debugger, so it should definitely improve some things. On Nov 6, 3:00 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: It does not make much difference to the time either way actually. debug 0

Re: what can I do to speed up bootstrap beforeFilter ?

2008-11-06 Thread teknoid
Also, you shouldn't get DESCRIBE queries, which can slow things down a little, depending on the models used per given page. On Nov 6, 3:00 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: It does not make much difference to the time either way actually. debug 0 results are more often down around