[symfony-users] Re: Tracking down issue in factories

2010-11-11 Thread stephenrs
know if I come upon anything.  I would be very interested in anything that you come up with though. @Thomas - My thanks as well. On Wed, Oct 20, 2010 at 5:13 PM, stephenrs ssgro...@gmail.com wrote: @ashton - did you ever track this down? I've having the same problem. @Thomas - thanks

[symfony-users] Re: Factories : storage taking a really long time to load

2010-11-11 Thread stephenrs
: Are you storing doctrine object into session ? On Thu, Oct 21, 2010 at 11:45 PM, Thomas Ohms thomas.o...@googlemail.comwrote: Are you using cache? Do you maybe have different caching compared to your dev an prod server? 2010/10/21 stephenrs ssgro...@gmail.com I'm preparing

[symfony-users] Re: Tracking down issue in factories

2010-11-11 Thread stephenrs
anything.  I would be very interested in anything that you come up with though. @Thomas - My thanks as well. On Wed, Oct 20, 2010 at 5:13 PM, stephenrs ssgro...@gmail.com wrote: @ashton - did you ever track this down? I've having the same problem. @Thomas - thanks for the patch - it helped

[symfony-users] Factories : storage taking a really long time to load

2010-10-21 Thread stephenrs
I'm preparing a site for launch - moving it out of my local dev environment to a remote VPS host, and I've discovered that sometimes pages take up to 60+ seconds to load on the VPS. Using the symfony debug toolbar, I've further discovered that the delay is happening during the loading of my

[symfony-users] Re: Tracking down issue in factories

2010-10-21 Thread stephenrs
@ashton - did you ever track this down? I've having the same problem. @Thomas - thanks for the patch - it helped me narrow the problem down to Factories : storage, but not sure exactly why my file based PHP session storage would cause such a delay. Any ideas? Thanks to you both. On Oct 13,