
Some checks are pending
Actions / Litemall-all (11) (push) Waiting to run
Actions / Litemall-all (11.0.3) (push) Waiting to run
Actions / Litemall-all (8) (push) Waiting to run
Actions / Litemall-all (8.0.192) (push) Waiting to run
Actions / Litemall-admin (10.x) (push) Waiting to run
Actions / Litemall-admin (12.x) (push) Waiting to run
Actions / Litemall-admin (14.x) (push) Waiting to run
Actions / Litemall-vue (10.x) (push) Waiting to run
Actions / Litemall-vue (12.x) (push) Waiting to run
Actions / Litemall-vue (14.x) (push) Waiting to run
22 lines
355 B
Markdown
22 lines
355 B
Markdown
# 性能
|
|
|
|
## 1 小程序性能
|
|
|
|
## 2 VUE性能
|
|
|
|
## 3 Spring Boot性能
|
|
|
|
### 3.1 gzip压缩
|
|
|
|
在litemall-all模块中配置gzip压缩
|
|
```
|
|
server:
|
|
compression:
|
|
enabled: true
|
|
min-response-size: 2048
|
|
mime-types: application/javascript,text/css,application/json,application/xml,text/html,text/xml,text/plain
|
|
```
|
|
|
|
## 4 数据库性能
|
|
|
|
## 5 其他 |