WPQiNiu七牛云对象存储
by 老蒋和他的小伙伴 · Uncategorized
Also makes 11 other plugins · 4.1K+ installs across the portfolio →
WordPress 七牛云对象存储(简称:WPQiNiu),基于七牛云对象存储与WordPress实现静态资源到对象存储中,让静态资源包括图片、附件分离WordPress根目录,提高网站打开速度。
84 health vs 56 average across 16,376 Uncategorized plugins
Directory ranking optimization
How it's scored →How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.
Excellent listing optimization
Biggest win: Rating quality
To rank higher: Too few reviews to rank on quality — nudge happy users to leave one.
Get the full rank-higher report →Daily downloads
Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive
30-day downloads
Rolling 30-day volume · peaks are release surges
189
now · peak 643
Directory rank vs rivals
wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you
Update activity
How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.
Release cadence
Occasionally updatedHow often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.
2
releases in the last 12 months
2mo ago
latest release · v5.0
2
tagged releases on record
Recent releases
What its installed base runs
via wordpress.orgShare of active installs on each version of this plugin · 51% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.
Estimated active installs
The public count shows “400+”. Our estimate pins where the real number sits.
Refined from the date this plugin crossed into its current band.
Install history · since 2020-12-02 · 1,423 observations
Estimated value
What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.
Est. annual revenue
Est. acquisition value
No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.
Details
Recent reviews
All reviews on wp.org ↗- ★★★★★ zrays5.8y ago
简单好用,用了这个插件,迁移静态文件过去太方便了。 给个建议:大部分人用七牛做缓存,除了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; } This topic was modified 5 years, 7 months ago by zrays.
Read on wp.org ↗ - ★★★★★ gaojunfeng6.2y ago
简单好用
Read on wp.org ↗
Behavioral tests
via WP HiveAutomated install-time checks, tested on PHP 8.1.12 · WP 7.0.1
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
- 2026-02-09 500+ → 400+ down after 199 days in tier
- 2025-07-25 600+ → 500+ down after 1 days in tier
- 2025-07-24 500+ → 600+ up after 4 days in tier
- 2025-07-20 600+ → 500+ down after 1 days in tier
- 2025-07-19 500+ → 600+ up after 60 days in tier
- 2025-05-20 600+ → 500+ down after 1 days in tier
- 2025-05-19 500+ → 600+ up after 2 days in tier
- 2025-05-17 600+ → 500+ down after 1 days in tier
Competes with
The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).
Compare head to head →Embed this report card
Drop a live Pulse card for WPQiNiu七牛云对象存储 into a readme, a review or a deck. It updates itself.
<iframe src="https://plugins.wpmayor.com/embed/wpqiniu" width="480" height="300" style="border:0" loading="lazy" title="WPQiNiu七牛云对象存储 — Plugin Pulse"></iframe> WPQiNiu七牛云对象存储: 400+ active installs, 5.0★ (2 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/wpqiniu