You should be able to find most of this information in our performance tuning documentation.
If you have any specific questions about performance tuning you can post them in our Clearspace support community.
Thanks Dawn. I didn't see anything in the documentation on enabling "query statistics status". What effect does this have on performance?
Hi,
The query stats essentially wrap each connection with a helper class which stores queries. So, the extra logic does add some time to the overall site performance. The query stats should not be used in a production environment all the time, only to try and isolate some issues that you think could be explained by long db call times.
Is there a document available that covers the subject of this video?