#Questions regarding caching system

1 messages · Page 1 of 1 (latest)

high flicker

I made a fight command for my game bot. It works great, but there's one major problem: It is slow. I found the issue that everytime a fight starts, the bot will get data from database, which can put a strain on the bot's response time. One of my friends suggested caching. Where do I start from caching?