Question 6 of 10Pro Only
How do you configure browser caching to optimize performance, and what are the different caching strategies?
Sample answer preview
Browser caching stores resources locally to avoid re-downloading them, drastically improving load times for repeat visits. The HTTP cache headers control caching behavior. Cache-Control is the main header.
Cache-Controlmax-ageETagno-cacheimmutableService Worker