jferreira / LD-V1_Lovese-Drilling_INTERACTIVE-WEBSITE

Lovese Drilling - Across the world, local communities are fighting to stop new coal, oil and gas projects. Our common future is being decided on these carbon battlegrounds. This is the story about one of those battlegrounds. Told in 8 parts, this interactive documentary explores how one of the most vulnerable and productive ecosystems in the world could be handed over to the oil- and gas industry.
http://www.lovese.org
1 stars 0 forks source link

Fix Google Page Speed Issues #37

Open havardl opened 7 years ago

havardl commented 7 years ago

https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.lovese.org&tab=desktop

RobinvdM commented 7 years ago

Apparently Google is using an other image optimising technique than we already applied. We should check if the quality of the pictures doesn't degrade too much when we apply more optimisations I think, as that's pretty important for this project.

Browser caching is a server adjustment, shouldn't be too hard

Render-blocking JS and CSS is a little more work to look into

Compressing the JSON file is a good idea, but we should make sure there is an uncompressed copy for when we want to make changes

Minifying CSS and JS might be more trouble than it's worth at the moment, but we could look into it later.