impress-2020/src
Matchu 5a91dd2f2a in-memory cache for modeling query
I'm using my first ever MySQL Store Procedure for clever cleverness in caching the modeling query!

I realized that checking for the latest contribution timestamp is a pretty reliable way of deciding when modeling data was last updated at all. If that timestamp hasn't changed, we can reuse the results!

I figured that, because query roundtrips are a bottleneck in this environment, I didn't want to make that query separately. So, I built a MySQL procedure to do the check on the database side!
2020-09-06 15:49:08 -07:00
..
app simplify petAppearance cache lookup, remove hacks 2020-09-05 16:37:17 -07:00
images add UC support! 2020-08-31 20:26:15 -07:00
server in-memory cache for modeling query 2020-09-06 15:49:08 -07:00
index.js inline index.css, omit unused fonts, preload hints 2020-05-18 00:56:46 -07:00