Posted by Andy Hassall on 12/12/06 19:16
On 12 Dec 2006 09:35:00 -0800, "Hermann" <Hermann.Richter@gmail.com> wrote:
>My site is a bit slow showing the main page so I thought caching query
>result in PHP will improve performace.
>Then I read MySQL documentation and saw that MySQL does have a caching
>feature.
>So... now I dont know if doing the PHP caching is worth the pain.
>Would there be any noticed performace improvement if I cache query
>results in PHP, considering that MySQL is already caching the queries?
It depends. Benchmark it on your system; I have no idea where the bottleneck
on your system is, only you can measure that.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|