I'm new to Symfony and take over Symfony 1.4 (Propel ORM) project in the company from someone who resigned with immediate effect.
I went through jobeet tutorial and generally comfortable to Symfony. Now project is about to finish but when I see logs, I find lot of queries running for every single page. On lot of pages, queries are running within loops. As per my experience, no SQL query should run in loop.
This left me worried about post release performance of the project.
In jobeet tutorial or else where, I didn't find much about database optimization using symfony 1.4/propel. Is there any good tutorial/guidelines about database and performance optimization for Symfony 1.4 (with propel)
From where, should I start with optimization phase. I'm basically interested to know few links and how other experienced symfony developers optimize their projects.