fantasycalendar / Fantasy-Calendar

Build a calendar that fits your world! Whether you're a GM just here to track your Forgotten Realms campaign with a preset calendar, or a fanciful world-builder with 12 moons (Like Eberron's) and zany timekeeping systems to match, we've got you covered.
https://app.fantasy-calendar.com
91 stars 7 forks source link

Command Efficiency #357

Closed V13Axel closed 5 months ago

V13Axel commented 5 months ago

Currently, every 15 minutes we've got huge usage spikes, which I'd bet is costing us a fair bit of extra compute time.

I suspect the culprit is our "demand payment" command that is set to run once every 15 minutes.


Update: I identified the need to add a few indexes, reducing query time for the demand-payment command from 18-20 seconds down to just 90ms.