How to examine the speed of your code results?

Posted by Goma on Programmers See other posts from Programmers or by Goma
Published on 2011-03-12T20:27:23Z Indexed on 2011/03/13 0:18 UTC
Read the original article Hit count: 231

Hi.

Whatever was your choice PHP, ASP.NET, Ruby On Rails or even JSP. You know that you can develop a website to give a specific result or to do some tasks in many ways. I mean you can change your code to make it shorter (or for any other reason) but to give the same result. In this case how do you test which code was faster to excute so you choose it to make your website faster? I mean do you have any tools or ideas in how to test the time of execution for your code and compare it with time of execution after you do some edit?

© Programmers or respective owner

Related posts about web-development

Related posts about code-quality