Move thumbnails file location to {$upload_path}/thumbnails or {$upload_path}/sites/{$blog_id}/thumbnails for multisite.
WordPress generates thumbnails in the same directory with the original image. This plugin change this behavior by generating the thumbnails in a separate directory. The thumbnails will only be generated when they are needed and has not been generated.
This plugin will only move the thumbnails location for new uploaded images. To move all thumbnails, you need to delete all existing thumbnails (see FAQ).
fr-thumbnails-folder
folder to the /wp-content/plugins/
directory{$upload_path}/thumbnails
directoryWP-CLI
This is the recommended way, especially if you have a lot of images.
wp fr-thumbnails-folder delete-thumbnails
For multisite:
wp --url=<site address url> fr-thumbnails-folder delete-thumbnails
GUI
Tools → Delete Thumbnails
When backing up files, I only want the original images, not the thumbnails. So to make things easier, I need to separate its location.
wp fr-thumbnails-folder delete-thumbnails
command.srcset
URLs.