Апісанне
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.
Ўсталёўка
- Upload the plugin folder to the /wp-content/plugins/ directory.
- Activate the plugin through the Network Admin plugins screen.
- 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.