why we are getting long duration for api calls ?
neowntool
PROOP

2 months ago

we are getting 800ms total duration while api call, how can we reduce this ?

$10 Bounty

2 Replies

panchalparth471
PRO

2 months ago

What backend framework are you using? One quick optimization you can try is enabling response compression (Gzip or Brotli), it can significantly reduce response size and improve latency, especially if the payload is large.


neowntool
PROOP

2 months ago

we are using node.js


Status changed to Open chandrika 2 months ago


Loading...