My CakePHP app is getting very slow... Although the debug give me "(default) 79 queries took 24 ms" the pages takes about 8 to 10 seconds to load. Other script running on the same server are performing well, even empty pages on this same application is still loading good with all the App Controller functions running. Yet it is too slow in querying pages even if the autoRender is set to false. so it has nothing to do with the HTML and Images !! :(
I thought it's with the mobile device detection I had there but that runs in the App Controller beforeFilter() function so it should be running on empty pages too !!! Is there a way i can debug that parts that makes all this delay ?! Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en To unsubscribe, reply using "remove me" as the subject.
