0

PHP performance tips from Google

Posted by Mark Joseph Aspiras on Jun 27, 2009 in News, PHP
Source: Wordpress I saw a link on twitter referring to PHP optimization advice from Google. There are a bunch of advices there, some of them are quite sound, if not new – like use latest versions if possible, profile your code, cache whatever can be cached, etc. Some are of doubtful value – like the output buffering one, which could be useful in some situations but do nothing or be worse in others, and if you’re a beginner generally it’s...

Tags: , ,

 
0

16 PHP Frameworks To Consider For Your Next Project

Posted by Mark Joseph Aspiras on Jun 10, 2009 in PHP
Source: Sitepoint Why spend valuable time coding everything by hand? Using a framework is a great way to save time and effort on your next project—you’ll have a firm foundation to build upon, there will be pre-built modules to perform tedious coding tasks, and if you’re a learner, it’s a great way to learn about good coding practice. PHP’s massive popularity means that developers have a wide variety of frameworks to choose from. We’re sure you can find one amongst...

Tags: ,

Copyright © 2010 Mark Joseph Aspiras All rights reserved.
5MServices