Skip to content

Performance

Max edited this page Aug 25, 2023 · 14 revisions

Performance Overview

For the Alchemist performance we can break it down into different parts:

  • Join Performance
  • Task Performance
  • Feature Performance

1st Part: Join Performance

For this type of performance, Alchemist monitors how fast everything happens when a player joins the server. It is based on how fast the profile is looked up from mongo. If the profile isn't in mongo we create a new one.

performance

Clone this wiki locally