On Mar 17, 2011, at 10:44 AM, Anthony wrote:
> Thanks. This is helpful.
>
> On Thursday, March 17, 2011 1:14:22 PM UTC-4, Jonathan Lundell wrote:
> On Mar 17, 2011, at 9:45 AM, Anthony wrote:
>> On Thursday, March 17, 2011 11:17:17 AM UTC-4, Jonathan Lundell wrote:
>> On Mar 17, 2011, at 7:40 AM,
Thanks. This is helpful.
On Thursday, March 17, 2011 1:14:22 PM UTC-4, Jonathan Lundell wrote:
> On Mar 17, 2011, at 9:45 AM, Anthony wrote:
>
> On Thursday, March 17, 2011 11:17:17 AM UTC-4, Jonathan Lundell wrote:
>>
>> On Mar 17, 2011, at 7:40 AM, Anthony wrote:
>>
>> In the book under "Eff
On Mar 17, 2011, at 9:45 AM, Anthony wrote:
> On Thursday, March 17, 2011 11:17:17 AM UTC-4, Jonathan Lundell wrote:
> On Mar 17, 2011, at 7:40 AM, Anthony wrote:
>> In the book under "Efficiency Tricks" it says:
>>
>> Set session.forget() in all controllers and/or functions that do not change
>
On Thursday, March 17, 2011 11:17:17 AM UTC-4, Jonathan Lundell wrote:
>
> On Mar 17, 2011, at 7:40 AM, Anthony wrote:
>
> In the book under "Efficiency Tricks" it says:
>
> Set session.forget() in all controllers and/or functions that do not
> change the session.
>
> Does this new change m
On Mar 17, 2011, at 7:40 AM, Anthony wrote:
> In the book under "Efficiency Tricks" it says:
>
> Set session.forget() in all controllers and/or functions that do not change
> the session.
>
> Does this new change make it unnecessary to bother calling session.forget()
> in most cases because s
>From my understanding, sessions are only forgotten if not changed, so
if you add something to the session, it gets saved. This speedup
prevents saving the session when there is nothing to save.
And you could always use cache or db for analytics if that's what you
are looking for.
Ross Peoples
O
In that case, great job to you both!
On Mar 16, 2011, at 1:57 PM, Massimo Di Pierro wrote:
> You should also thank Jonathan, we have been working together on this.
>
> Massimo
>
> On Mar 16, 11:40 am, Ross Peoples wrote:
>> Ok, here are the results from testing the welcome app:
>>
>> BEFORE T
Works for me now - and certainly feels very snappy! No sessions files being
created unless user logs in.
On 16 March 2011 16:01, Massimo Di Pierro wrote:
> I found out that auth was causing session to be saved even if unused.
> I changed it.
>
> With the latest trunk, auth.define_table(migrate=F
On Mar 15, 2011, at 6:00 AM, Ross Peoples wrote:
> I just noticed that the sessions are still being saved, which may be why I
> didn't see any performance improvement. I deleted all of the sessions inside
> the sessions folder, stopped and restarted the server, then visited the
> /default/index
9 matches
Mail list logo