django-critical-css aims to speed up webpage rendering by saving critical css in db.
Project description
- django-critical-css speeds up webpage rendering by saving
critical css in a database.
Features
critical_css templatetag to inline critical css from the database.
empty_critical_css management command.
signal for emptying critical css upon page publication when using django-cms.
Requirements
Python 3 only
at least Django 1.11
Prepare for development
A Python 3.6 interpreter is required in addition to pipenv.
$ pipenv install --python 3.6 --dev
$ pipenv shell
$ pip install -e .
Now you’re ready to run the tests:
$ pipenv run py.test