RSS-2.0

Category PHP

  • 40 Tips to Optimize Your PHP Code

    If a method can be static, declare it static. Speed improvement is by a factor of 4. echo is faster than print. Set the maxvalue for your for-loops before and not in the loop. Unset your variables to free memory, especially large...

    Read more...
    10/15/2007 11:03:00 PM Category PHP Comments 0