CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: The efficiency

  1. #1
    Join Date
    Feb 2006
    Posts
    157

    The efficiency

    How is the efficiency of a PHP (or any other server-side) script estimated?
    Thank you

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: The efficiency

    What do you mean by efficiency estimated? If you are talking about how to people know that it is good, well, you have to compare it to other languages. Can you please explain better?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Feb 2006
    Posts
    157

    Re: The efficiency

    How can clients get the php file faster? What are indicators about the quality of PHP script? If I wrote two scripts doing same thing how can I compare them?
    Thank you

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: The efficiency

    You mean optimization. Well, first, you can tell the more optimized code by speed. This sometimes is distinguishable to the human eye. If not, you probably don't need to worry about it.

    Also, you can compare the resources used on the server. Choose the one that works best for you and uses less resources to accomplish the task.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  5. #5
    Join Date
    Dec 2003
    Location
    Middletown, DE
    Posts
    67

    Re: The efficiency

    If enabled on the web server, web logs can show response time in ms.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured