VicXaulim
Minification or compression of large API returns
the problem is that this API will be responsible for accessing databases with millions of records. So, my concern is with performance. The bank access part is OK, my concern is with the volume that I need to return in the response. Do you believe that using a compression algorithm can do the trick?
33 replies