1.5.43 • Published 2 years ago
@semic/plugin-oss v1.5.43
插件 semic@plugin-cdn
https://github.com/search?p=2&q=vendure+plugin+-user%3Avendure-ecommerce&type=Repositories
阿里云 OSS CDN
- https://oss.console.aliyun.com/ (存储拒绝公开资源访问)
- https://cdn.console.aliyun.com/ (CDN 加速, 使用边缘脚本 webp, 并开启
/assets
缓存时间) - 阿里云 OSS 私有 Bucket 回源
- 开启 性能优化:
过滤参数(可保留指定参数)
CDN 边缘脚本
m1 = and($http_accept, match_re($http_accept, '.*image\/webp.*'))
pcs = capture_re($uri, '.+(.JPEG|.jpeg|.JPG|.jpg|.PNG|.png)(!thumb|!small|!medium|!large)*$')
# 图片后缀e.g. `.jpg`, `.png`
picExtension = get(pcs, 1)
# OSS规则e.g. `!small`, `!large`
ruleExtension = get(pcs, 2)
if and(m1, picExtension) {
if and(ruleExtension) {
rewrite(concat($uri, '_webp'), 'enhance_redirect', 301)
} else {
rewrite(concat($uri, '!webp'), 'enhance_redirect', 301)
}
}
测试地址
https://portal.kzfinc.com/E110A-1.jpg!small https://portal.kzfinc.com/E110A-1.jpg!large https://portal.kzfinc.com/E110A-1.jpg!thumb https://portal.kzfinc.com/E110A-1.jpg!medium
1.5.40
2 years ago
1.5.43
2 years ago
1.5.42
2 years ago
1.5.19
3 years ago
1.5.28
2 years ago
1.5.5
3 years ago
1.5.3
3 years ago
1.5.12
3 years ago
1.5.15
3 years ago
1.5.18
3 years ago
1.5.9
3 years ago
1.5.7
3 years ago
1.5.6
3 years ago
1.4.6
3 years ago
1.4.5
3 years ago
1.4.8
3 years ago
1.4.4
3 years ago
1.4.3
3 years ago
1.4.0
3 years ago
1.3.1
3 years ago
1.1.52
3 years ago
1.1.54
3 years ago
1.1.53
3 years ago
1.1.49
3 years ago
1.1.48
3 years ago
1.1.39
3 years ago
1.1.24
3 years ago
1.1.0-beta.0
3 years ago
1.1.0-beta.10
3 years ago
1.1.0-beta.6
3 years ago
1.1.0-alpha.5
3 years ago
1.1.0-alpha.6
3 years ago
1.1.10
3 years ago
1.1.0-alpha.1
3 years ago
1.1.0-alpha.0
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.5
4 years ago