After running a website for a long time, server space might be heavily used. Perhaps you want to know how much hard drive space the images on your server are occupying in total. What should you do? On a Windows computer, we can right-click on a folder, select Properties, and view the folder's size. On a Linux system, you can also use the `du` command to check the folder size, for example, the following command
Display a directory tree and the disk usage of 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 what 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 the total number of images uploaded to a WordPress website, how many of each different image format there are, and the total disk space used by the images.

This type of plugin is typically for one-time use. Install it when you need to run statistics, and uninstall it when you don't, so there's no need to worry about it 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 to enter and view the statistics.
Plugin Download
You can download it from the link below and upload it for use, or you can directly search for the plugin name in the WordPress backend 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.