Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page speed optimisations #12

Open
OhmGeek opened this issue Jun 3, 2017 · 3 comments
Open

Page speed optimisations #12

OhmGeek opened this issue Jun 3, 2017 · 3 comments

Comments

@OhmGeek
Copy link
Collaborator

OhmGeek commented Jun 3, 2017

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
Copy link
Collaborator Author

OhmGeek commented Jun 3, 2017

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

@OhmGeek
Copy link
Collaborator Author

OhmGeek commented Jun 20, 2017

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

@OhmGeek
Copy link
Collaborator Author

OhmGeek commented Oct 13, 2017

Still TODO:

  • Add Cloudflare Cache Invalidator for Wagtail.
  • Cache Database using Redis/Memcached

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant