Hello,
What would cause a webapp to load really slowly?
Requesting any page takes 3-5 sec to retrieve base HTML page from Django. Loading page content is done via jQuery Ajax call to my webapp's API, and it takes another 20-40 seconds for the server to return the JSON data.
On my personal PC running a local server, retrieving base HTML takes about 90 ms, and retrieving page content from API via jQuery Ajax takes about 100 - 200 ms.
My current setup:
- Django 1.10 / Python 3.5
- Free Beginner's Account
- Site: centennial.pythonanywhere.com
- API: django rest framework
Any help is appreciated.