There are a few things you can look for: 1. make sure you run the application over the production environment and not the dev or testing environment. 2. Do a clear cache to force the application rebuild the cache. If it cannot access old cache entries it just wont use cache which can slow things down a lot. 3. make sure you have a PHP opcode cache running on the server like APC cache.
On Thu, May 19, 2011 at 9:57 AM, Laxmi <laxmipsa...@gmail.com> wrote: > Hello, > > I recently completed symfony website on my laptop. The website was > working fine on my laptop. but when i put on windows server. > performance is par low, on my laptop to run a page it takes 400ms. on > server it takes 2400ms. there are around 20 simple query's no joins, > no likes etc. can some on help how can i improve the performance of > the site > > Thanks > > -- > 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 users" group. > To post to this group, send email to symfony-users@googlegroups.com > To unsubscribe from this group, send email to > symfony-users+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc identi.ca: @garethmcc -- 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 users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en