-2

I developed an API using a the Slim framework. On JavaScript side two APIs are called asynchronously. One call is taking too much time and one takes less. But the response is coming after the one that takes long ends.

Is any issue related slim response object wait issue?

stefanobaghino
  • 11,253
  • 4
  • 35
  • 63
Anish Chandran
  • 427
  • 1
  • 5
  • 19

1 Answers1

0

Slim is not the issue here. Maybe have a deeper look into your code or the services you belong to.

danopz
  • 3,310
  • 5
  • 31
  • 42