>From what I can see no caching is used at all. How can I tell Symfony which cache driver it is supposed to use?
On Sep 25, 5:51 am, Tim Nagel <[email protected]> wrote: > Are you running memcached or apc cache drivers for annotations or using the > array cache? Annotations will be parsed every request when using the default > array cache. > > t > > On 25/09/2010 1:38 PM, "Dennis Jacobfeuerborn" <[email protected]> > wrote: > > I'm using PR3 and 95% of the request time increase seems to be spent > in the parsing of the annotations. > > On Sep 24, 3:39 pm, Fabien Potencier <fabien.potenc...@symfony- > > project.com> wrote: > > If you use a sandbox from before PR3, that's because there was an HTTP > > call ... -- 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 developers" 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-devs?hl=en
