YesWiki/yeswiki

Improve DB performances

Opened this issue · 0 comments

Make sure the DB connection is not initilized per request, but once for all subsequent request
Try to reduce the number of queries, and optimize them

We should use an APM tool, like newrelic or so, to help us identify where are the bottlenecks