ProculGames / Website

0 stars 0 forks source link

Optimize CSS and HTML #19

Open CarlHalstead opened 8 years ago

CarlHalstead commented 8 years ago

Now that the images have been optimized, the next step if to optimize the CSS and HTML. This will allow the page to be rendered quicker.

CarlHalstead commented 8 years ago

https://developers.google.com/web/fundamentals/performance/critical-rendering-path/render-blocking-css?hl=en

CarlHalstead commented 8 years ago

Compressing resources with gzip or deflate can reduce the number of bytes sent over the network.

CarlHalstead commented 8 years ago

I have "minified" some CSS but I will still use GZIP or Deflate to compress it on demand for the end user to save even more bandwidth.