What is Image Blocking (Performance)?
Image blocking in a scraping context is the deliberate interception and abortion of network requests for image assets (JPEGs, PNGs, WebPs, AVIFs) during browser-based extraction. Because images often account for 60–80% of a page's total payload but rarely contain the target data, blocking them drastically reduces bandwidth egress, cuts page load times, and lowers memory pressure on the worker node. It is the highest-ROI optimization for headless browser pipelines.