I enjoyed the post. There is so much information about optimization buried in dark corners all over the web. It is good to see a list of "do's" to get kick started. I do have a question though. You wrote "Always use $row ['name'] to get data from DB.Because it is 7 times faster than $row [name]"
What is the difference between $row ['name'] and $row ['name']? Did you mean to use the numeric index as apposed to the text key?
Again, thanks for the great post.







Post a Comment