Can a Request Impact the Response Time of Another One

System Information
  • Strapi Version: 3.5.4
  • Operating System: MacOS
  • Database: postgres
  • Node Version: 12.18.4
  • NPM Version:
  • Yarn Version: 1.22.5

We encountered some performance issues on our api where a GET route will return in 300-500 ms most of the time, but sometimes return results in 6+ seconds. Can’t see any reason why it would randomly take much longer. We were wondering if it might have been caused by another request being fired up at the same time causing and blocking the GET request?

Possible but can you give me the model structure of the request being made that takes a while?