烧瓶优化 使用缓存进行烧瓶优化,最小化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