2.14.1.20. Disabling thumbnail generation

In WordPress, as in most CMS, there is a functionality to create thumbnails of uploaded images if they are large. This approach allows you to significantly speed up the loading of site pages by reducing the amount of data transmitted to the user, but at the same time creates many copies of each image with different sizes (depending on the image size and CMS settings, there can be from 2 to 5 thumbnails for each of them) . Thumbnail generation can be disabled in the CMS itself, but they can also be generated by plugins or themes, in which case they will need to be disabled separately.

Warning!

Disabling the generation of thumbnails can have a negative impact on the website loading speed, so it is not recommended to disable this functionality unless absolutely necessary.
  1. Go to section "Settings → Mediafiles".
  2. Set all image size parameters to 0 and save changes:
  3. Delete manually any thumbnails you don’t need. Warning! The changes do not affect the already generated thumbnails.
Content