-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
What’s not working: if you upload the same image twice, image optimizer will only detect it once.
- Reason: Images are considered unique based on hash of the image file content so if you upload same file twice b/c there is a duplicate hash
What should be happening: if you upload the same image twice, you should be able to optimize both of them.
- Possible fixes: Look at last modified time, time created or file path
Steps to recreate:
- Upload an image (cool-image.jpg) to the WordPress media library.
- Scan for images with image optimizer
- Optimize all found images
- Upload the same image (cool-image.jpg) to the WordPress media library again.
- Scan for images. The overview tab will report that there are 10 new images found to optimize.
- Click "view images" and you won't see any images available for optimization.
veryspry
Metadata
Metadata
Assignees
Labels
No labels