Plugin Pulse
← Pulse

WPQiNiu七牛云对象存储

by 老蒋和他的小伙伴 · Uncategorized

Also makes 11 other plugins · 4.1K+ installs across the portfolio →

WordPress 七牛云对象存储(简称:WPQiNiu),基于七牛云对象存储与WordPress实现静态资源到对象存储中,让静态资源包括图片、附件分离WordPress根目录,提高网站打开速度。

⚠ Few reviews
How scoring works →
84 Health · B
Maintenance 100/100
Rating quality 76/100
Support 70/100

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.

89 / 100

Excellent listing optimization

Biggest win: Rating quality

Update recency 100/100
WP compatibility 100/100
Rating quality 52/100
Listing tuning 100/100

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

+59% vs prior 30d
0Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

189

now · peak 643

18830d downloads · Aug 26

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

WPQiNiu七牛云对象存储 · #9681 you WPUPYUN又拍云云存储 · #13996 WPFTP · #29128

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.

470per 1k installs · Aug 26

Release cadence

Occasionally updated
from wp.org release tags

How 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

5.0 · 2mo ago4.9 · 7mo ago

What its installed base runs

via wordpress.org

Share 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.

v5.0 51%
v4.9 41%
Older / other versions 7.8%

Estimated active installs

The public count shows “400+”. Our estimate pins where the real number sits.

tracked estimate
400–500 ≈460

Refined from the date this plugin crossed into its current band.

Install history · since 2020-12-02 · 1,423 observations

400Installs · Aug 26

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

N/A

Est. acquisition value

N/A

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

Version
5.0
Last updated
2mo ago
Added
2019-07-08 · 7 yrs old
Requires WP
5.3
Tested up to
7.0.4
Requires PHP
7.4

Recent reviews

All reviews on wp.org ↗
  1. zrays
    5.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 ↗
  2. gaojunfeng
    6.2y ago

    简单好用

    Read on wp.org ↗

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 7.0.1

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2026-02-09 500+ → 400+ down after 199 days in tier
  2. 2025-07-25 600+ → 500+ down after 1 days in tier
  3. 2025-07-24 500+ → 600+ up after 4 days in tier
  4. 2025-07-20 600+ → 500+ down after 1 days in tier
  5. 2025-07-19 500+ → 600+ up after 60 days in tier
  6. 2025-05-20 600+ → 500+ down after 1 days in tier
  7. 2025-05-19 500+ → 600+ up after 2 days in tier
  8. 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>
Preview card ↗

WPQiNiu七牛云对象存储: 400+ active installs, 5.0★ (2 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/wpqiniu