You're right, it appears I let myself get misled a bit by the Chrome debugger. We are using database sessions, which despite still making calls to session_start() seem to be immune to the issue. The request times I'm getting from my DebugKit logs are all coming in at reasonable lengths.
The serialization issue must be client side then, I'll have to dive into this further. On Thu, Mar 22, 2012 at 1:00 PM, 100rk <[email protected]> wrote: > > this is being caused by each request needing an exclusive lock on the >> session >> > > Lock on the session file(s). Solution is simple - do not use filesystem > based session storage in production. > > http://book.cakephp.org/2.0/en/development/sessions.html#built-in-session-handlers-configuration > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Brad Koch Email: [email protected] Phone: 989-372-1212 -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
