Webby Network Usage

Beskrywing

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.

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.

Kwel-vrae

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.

Aanbevelings

There are no reviews for this plugin.

Contributors & Developers

“Webby Network Usage” is oopbron sagteware. Die volgende mense het bygedra tot die ontwikkeling van hierdie uitbreiding:

Contributors

Translate “Webby Network Usage” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

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.