Cache
Overview
In order to reuse the downloaded resource properly to reduce the number of network traffic, we can make good use of cache
Cache can be divided into several layers:
Local device layer (e.g: browser cache)
Web storage layer (e.g: Local storage)
Server cache (e.g: CDN)
Last updated
Was this helpful?