On Wed, 2008-10-01 at 10:40 -0700, [EMAIL PROTECTED] wrote: > As i understand it, symfony does not recognize new classes until the > "config_autoload.yml.php" file is created (on first hit). Clear the > cache and call your site in dev mode, and see how much it takes to > build that file. I wouldn't like to wait that long on "every" request. > Or did i missunderstood you?
Hi, The point is that it does _not_ take that long on every request -- only if you clear your cache. I may be alone on this, but I do not clear the cache every few seconds. I only clear it when I add a new file. If you are experiencing extremely slow requests, then profile your code. If you find the slow down is in symfony's autoloader, then it is a bug and should be reported. CArl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
