|
发表于 21-1-2007 10:39 PM
|
显示全部楼层
Hi WuSheng,
Cache can created by own logic, using PHP PEAR cache lite, etc. Cache is fast, and devil.
I recommend you to have a book called PHP 5 Power Programming, this book covers the performance issues and tips in enhancing PHP overall;
Covering topics in PHP for enhancement include:
SQL Cache; using SQL lite - depends on SQL query; most probably join statement will be cached the longest time; trust me.
profiling PHP; those big big in PHP 5 knows it.
benchmarking Apache; if you're running one. [in other word torture your machine to see it's ability]
Cheers,
Calverstine |
|