WPQiNiu七牛云对象存储
by 老蒋和他的小伙伴 · WordPress.org page · Website
WPQiNiu七牛云对象存储 has 400+ active installs on WordPress.org and 22,734 downloads all time. We have tracked it since September 4, 2026; download trends appear after 30 days of data. The last update was on June 19, 2026, tested up to WordPress 7.0.4.
WPQiNiu七牛云对象存储 at a glance
Is WPQiNiu七牛云对象存储 well maintained?
Features
The feature list from the plugin's own readme on WordPress.org, trimmed to the essentials.
- 支持自定义任意对象存储目录,一个存储桶可以多网站
- 支持本地和对象存储分离和同步
- 上传时正确设置 MIME 类型,确保七牛云中图片可正常预览
- 兼容 PHP 7.4 及 PHP 8.x 版本
WPQiNiu七牛云对象存储 reviews and ratings
2 reviews on WordPress.org, with the most recent ones as their authors posted them.
2 reviews
- 5★
-
2
- 4★
-
0
- 3★
-
0
- 2★
-
0
- 1★
-
0
-
很好用,建议增加wp-includes, wp-content整个目录的缓存替换功能
简单好用,用了这个插件,迁移静态文件过去太方便了。 给个建议:大部分人用七牛做缓存,除了wp-content/uploads之外,wp-includes和wp-content下面插件和主题目录,都是准备缓存的(手动上传好,替换url) 建议增加这几个目录的手动替换功能(wp-super-cache的cdn有这个功能,但是有bug) 我目前借用其他人分享的这段,加入主题里面解决: //静态文件CDN加速 if ( !is_admin() ) { add_action('wp_loaded','yuncai_ob_start'); function yuncai_ob_start() { ob_start('yuncai_qiniu_cdn_replace'); } function yuncai_qiniu_cdn_replace($html){ $local_host = 'https://aray.cn'; //博客域名 $qiniu_host = 'https://qiniu.aray.cn'; //CDN域名 $cdn_exts = 'css|js|png|jpg|jpeg|gif|ico'; //扩展名(使用|分隔) $cdn_dirs = 'wp-content|wp-includes'; //目录(使用|分隔) $cdn_dirs = str_replace('-', '\-', $cdn_dirs); if ($cdn_dirs) { $regex = '/' . str_replace('/', '\/', $local_host) . '\/((' . $cdn_dirs . ')\/[^\s\?\\\'\"\;\>\<]{1,}.(' . $cdn_exts . '))([\"\\\'\s\?]{1})/'; $html = preg_replace($regex, $qiniu_host . '/$1$4', $html); } else { $regex = '/' . str_replace('/', '\/', $local_host) . '\/([^\s\?\\\'\"\;\>\<]{1,}.(' . $cdn_exts . '))([\"\\\'\s\?]{1})/'; $html = preg_replace($regex, $qiniu_host . '/$1$3', $html); } return $html; }
zrays -
好用
简单好用
gaojunfeng
Details
WordPress 七牛云对象存储(简称:WPQiNiu),基于七牛云对象存储与WordPress实现静态资源到对象存储中,让静态资源包括图片、附件分离WordPress根目录,提高网站打开速度。
The full description, screenshots and every review live on the WordPress.org page.
Tags
- WordPress对象存储
- 七牛WordPress
- 七牛加速WordPress
- 七牛对象存储
- 七牛云存储WordPress
More from 老蒋和他的小伙伴
-
WPWaterMark 轻水印插件 900+ installs -
WPOSS阿里云对象存储 900+ installs -
WPReplace内容字符替换插件 800+ installs -
WPCopyRights网站防复制插件 500+ installs
- Version
- 5.0
- Last updated
- Jun 19, 2026
- First published
- Jul 8, 2019
- Requires WordPress
- 5.3
- Tested up to
- 7.0.4
- Requires PHP
- 7.4
- Pricing
- Free on WordPress.org
WPQiNiu七牛云对象存储 FAQ
What does WPQiNiu七牛云对象存储 do?
According to its WordPress.org readme, WPQiNiu七牛云对象存储 offers 支持自定义任意对象存储目录,一个存储桶可以多网站, 支持本地和对象存储分离和同步, 上传时正确设置 MIME 类型,确保七牛云中图片可正常预览 and 兼容 PHP 7.4 及 PHP 8.x 版本.
How many active installs does WPQiNiu七牛云对象存储 have?
WordPress.org reports 400+ active installs for WPQiNiu七牛云对象存储 as of September 7, 2026.
Is WPQiNiu七牛云对象存储 still maintained?
Yes. The last release was on June 19, 2026 and it is tested up to WordPress 7.0.4.
Is WPQiNiu七牛云对象存储 free?
WPQiNiu七牛云对象存储 is free to install from WordPress.org. Many plugins also sell a paid version or add-ons.