segler-alex / radiobrowser-api

radio browser server api
GNU Affero General Public License v3.0
73 stars 15 forks source link

Compress results #7

Open michaelherger opened 8 years ago

michaelherger commented 8 years ago

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...