Thanks Honda! You're spot on about the build pipeline part — stripping metadata + WebP conversion should really be automated, not a manual afterthought.
The GPS leak issue is worse than most people think too. I've seen cases where real estate agencies were unknowingly publishing their office coordinates in every listing photo. One quick exiftool pass or browser-based strip would have prevented that entirely.
For the WebP conversion side, the size savings are significant — we typically see 25-35% smaller files compared to JPEG at the same visual quality. Combined with metadata stripping, it's easily a 50-70% total reduction on a media-heavy page. That's the difference between a 3s and 1.5s LCP on mobile.
Appreciate the feedback!
Honda Iroban
I am software engineer with over 7 years of experiences
Good breakdown. especially the part about hidden GPS data. A lot of people still don’t realize images can leak location info by default. Also agree on the performance side. EXIF bloat is small per image, but it adds up fast on media-heavy pages and quietly hurts LCP. In practice, stripping Metadata + Converting to WebP should just be a default step in every build pipeline now.