Complete the sentence to describe a common way to speed up page loading: Use {{BLANK_1}} to reduce the size of images.
Use [1] to reduce the size of images.Compression reduces image file size, making pages load faster.
Complete the sentence to explain how to avoid loading unnecessary files: Use {{BLANK_1}} to load content only when needed.
Use [1] to load content only when needed.Lazy loading delays loading images or content until they are visible, speeding up initial page load.
Fix the error in this sentence about speeding up page load: Use {{BLANK_1}} to store files locally for faster access.
Use [1] to store files locally for faster access.
Caching saves files on the user's device so they don't need to be downloaded again, speeding up load times.
Fill both blanks to describe a technique that reduces file size and removes unnecessary code: Use {{BLANK_1}} and {{BLANK_2}}.
Use [1] and [2].
Minification removes extra spaces and code, while compression reduces file size; both speed up page loading.
Fill all three blanks to complete the sentence about improving page load: Use {{BLANK_1}} to reduce file size, {{BLANK_2}} to store files locally, and {{BLANK_3}} to delay loading content.
Use [1] to reduce file size, [2] to store files locally, and [3] to delay loading content.
Compression reduces file size, caching stores files locally for reuse, and lazy loading delays loading content until needed, all improving page load speed.