A couple of hours ago, I noticed my site was taking a long time to load. I tracked it down to my SQL query which was taking several seconds to run, when it used to take under a second. I looked through my code for a solution, but couldn't find any reason why it was running slowly. Then after a while, I checked and my site was loading quickly again and the SQL query was running quickly.
Since I hadn't changed my code, does this mean it was an issue with Pythonanywhere's SQL services running slowly? And if so, is it normal to have periods where the SQL service runs slowly?
Just wondering, thanks.