Re: Optimization of PHP Code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Friday 18 July 2008 15:53:06 Manoj Singh wrote:
> Hello All,
>
> I am developing the web site in PHP using MYSQL database.
>
> Can you please provide me some tips to write the optimized code.
>
> Best Regards,
> Manoj Kumar Singh

Premature optimization as root of all evil.

Use less sql connection as possible.

If you had opcode cache, put everthing in php code 
then include it. 

Do not use, template system, use inline php code for templates.

Regards

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux