The front-end cache

  • Basic front-end framework
  • Browser cache
    • ETag
    • Cache-Control
    • Last-Modified
    • Expires
    • from disk cache
    • from memory cache
  • Browser Caching principles
  • APP cache
    • Style loading process
    • Issued in advance
    • Out the data
    • Temporary cache
    • Fixed the cache
    • Father and son connection
    • preload
    • Asynchronous loading

Basic front-end framework

Browser cache

ETag

Cache-Control

Last-Modified

Expires

from disk cache

from memory cache

Browser Caching principles

APP cache

Style loading process

Issued in advance

Out the data

Temporary cache

Fixed the cache

Father and son connection

preload

Asynchronous loading