manifest / performance / disable-all-thumbnails
Disable All Thumbnails
Prevent the generation of specific thumbnail formats in WordPress / 停用 WordPress 所有縮圖格式生成功能
by Ivan Lin · github.com/ivanusto/disable-all-thumbnails · website
★ 2stars
10release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/ivanusto/disable-all-thumbnails/releases/download/v1.3.0/disable-all-thumbnails-v1.3.0.zipFrom the readme
Disable All Thumbnails
Prevent the generation of specific thumbnail formats to save disk space and improve performance.
Screenshots
| Disable Specific Sizes | Batch Deletion Engine |
| :---: | :---: |
| | |
| Selectively disable registered image sizes | Paginated batch cleanup with native progress bar |
Images quoted from article: 解決 WordPress 媒體庫空間膨脹:使用 Disable All Thumbnails 批次清理數十萬冗餘縮圖
Description
Disable All Thumbnails is a light and robust WordPress plugin that allows you to selectively disable any registered image size formats (including default sizes and custom sizes registered by plugins or themes). This helps to optimize disk space usage on your server, speed up file uploads, and reduce backup file sizes. It also provides a built-in paginated batch deletion process to safely delete existing thumbnail files without timing out.
Key Features
- Disable Specific Thumbnail Sizes: Selectively check and disable any image size in a clean settings table.
- Support for All Sizes: Supports built-in WordPress sizes (thumbnail, medium, large, etc.) and custom image sizes defined by themes or plugins.
- Batch Deletion UI: Features a paginated batch deletion AJAX engine with a na
Read the full README on GitHub →