On my website Magento adds _1 to the end of some Image urls.
So my normal basic urls should be ...media/catalog/product/cache/9/A/E/test-small.png
but somehow for some images it alters to ...media/catalog/product/cache/9/A/E/test3-small_1.png
My normal image names are unique numbers so I´m confused why this happens? Could anyone help?
Magento will add a _1
after any image if the file already exists on the server.
Please mind that Magento is not doing cleaning of the images of products when / if you delete one product.