Do you know when we are writing PHP code how much its impact on performance of our program?
Are we aware the right way of writing code which help to improve the execution time?
How many times we are bother to use string in single ( ' ) quotes rather then double( " ) quotes just an example. There are many php methods we using unknowingly which degrades performance of the application due to higher execution time. Lets correct it now by follow the php benchmark
http://phpbench.com/
You probably already knew these, but a refresher is never worthless :-)
Are we aware the right way of writing code which help to improve the execution time?
How many times we are bother to use string in single ( ' ) quotes rather then double( " ) quotes just an example. There are many php methods we using unknowingly which degrades performance of the application due to higher execution time. Lets correct it now by follow the php benchmark
http://phpbench.com/
You probably already knew these, but a refresher is never worthless :-)
No comments:
Post a Comment