Dashboard Directory Size

Descripción

Un widget de escritorio que muestra una lista de directorios de WordPress comunes y sus tamaños.
Es útil si necesitas supervisar tu instalación de WordPress. Los directorios personalizados también pueden ser configurados.

Encuéntranos en GitHub

Capturas

  • Muestra del widget del escritorio
  • Página de ajustes

Instalación

  1. Carga el directorio dashboard-directory-size en el directorio /wp-content/plugins/
  2. Activa el plugin a través del menú “Plugins” en WordPress
  3. Revisa Ajustes/Dashboard Directory Size para personalizar completamente tu widget de escritorio.

Preguntas frecuentes

¿Tienes alguna pregunta?

¡Podemos responderlas aquí!

Reseñas

30 de enero de 2017
Works great, can add custom folders for it to report on. Thanks for a very useful tool!
25 de septiembre de 2016
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.
Leer todas las 2 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

“Dashboard Directory Size” ha sido traducido a 5 idiomas locales. Gracias a los traductores por sus contribuciones.

Traduce “Dashboard Directory Size” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

v1.6.1 December 26, 2024

  • Fixed deprecated notices for PHP 8.

v1.6.0 February 24, 2017

  • Added a setting for number of decimal places when displaying sizes.
  • Agrega la habilidad de mostrar la suma de todos los artículos.

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