Choose the main reason why optimizing images helps improve website performance.
Think about how file size affects loading speed.
Optimizing images mainly reduces their file size, which helps pages load faster and uses less data.
Select the image format that is most suitable for detailed photos with many colors.
Consider which format compresses photos well without large file sizes.
JPEG is best for photographs because it compresses color-rich images efficiently with acceptable quality.
Choose the best explanation of how lazy loading affects image loading on a webpage.
Think about when images actually need to be visible to the user.
Lazy loading delays image loading until they are near the visible area, reducing initial page load time.
Analyze the benefits of using SVG format for logos instead of PNG.
Consider how vector images behave compared to pixel-based images.
SVG is a vector format that scales cleanly and often has smaller file sizes for simple graphics like logos.
Given a website that must serve images on many devices, which approach best balances quality and speed?
Think about how different devices have different screen sizes and resolutions.
Serving multiple image sizes lets the website deliver the best quality image for each device, improving speed and appearance.