Speedy on read, slow on post
Trustmaster |
|
---|---|
Output buffering might seem the porblem because it waits till the whole page is loaded, but in fact it might be delayed by something else. You can try looking at MySQL stats. Go to AdminCP => Configuration => Main Settings and enable Debugging Mode. Then add these tags to your footer.tpl: {FOOTER_CREATIONTIME}, {FOOTER_SQLSTATISTICS} and {FOOTER_DEVMODE}. It will output script and database timings, including query execution time. It may give an idea what's going wrong. May the Source be with you!
|