dtekcth / DNollK.se

DNollK Chalmers hemsida
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Huge image filesizes and caching #21

Closed Jassob closed 8 years ago

Jassob commented 8 years ago

From @emilhem on August 12, 2016 8:31

The header image on desktop should be a JPG and compressed a lot! 4 MB is a lot!

The other images should be compressed as well to improve delivery.

Also caching should be used on all the images hosted on dnollk.se

A tip is to look at Google Pagespeed: https://developers.google.com/speed/pagespeed/insights/?hl=en&url=dnollk.se

Copied from original issue: dtekcth/DNollK.se#23

Jassob commented 8 years ago

There are definitely room for improvements on both the amount data we push to clients and the number of requests needed to open for each client.

I think it would be nice if we could merge some javascript files so that they would be transferred in one blob instead of opening multiple connections.

Jassob commented 8 years ago

Duplicated