2009/12/2 M@ <[email protected]> > > I will have to work with the admin of this particular system to check out > the caching. In the meantime, I've followed the Zend optimization > instructions to remove all the require_once lines. That seems to have given > a dramatic boost in speed - enough to keep it form timing out, yet it's > still too slow. Hopefully the caching will be the answer :) >
If the application uses a database, check the indexes. I've seen issues like this before caused by the data from the original server being exported without any of the indexes. -- Tim Fountain http://tfountain.co.uk/
