@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, 5:46 am, Thomas Rabaix <[email protected]> wrote: > You can apply this patch : > > You can apply this patch, this will add extra time information about the > factory loading steps. > > The patch also disable the class autoload as it slow down the dev > environnement. > > > > On Tue, Oct 12, 2010 at 11:42 PM, ashton <[email protected]> wrote: > > I am experiencing an intermittent issue where sometimes it takes an > > inordinate amount of time for the page to load. > > Most of the time, the page loads fine and everything looks great (~1s) > > page load; however I occasionally see this super long load time (2 > > mins plus). > > > Inspecting the timers, the culprit is "Factories" (at 125116.40ms, or > > just over 2 minutes). > > Does anyone have any suggestions (or links that might have info) as to > > how to start tracking this down? > > > thanks > > ashton > > > -- > > If you want to report a vulnerability issue on symfony, please send it to > > security at symfony-project.com > > > You received this message because you are subscribed to the Google > > Groups "symfony users" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<symfony-users%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/symfony-users?hl=en > > -- > Thomas Rabaixhttp://rabaix.net > > factories_timer.patch > 2KViewDownload -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
