You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: