I have similar problem as seen in Incredibly slow load times using CakePHP on GoDaddy hosting
My cakephp app is too slow to be real... Some details:
- With debug as 2 it runs fine on my localhost with test database
- With debug as 2 it is reaaally slow on my test host with test database
- With debug as 0 it runs fine on my test host with test database
Debug Kit timer says almost the same time for each one of the three attempts.
I need debug = 2 on my test server... One difference is that in test server its inside the trunk folder that was checked out with and on my localhost its directly checked inside the project folder.
Any idea?