AidansJCR / aidans-jcr

A new website for Aidan's JCR. Powered by Wagtail CMS with custom apps for other features
https://st-aidans.com
4 stars 1 forks source link

Page speed optimisations #12

Open OhmGeek opened 7 years ago

OhmGeek commented 7 years ago

We need to eliminate above the fold CSS and JS render blocking (which just involves restructuring HTML)

Also, add Django compressor to the project and use it to minimise HTML, CSS and JS (make sure we integrate into the build process by using manage.py compress so that we can avoid render time minimisation).

Make sure you update requirements.txt! Otherwise Heroku will break.

OhmGeek commented 7 years ago

On the bright side our server time is fast and images are already correctly sized! Thanks Wagtail! :Smile

OhmGeek commented 7 years ago

We could potentially use Cloudflare to minimise files -- EDIT: Done!

OhmGeek commented 7 years ago

Still TODO: