I'm working to identify and improve performance issues for a symfony app hosted on a shared host (at MediaTemple). The local (my laptop) development version runs great - there are clearly some actions which, under a heavy database load, will run slowly - but the vast majority of the site runs great. The hosted version, however, not so much: every page - regardless of the degree to which the page is heavily database- or processing-dependent - takes a noticeably-long time to load.
The frontend_dev.php "timers" tool usually points to the view (the last item) as the culprit, but various actions seem to contribute, too. The application is a social-networking type site, so caching really isn't an option, given that there is minimal consistent design and all content is dynamic. I've even put up an alternate layout template - with no helpers, no database calls, and no processing in the action; still seems slow. The MediaTemple host uses PHP 5.2.1. I've made sure magic_quotes_gpc is off. Anything else folks can point me toward, in general, that might make a difference? Much obliged for any help. ~Brian -- Brian P. Hoke Bentley & Hoke LLC 315-446-2300 www.bentleyhoke.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 -~----------~----~----~----~------~----~------~--~---
