I am experimenting with a Django web application hosted on Pythonanywhere under the free subscription. The application is programmed to make GET requests roughly every second in order to update a live graph on the web page. While the application works fine, I am a little concerned with the speed. The updates happen every 2-3 seconds as opposed to every second (This slowdown doesn't happen when I test run the app on my local machine).
How should I go about reducing this update time? If I upgrade my subscription to some of the paid plans will this speed things up? Or the problem lies elsewhere?