Open
Description
The Problem
Product pages are exceeding the BYOM image limit (currently 120) because variations in product attributes, like size or length, result in distinct image URLs, even when the image content is identical. This causes duplicate images to count multiple times against the limit, creating unnecessary overhead.
Proposed Solution
To address this, one solution is to implement a hash-based comparison to identify duplicate images with identical content but different URLs. This will group identical images under a single entry in the count, preventing duplicates from inflating the total.
For long-term flexibility, we should add configurable limits section in ConfigBus. This would allow operations teams to adjust image limits on a per-customer basis as needed.