Re: [symfony-users] Performance

2011-05-20 Thread Gareth McCumskey
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 d

Re: [symfony-users] Performance

2011-05-19 Thread Marco Pivetta
You could use Xdebug and Cachegrind (or Webgrind) to check what's going wrong in there by profiling script execution times and used resources ;) Marco Pivetta @Ocramius http://marco-pivetta.com On 19 May 2011 09:57, Laxmi wrote: > Hello, > > I recently completed s

[symfony-users] Performance

2011-05-19 Thread Laxmi
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 o

[symfony-users] performance problem with sfDoctrinePage on symfony 1.2

2010-04-19 Thread mehdi hadef
Hi all, I have a performance problem on a page using sfDoctrinePager. It takes more than 5 seconds to display the page on local server. Let's see the code in my actions.class about the pager : $this->product = $this->getRoute()->getObject(); $this->pager = new sfDoctrinePager( 'Pr

[symfony-users] Performance : sfSuperCachePlugin, sfOptimizerPlugin - Where are they now ?

2009-11-16 Thread theredled
Hi, I was reading "Performance" chapter of the "definitive guide" for Symfony 1.2 ( http://www.symfony-project.org/book/1_2/18-Performance ) In opposition to what is said there, sfSuperCachePlugin, sfOptimizerPlugin, sfErrorLoggerPlugin plugins, which seem very important for that part, are not a

[symfony-users] Performance : sfSuperCachePlugin, sfOptimizerPlugin - Where are they now ?

2009-11-16 Thread theredled
Hi, I was reading "Performance" chapter of the "definitive guide" for Symfony 1.2 ( http://www.symfony-project.org/book/1_2/18-Performance ) In opposition to what is said there, sfSuperCachePlugin and sfOptimizerPlugin are not available anymore for Symfony 1.2. So the question is : why ? Is Sy

[symfony-users] Performance & ORM for Symfony 1.3

2009-10-20 Thread roberto german puentes diaz
Well, it’s just very initial The problem: Follow Practical Jobeet with Propel and Doctrine, and using Symfony1.3, How long takes interac with a simple CRUD? Reading the Chapters 1 and 3, for each ORM, and warp to front controller for DEV enviorement inside a benchmark file, these is the results h

[symfony-users] Performance & tricks for Symfony

2009-10-14 Thread roberto german puentes diaz
Before practical test, how much is $v ?? $v = (int) ( (0.7 + 0.1) * 10); how many of you, can accept? Beware with (int) !! cheers to all -- Cr. Puentes Diaz MP 10.12726.9 Córdoba - Argentina www.puentesdiaz.com.ar/blog/ www.puentesdiaz.com.ar/blog/novedades www.twitter.com/puentesdiaz Linux

[symfony-users] Performance isset vs strlen

2009-10-14 Thread roberto german puentes diaz
Hi to all, here i send you a script for compare isset vs strlen. Maybe symfony can gain something with this! if (isset($username[5])) { //That's OK!; } is more faster than if (strlen($username) == 5) { //That's OK!; } Sure, there are cases where ask or know the l

[symfony-users] Performance optimization!HELP!!

2009-09-16 Thread Shi Zhuguo
Hi there, We've just finished a product using Symfony 1.2.7 and it is going to be online. But after test we got a critical performance problem. We use Doctrine as database interface layer. So far we haven't do many optimizations so I am here for some practical, effective and quick ways to do opt

[symfony-users] Performance: Frozen or Not?

2009-06-04 Thread Sid Ferreira
Wich may run faster (if have any difference)? -- Sidney G B Ferreira Desenvolvedor Web --~--~-~--~~~---~--~~ 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@google

[symfony-users] Performance of Symfony/Propel

2008-03-03 Thread Silvain Piree
Hi, i'm evaluating symfony for developing a new system. Until now symfony has looked very promising, but last week i did some performance tests on Propel, and the results were really disappointing. For online applications the performance of Propel is acceptable (not good, but acceptable).

[symfony-users] Performance

2008-01-23 Thread Leo Barrientos C.
FYI http://wiki.rubyonrails.org/rails/pages/Framework+Performance Is true? -- Leo Barrientos C. Responsable de operaciones - OpenSistemas Madrid. www.opensistemas.com Madrid: 902 10 73 96 Móvil: 662319448 España. --~--~-~--~~~---~--~~ You received this message

[symfony-users] Performance problems with MySQL on OS X

2007-12-08 Thread Simon Roby
This isn't really a symfony question, but from past discussions I figure there are many Mac users on this list so I guess I have a good chance of getting any replies. At work, on my Linux workstation, MySQL runs quite well, and on our production server (also running Linux) too. But on my MacBook

[symfony-users] performance issue with selectJoinAll statement

2007-09-15 Thread Quenten Griffith
Hello everyone, I am working on a small project at work to replace our Server Inventory Spread Sheet with a Inventory application that I am going to develop with symfony using MySQL as the backend. We have about 200+ servers that we track various information on. I have a few one to many relationshi