Speeding up PHP Code

40 tips to optimize PHP code – for example “Error suppression with @ is very slow.” and “$row[’id’] is 7 times faster than $row[id]“.

read more | digg story

Leave a Reply