這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Dashboard Directory Size

外掛說明

A dashboard widget that displays a list of common WordPress directories and their sizes. Handy if you need to keep an eye on the size of your WordPress install. Custom directories can also be configured.

Find us on GitHub

螢幕擷圖

  • Sample dashboard widget
  • Settings page

安裝方式

  1. Upload the dashboard-directory-size directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Check Settings/Dashboard Directory Size to fully customize your dashboard widget.

常見問題集

Installation Instructions
  1. Upload the dashboard-directory-size directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Check Settings/Dashboard Directory Size to fully customize your dashboard widget.
Do you have any questions?

We can answer them here!

使用者評論

2017 年 1 月 30 日
Works great, can add custom folders for it to report on. Thanks for a very useful tool!
2016 年 9 月 25 日
By showing not just the sizes of the usual WP directories, but those of any other directories you want to have an eye on as well, Dashboard Directory Size provides useful additional information, not only about the state of one's WP installation, but about one's server in general. From its early stages on, the plugin had an inbuilt caching mechanism, which made sure that the directory size lookup wouldn't be performed every time the Dashboard was opened. The latest version is using an asynchronous REST API request, which appears to be even lighter on resources than before. Time-wise there does not seem to be much difference at all any more, whether or not caching is enabled. Caching does, however, play into the amount of memory used during lookup. On my WP 4.4.5 Multisite Installation running on PHP 7.0.x the difference in memory consumption is in the range of 15-20 MB of additional RAM for a fresh lookup. All-in-all this earns Dashboard Directory Size a well deserved five stars.
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Dashboard Directory Size〉的開發相關工作。

參與者

〈Dashboard Directory Size〉外掛目前已有 5 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Dashboard Directory Size〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

v1.6.0 February 24, 2017

  • Added a setting for number of decimal places when displaying sizes.
  • Added ability to show a sum of all items.

v1.5.0 June 17, 2016

  • Viewing/refreshing directory sizes from the dahsboard widget is now done via an async REST API request

v1.4.0 April 27, 2016

  • Added WP-CLI support: wp dashboard-directory-size
  • Added German translations (thanks Gahapati)

v1.3.0 April 2, 2016

  • Updated CSS classes on dashboard widget table
  • Made the trimmed path size filterable (defaults to 25 characters)

v1.2.0 September 1, 2015

  • Added WP REST API support
  • Added .pot file to support upcoming translations

v1.1.0 May 29, 2015

  • Added the ability to show the WordPress database size

v1.0.0 April 28, 2015

  • Initial release