I am free user of pythonanywhere and I've hosted my prototype Django based webapp on pythonanywhere. DJango server is REST base APIs which are called by frontend HTML5 app.
Till yesterday my REST API performance was ~100ms per call thus my app was super fast, but today onwards all my REST APIs are degraded drastically with each API call taking ~30 seconds.
I am planning for internal demo on this sunday and but now 30 seconds page loading is not acceptable for my app.
Is there any known issue for pythonanywhere system currently ?