Delete Unscaled Images

説明

WordPress 5.3 added “big image handling” that scales uploaded images to a maximum size of 2560 pixels for use on the website. WP adds “-scaled” to the full size image file name. The original, unscaled images are kept on the server. This can mean that many large images are stored on the server that aren’t ever actually going to be displayed on the website. In my case, users are uploading 15MB files from their cameras.

After the scaled version and intermediate/thumbnail images are generated, the originals are no longer needed and just taking up storage space. Delete Unscaled Images will remove those unneeded files.

First, original images are deleted immediately after the resized versions are created for all new uploads.

Second, there is a bulk deletion tool in the Media submenu to process existing images.

インストール

See the standard installation instructions at WordPress.org or WPBeginner.

評価

2023年5月24日
This plugin is simple and fast and works brilliantly! It saves disk space usage by quickly and effectively removing all of the original, unscaled images that were over 2560px on the longest edge when uploaded.
1件のレビューをすべて表示

貢献者と開発者

Delete Unscaled Images はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Delete Unscaled Images” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2

  • Added bulk delete Media submenu page.

1.1

  • Hooked into image upload to delete originals immediately.

1.0

  • Crude bulk process as proof of concept.