flask optimize:优化烧瓶:缓存最小化html和gzip响应 源码
烧瓶优化 使用缓存进行烧瓶优化,最小化html并压缩响应 优化参数 init_app: config:全局配置 默认: { 'html' : { 'htmlmin' : True , 'compress' : True , 'cache' : 'GET-84600' }, 'json' : { 'htmlmin' : False , 'compress' : True , 'cache' : False }, 'text' : { 'htmlmin' : False , 'compress' : True , 'cache' : 'GET-600' } } h
文件列表
flask-optimize-master.zip
(预估有个15文件)
flask-optimize-master
setup.py
1KB
.gitignore
191B
requirements.txt
26B
flask_optimize
__init__.py
81B
optimize.py
7KB
.travis.yml
297B
MANIFEST.in
36B
LICENSE
1KB
暂无评论