Here are some ressources :
http://www.schlossnagle.org/~george/talks/
http://www.whenpenguinsattack.com/2006/08/14/using-php-in-large-websites-redone/
http://www.devshed.com/c/a/PHP/Debugging-and-Performance/
http://www.devshed.com/c/a/PHP/Optimizing-System-Performance/
http://www.linuxquestions.org/linux/answers/Jeremys_Magazine_Articles/Optimizing_PHP_Part_One
http://www.linuxquestions.org/linux/answers/Jeremys_Magazine_Articles/Optimizing_PHP_Part_Two
http://ilia.ws/archives/12-PHP-Optimization-Tricks.html
http://www.zend.com/zend/trick/trick-optimizing-php.php
http://phplens.com/lens/php-book/optimizing-debugging-php.php
http://2bits.com/articles/php-op-code-caches-accelerators-a-must-for-a-large-site.html
http://www.procata.com/blog/archives/2006/10/31/faster-page-loading/
http://blinduser.blogspot.com/2006/04/10-php-speed-improvement-tips-for.html
http://www.oreillynet.com/onlamp/blog/2006/04/digg_phps_scalability_and_perf.html
http://jroller.com/page/rolsen/20060419/
http://www.dublish.com/articles/10.html
http://blogs.phparch.com/mt/?p=132
ibm serie
http://www-128.ibm.com/developerworks/views/opensource/libraryview.jsp?search_by=make+php+apps+fast
http://www.ibm.com/developerworks/linux/library/l-tune-lamp-1/
http://www.ibm.com/developerworks/linux/library/l-tune-lamp-2.html?ca=dgr-lnxw01LAMPTuningP2
http://developer.yahoo.com/performance/rules.html
--
Laurent Melmoux - [EMAIL PROTECTED]
ashish.sharma a écrit :
Hello All, I am working on PHP from quite some time. I am pretty much
comfortable in writing PHP code but I always want that I should write
good, quality code. For this I always look for the best practices
which other developers uses and implement and I am writing this for
the same reason as I would like to know how can i code a good,
optimized PHP code. What are the areas where I can optimize my code
more to avoid extra consumption of resources h/w or s/w. What are the
best practices I can follow to optimize my code to increase the speed
and performance of my application and to reduce down the memory
consumption. For example .. In an application where I am having some
different settings for each of the user/visitor, then what will be the
best approach of doing this? Should I keep all the settings in
sessions or should i create an xml/ini file for each user and call
that in the bootstrap file (at runtime, on the basis of the the User)
to pick the settings of that user. These are the kind of questions for
which I always have to think. So, can anyone suggest me some source /
article / reference from where I can find the solutions of such of my
problems. Looking forward for your suggestions .. Thx to all .. Ashish
------------------------------------------------------------------------
View this message in context: Optimized PHP
<http://www.nabble.com/Optimized-PHP-tf4559880s16154.html#a13013015>
Sent from the Zend Framework mailing list archive
<http://www.nabble.com/Zend-Framework-f15440.html> at Nabble.com.