I just upgraded a project to 1.1 today, and so far its ok although I have two issues:
1.) The dev mode is EXTREMELY slow. Its averaging about 6 seconds to parse configuration and about 1.5 seconds to parse the view. The only odd thing I noticed in the logs is that there is a "connect" line for every route in my system, like 50 entries! Also, here is an example of my logging timers: Configuration 19 5436.99 93 Database (Doctrine) 11 0.13 0 Action "product/list" 1 1270.56 21 View "Success" for "product/list" 1 61.10 1 2.) I have a strange issue with sfDoctrinePager. In the action: ============ $this->pager = new sfDoctrinePager(); print get_class($this->pager); //sfDoctrinePager In the template: ============ print get_class($pager); //sfOutputEscaperObjectDecorator This has something to do with output escaping, but I haven't dug into it yet. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
