forked from MarseyWorld/MarseyWorld
Snakes
683d562058
For the past week, we noticed a gradual increase in CPU usage and request times. Use of a sampling profiler revealed the time waas spent in serializing/deserializing data stored in Redis. In particular, the user counter dicts were filtered for calculation of the loggedin/out counters, but the filtered versions were never stored. To make concurrency safe, we still filter on every request, but at least the resting data will eventually be appropriately filtered, and this data is non-critical regardless. |
||
---|---|---|
.. | ||
actions.py | ||
alerts.py | ||
assetcache.py | ||
awards.py | ||
casino.py | ||
cloudflare.py | ||
const.py | ||
cron.py | ||
discord.py | ||
get.py | ||
jinja2.py | ||
lazy.py | ||
lottery.py | ||
marsify.py | ||
media.py | ||
offsitementions.py | ||
owoify.py | ||
regex.py | ||
roulette.py | ||
sanitize.py | ||
security.py | ||
slots.py | ||
sorting_and_time.py | ||
stats.py | ||
treasure.py | ||
twentyone.py | ||
wrappers.py |