There might be a better way to disable compilation by modifying the framework bundle, I'll propose it in a coming PR.
On Jan 8, 6:19 pm, Victor Berchet <[email protected]> wrote: > It much easier not to use a compiled version of the kernel classes > while hacking the sf2 core (in order to be able to set breakpoints and > trace human readable code). > > Is there a specific reason why the call to > ClassCollectionLoader::load() is not wrapped in a if (!$this->isDebug) > {} block in HttpKernel/Kernel.php ? > > I can see no visible impact (> 1ms) on the response time while not > using compiled classes in dev mode. > > Thanks for your inputs, > Victor -- 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
