I have a PyroCMS project and it takes a VERY long time to load a page.
For example, in the CMS portion, it’s not uncommon to see:
Rendered in 5.3715 sec. using 13.72MB.
Is there a log somewhere I can view to see what’s taking so long?
EDIT Added ?_debug=1 and this is my Benchmark
BENCHMARKS
Loading Time: Base Classes 0.8124
My Controller 2.2116
Parse 0.0004
Controller Execution Time ( Admin / Index ) 3.3362
Total Execution Time 4.1492
Knowing more about your setup would help substantially.
Are you using Windows?
Are you logging everything or just errors?
Is this on the Dashboard?
Is caching set up, or is it trying to load all the data every time?
What version is it?
Is your server on the moon?
We’ve got some very high profile sites using PyroCMS (UNICEF for example) so we know it is not outright slow.
Try adding
?_debug=1to the URL to see some benchmark information.