radiobrowser-api icon indicating copy to clipboard operation
radiobrowser-api copied to clipboard

Compress results

Open michaelherger opened this issue 8 years ago • 0 comments

What about compressing the API results to lower bandwidth usage? Adding the following lines to .htaccess might be all you'd need to do:

AddOutputFilterByType DEFLATE application/json

It might come at the cost of increased CPU usage, though...

michaelherger avatar Aug 26 '16 11:08 michaelherger