The original uploaded image is 324x324 and 17.2KB in size. When uploaded WP creates several images, one of them being 300x300 and 21.5KB?
Why would a smaller rendition of the original image become 25% larger on the server?
The original uploaded image is 324x324 and 17.2KB in size. When uploaded WP creates several images, one of them being 300x300 and 21.5KB?
Why would a smaller rendition of the original image become 25% larger on the server?
Share Improve this question asked Nov 20, 2019 at 3:09 RichRich 111 bronze badge1 Answer
Reset to default 0When you upload an image, WordPress creates some additional versions of it - they have different sizes and are meant to be used in different places in your theme.
Such new images are created on server and by default they have compression rate set to 82 (since WP 4.5, 90 prior to that).
But compression is not the same as optimization.
So if your uploaded image has lower compression rate (for example 70) or is optimized, then such new file can be bigger in kB and smaller in pixels in the same time.