HazardB / is-kronos-up-yet

Website for the "is kronos up" service
MIT License
6 stars 0 forks source link

Compress images on the express server to save bandwidth #7

Open HazardB opened 8 years ago

HazardB commented 8 years ago

Some of these GIFs are pretty large. Can we set a content-cache policy to ensure they aren't requested too often?

Alternatively there should be some image minification / compression options on the express side.

HazardB commented 8 years ago

Express is already using the compression library but I'm not convinced it's working.

HazardB commented 8 years ago

Can we use the Azure CDN here? Investigate cost...