Simple Optimization for PHP and MySQL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim

    Simple Optimization for PHP and MySQL

    Here is a list of a few very simple tips for optimizing your php/mysql
    applications. Keep these in mind while developing to survive the
    digg-effect.



  • Andy Jeffries

    #2
    Re: Simple Optimization for PHP and MySQL

    On Thu, 04 May 2006 14:11:32 -0700, Tim wrote:[color=blue]
    > Here is a list of a few very simple tips for optimizing your php/mysql
    > applications. Keep these in mind while developing to survive the
    > digg-effect.
    >
    > http://ttcom.blogspot.com/2006/05/si...and-mysql.html[/color]

    The actual article is at:



    The blogspot link above is just a simple blog entry containing the text
    above and a link to dublish.com

    Aside from that, the tips are a collection of some important architectural
    things (don't read the same data from the database over and over) and some
    things that really aren't worth time worrying about (print vs echo as
    discussed here recently).

    Cheers,


    Andy


    --
    Andy Jeffries MBCS CITP ZCE | gPHPEdit Lead Developer
    http://www.gphpedit.org | PHP editor for Gnome 2
    http://www.andyjeffries.co.uk | Personal site and photos

    Comment

    Working...