t-knapp / BINhungrig-fh-bingen-mensa-android

Android App "BINhungrig" for menu of cantina of Fachhochschule Bingen
3 stars 1 forks source link

Use Gzip for getWeek and getPicture #19

Open t-knapp opened 10 years ago

t-knapp commented 10 years ago

To reduce network traffic, we can use Gzip to compress base64/json data. Tested with KW 19, php gzcompress with level 1 (of 9), compressed getWeek data by 83%.

Need to be applied at server and both apps.