YesWiki / yeswiki

YesWiki is a wiki system written in PHP, including extensions making collaboration more simple (databases, maps, easy editing, bootstrap themes,...).

Home Page:https://yeswiki.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve DB performances

seballot opened this issue · 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