stlchristian / stlchristian.edu

Join me as I venture through creating a public Drupal website with all the features we'd ever dream of. This is bound to include some highs and lows, but we'll tackle this thing head-on! This will serve as a public repository to share the development progress of our new website, built on Drupal and hosted on Pantheon.
https://stlchristian.edu
GNU General Public License v2.0
0 stars 1 forks source link

PageSpeed Insights performance issues #51

Open ElliotFriend opened 9 years ago

ElliotFriend commented 9 years ago

There are several different ways that we ought to improve performance, as revealed by Google's PageSpeed Insights. Here are the top issues that we're showing:

Should Fix

ElliotFriend commented 9 years ago

Eliminate render-blocking JavaScript and CSS

There are way more CSS files (12) that are listed, than there are JavaScript files (5). We should probably focus there.

ElliotFriend commented 9 years ago

The contrib/imageapi_optimize module has some real promise. The catch is that we would need to re-save the images we want to optimize, because that's the time when they are optimized.

ElliotFriend commented 9 years ago

For all of the Slideshow images, we'll need to run them through TinyJPG/PNG. It's been quite a helpful find for me.