Webby Network Usage

外掛說明

Webby Network Usage is a multisite plugin for WordPress network admins. It adds a report page in the Network Admin area with four tabs:

  • Plugins – lists every site in the network, the number of active plugins on that site, and the plugin names currently active there.
  • Themes – lists every site in the network and the theme currently active on that site.
  • Disk Usage – lists every site in the network and the size of its uploads folder.
  • Database Usage – lists every site in the network and the total size of its database tables.

All tabs support searching and CSV export, and the Plugins and Themes tabs also support filtering by plugin/theme. This is useful for administrators who want to understand resource usage across a WordPress multisite installation.

安裝方式

  1. Upload the plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Network Admin plugins screen.
  3. Open the new Network Usage page from the Network Admin menu.

常見問題集

Does this plugin work on single-site WordPress?

No. This plugin is designed for WordPress multisite/network installations.

Does it show network-wide plugins?

Yes. Network-active plugins are included in the report for each site.

How is disk usage calculated?

It is the size of each site’s /wp-content/uploads/ folder, calculated recursively using WordPress’s built-in directory size functions.

How is database usage calculated?

It is the combined data and index size of every database table that uses the site’s table prefix, read from information_schema.TABLES.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Webby Network Usage〉的開發相關工作。

參與者

將〈Webby Network Usage〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.2.0

  • Added a “Database Usage” tab showing the total table size for each site.

2.1.0

  • Added a “Disk Usage” tab showing the uploads folder size for each site.

2.0.0

  • Combined the separate Webby Network Theme Usage plugin into this plugin as a new “Themes” tab.
  • Added search, filter, and CSV export to the Plugins tab.

1.0.0

  • Initial release.