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
下载地址
用户评论