In API management, how does an API Gateway optimize API traffic between services and external clients?

  • Caching frequently requested responses
  • Ignoring client-side optimizations
  • Increasing API response time
  • Introducing additional latency
An API Gateway optimizes API traffic by caching frequently requested responses, reducing the need to make repeated calls to backend services.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *