I am using Axios instance in a React app to fetch data from GET requests. Backend server is deployed on Heroku(Professional Dyno) and written in Django REST framework. Database is deployed on AWS.
On postman, APIs are giving response in around 2-3 seconds: Postman Screenshot
But in the react app, response time is around 25-30 seconds. React app response time Screenshot
Please note that I am calling around 10 different APIs in a single page. Is this affecting the response times?