Automatically created image thumbnails – how to reduce the number!
-
[ Moved to the Fixing WordPress sub-forum. ]
This is a pet hate of mine since I started using WP in early 2014:
the number of automatically created image thumbnails (and their terrible compression)!For most of these images I can’t even see any use – they are probably never ever called by any function! Some themes, particularly ‘Magazine’ style themes, require a number of image sizes for the ‘featured image’ of each post, so in my case I now end up with 8 (eight!!) automatically created sizes for every photo I upload.
We have a travel blog and usually add 20+ photos to each post – yet only ONE of these is a ‘featured image’ and needs all thumbnail sizes for the theme’s magazine-style front page!
Yet WordPress creates all the thumbnail sizes (again: these are only required for the frontpage) for each and every image as soon as I upload new images…[All these thumbnails, for the other 19+ photos, only increase my storage requirements exponentially! I recently had to upgrade my hosting only because I had run out of storage – no wonder with this wasteful approach…]
To repeat: on average I end up with 120+ image files per blog post (out of 20 uploaded photos), which are laying dormant on my server, using up storage space, and will never get used! (That’s already considering that the images in the sizes 320×320 and 160×160 [media library preview] are being used by the WP core.)
I would consider it much better programming if the WordPress software would create the theme-required thumbnails only at the time when the user selects a particular file as ‘featured image’!
How hard can that be?Since one can only change the setting for the ‘featured image’ from the post editing page WP can then start to create another set of thumbnails, if the user really decides to change the ‘featured image’ to something else.
As far as I know, there is no way to bulk change the ‘featured images’ across the platform for a number of posts at once – so the approach of creating the featured image thumbnails once the featured image has been selected should be always fail-proof…This would save at least 70-80% of storage requirements for image files! And probably make things faster, as there are less files to search through.
When can/will this be finally implemented?
- The topic ‘Automatically created image thumbnails – how to reduce the number!’ is closed to new replies.