WooCommerce product image lazy loading is on by default in 10.6
WooCommerce 10.6 adds loading=”lazy” to the Product Image block by default, which hurts LCP when the image sits above the fold. The new woocommerce_product_image_loading_attr filter lets you force eager loading on the images that need it.