larvalabs / breaker

Chat rooms for subreddits.
http://www.breakerapp.com
20 stars 3 forks source link

Improve websocket join performance #9

Closed megamattron closed 8 years ago

megamattron commented 8 years ago

We're still averaging 1sec+ when joining, probably something slow in there.

megamattron commented 8 years ago

Notes to self, things still to fix:

megamattron commented 8 years ago
megamattron commented 8 years ago

Performance seems solid now after the changes mentioned above:

20:59:06,892 INFO  ~ Websocket join time for megamatt2000: 89ms

Initial state loading is slower, but still pretty reasonable considering how much data I'm loading (I'm in most rooms):

20:59:00,086 INFO  ~ measure#fullstate.timing.load=430ms

Calling this closed for now.