Online Forum To Support Coders With Technical Assistance - Read Write Execute

What is offscreen images

Ankit Agrawal
Ankit Agrawal
Published on February 20, 2020 · 1 min read

Offscreen images are those images that appear when that part of the web page is visible to user. User can not see those images so there is no point to load them on initial page load. This will slow down the page speed.

Loading offscreen images after initial page load called differing offscreen images and this helps to improve the page speed.

Was this article helpful?
Ankit Agrawal

Ankit Agrawal

Author & Senior Engineer at CodeExecute

Writing practical engineering guides, debugging real-world bottlenecks, and creating free tools for developer productivity.

← Previous Article What is post_max_size in php Next Article → Htaccess – flags list