I've been looking into ways of making PHP faster on an older server we have.
I'm finding a considerable amount of free caching extension/programs for PHP
but my aging platform is causing me some issues ;-)
I'm running IIS 5.0 (Windows 2000) and PHP 5.2
Does anyone know of a good free caching solution for the above? Everything I
seem to find starts at IIS versions with FastCGI - something I don't have
because it's not available for IIS 5.0
Anyway, I'd love to implement server side caching so if someone could point
me in the right direction I'd appreciate it :-)
Best!
Dave
Nm....I managed to get xcache working and it dropped my page display times
from 104ms to 35ms... :-)
I'm still working on tweaking :-)
Best!
Dave
Good job. :-)
The 'Rubber Duck' principle at work. ;-)
Good luck tweaking!
Regards,
Erwin Moller
>
> Best!
> Dave
>
>
--
"There are two ways of constructing a software design: One way is to
make it so simple that there are obviously no deficiencies, and the
other way is to make it so complicated that there are no obvious
deficiencies. The first method is far more difficult."
-- C.A.R. Hoare