Our Site Audit reports flag very large images (up to 9 MB), but in reality the site serves optimized webp images (400–600 KB) via next.js. It seems the audit reads the src (original file) instead of the srcset variants, even with “Execute JavaScript” enabled. Is this expected, and do you plan to support srcset/responsive images more accurately?