1
0
Fork 0
forked from OpenNeo/impress
impress/src/server
Matchu 0f7ab9d10e cache zone data
I noticed that, while looking up zone data from the db is near instant when you're on the same box, it's like 300ms here!

In this change, we start downloading zone data into the build process. That way, we can have a very fast and practically-up-to-date cache (I'm not sure I've changed it in many years), while being confident that it's in sync with the database source of truth (for things like join queries).
2020-08-17 15:28:05 -07:00
..
__snapshots__ update test snapshots 2020-08-09 23:03:53 -07:00
lib some Honeycomb fixes 2020-08-17 01:16:35 -07:00
query-tests cache zone data 2020-08-17 15:28:05 -07:00
db.js add Honeycomb logging 2020-08-16 23:28:41 -07:00
getValidPetPoses.js transition to closest valid pose for species/color 2020-05-23 13:23:24 -07:00
getValidPetPoses.test.js refactor e/gp pairs to pose enum 2020-05-23 12:47:06 -07:00
index.js cache zone data 2020-08-17 15:28:05 -07:00
loaders.js cache zone data 2020-08-17 15:28:05 -07:00
neopets.js use PetService to determine the correct pose 2020-05-23 13:55:59 -07:00
util.js use PetService to determine the correct pose 2020-05-23 13:55:59 -07:00