Hello,
I noticed that there are no indexes in the Mongo DB database, and this is causing slowdowns when displaying statistics and the event log on the administration side.
At least this type of command is missing:
db.audit_log_entries.createIndex({ creationDate: -1 })