woogles-io / liwords

A site that allows people to play a crossword board game against each other
https://woogles.io
GNU Affero General Public License v3.0
91 stars 14 forks source link

investigate random slowdowns #1202

Open domino14 opened 1 year ago

domino14 commented 1 year ago

9/25/23 @ 08:15 pm and @ 08:31 pm (EST) or so there were lag spikes. People reported "Connecting to server..." and moves not registering on the app.

Logs show some extra SLOW SQL statements. But this could be because requests are getting backed up and coming all at once. We need more monitoring.

Things to monitor:

Also see #1136. This may still be a significant cause of lag as it causes a lot of channel pressure.

domino14 commented 1 year ago

image a lot of these "context canceled" errors occur. Is this because people keep refreshing and it kills the Twirp connection?