Forums / Cotonti / Support / Siena 0.9.1 Slow to post/submit to database

Speedy on read, slow on post

Trustmaster
#29649 2011-05-14 19:56

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!