
Performance © automild.com
This is a guest post by Elvis Ciotti of phpntips.com.
Except for some small websites with static pages, any dynamic website or application exposed to the public should be always be properly optimised; at least by caching the data retrieved from the database.
A site not optimised and not cached could saturate the host server resources and bring it to its knees – Argh!! All the other applications will then be not available, except if there is a resource control on single applications until either you or your systems administrator has had the opportunity to both investigate and correct the issue.
But I’m not a high traffic website! Well a little traffic does not mean you are safe either. A spider or robot, from Google, Bing etc., could easily saturate the server resources when fetching our pages with thousands of request in a few seconds. So, please, address this issue!
When optimising a site you must consider:
I personally work with the LAMP stack and Zend Framework. Through the following links, you will find more details about how to optimise PHP applications, with specific tips for Zend Framework applications
If you want to read more by Elvis, check out his blog: phpntips.com.
If you liked what you read and would like to see more, please retweet it, or give it a like on facebook or even give it some digg love. And we always value you feedback and comments.
till next time,
Matt
If you're new to or migrating to the Zend Framework this book will help you get up and running quickly.
Whether you're completely new to Zend Framework, have experience in PHP or other MVC-based frameworks, this book will teach you what you need to know to successfully develop applications with Zend Framework 2. Register your interest TODAY to get your copy of the book when it's released in April
Why Kohana is an Excellent Alternative to Zend Framework
20 Jul 2012

Writing a simple blog with Zend Framework and mongoDB
07 Nov 2010

Zend Framework 2 – Hydrators, Models and the TableGateway Pattern
15 May 2013

Zend Framework 2 Event Manager – A Gentle Introduction
15 Jan 2013