Closed velias closed 6 years ago
BTW size of one notification info in list of notification v3 REST response is about 5kB!
gzip compression implemented, looks like it may save lots of bandwidth. For my new notifications API call with about 70 notifications returned it decreases wire thansferred size from 258kB to 16kB!
Cool! 👏
Check if http client used to call REST API handles
Accept-Encoding: gzip
request header to save network bandwidth by default. Implement the compression if not used.