gsx95 / georgguessr

An open source clone of Geoguessr that can be hosted serverless for free in your AWS account
4 stars 1 forks source link

Reduce room creation time #21

Closed gsx95 closed 3 years ago

gsx95 commented 3 years ago

increased creation lambda memory to 512 MB in aaac83c , now the completely random room creation with 3 rounds takes about 9s (took 23s before), 10 rounds are taking ~15s

gsx95 commented 3 years ago

further memory increase does not yield more time savings

gsx95 commented 3 years ago

b19b6ac put the room creation on the client side -> room creation reduced to ~3s for 3 rounds and ~4s for 10 rounds