Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Archive for the “Website performance optimization” Category

Website performance optimization

Finally after nearly one year I have managed to publish my first book. And I am proud to say, its all about the PHP Symfony Framework.

The Symfony framework allows you to build modern web applications and web services easily and rapidly. The MVC components separate the logic from the user interface and therefore make developing, changing, and testing your applications much faster. Using Symfony you can minimize repetitive coding tasks, optimize performance, and easily integrate with other libraries and frameworks.

Comments View Comments

I was refactoring a few developers code today, and one thing I see time and time again is two queries in favour of a left join, . The problem is symfony makes result set retrieval so easy (thanks to propel of course).

Example:
To see if an author has a comment
Read the rest of this entry »

Comments View Comments