You should take a look at the cpu usage on your server, if it's high look into moving your database to another server and use more than one process for nodebb. It also helps to use redis for sessions so mongodb doesn't have to deal with that. https://docs.nodebb.org/configuring/scaling/