When a website has been running for a long time, server space may be heavily used. Perhaps you want to know how much hard drive space the images on your server occupy. What should you do? On a Windows computer, we can right-click on a folder, select Properties, and view the folder size. On a Linux system, you can also use the du command to check folder size, for example, the following command:
Display the disk usage of a directory tree and each of its subtrees in MB
du -m /home/linux
This shows the number of MB disk blocks in the /home/linux directory and each of its subdirectories.
But if I only want to know the total capacity of uploaded image files on the website server and how many of each image format there are, is there a simple and quick method? Of course there is.
Introduction to WP Media Assistant
WP Media Assistant is a Plugin used to count how many images have been uploaded to a WordPress website, how many of each image format, and the total disk space used by the images.

This type of Plugin is typically used once; install it when you need statistics and uninstall it when you don't, so there's no need to worry about occupying system resources.
Plugin usage method
Download the Plugin from the link at the end of this article, upload it to your website, and activate the Plugin. Then, a WPMA link will appear at the bottom of the left navigation bar; click it to view the statistics.
Plugin Download
You can download and upload it from the link below for use, or directly search for the Plugin name in the WordPress Admin Dashboard to install and use it.
Download Link
Comments are closed
The comment function for this article is closed. If you have any questions, please feel free to contact us through other channels.