You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading the homepage with under 10 players takes roughly 5 seconds.
Loading a player page takes roughly 3 seconds
Increasing the amount of players to say 60 renders the application unusable.
We need to start worrying about performance and fix some bottlenecks. After some discussion, here are some possible paths:
We tweaked the MongoDB connector to log each query and loading the homepage with 7 players triggers 821 queries to MongoDB. Most of which are pretty similar to each other.
Looking at the time passed in user vs kernel space might yield interesting information.
Profiling the app as it runs could also yield potential information.
Keep updating this issue with the information you gather so we can find appropriate fixes.
The text was updated successfully, but these errors were encountered:
Currently:
Increasing the amount of players to say 60 renders the application unusable.
We need to start worrying about performance and fix some bottlenecks. After some discussion, here are some possible paths:
Keep updating this issue with the information you gather so we can find appropriate fixes.
The text was updated successfully, but these errors were encountered: