Upgrade to Pro — share decks privately, control downloads, hide ads and more …

HTML cache

HTML cache

HTML cache

tsuyoshi nakamura

March 17, 2017
Tweet

More Decks by tsuyoshi nakamura

Other Decks in Business

Transcript

  1. Nginx proxy cache LB Nginx (proxy cache) Nginx (proxy cache)

    Nginx+fastcgi Nginx+fastcgi んーん
  2. Nginx proxy cache LB Nginx (proxy cache) Nginx (proxy cache)

    LB Nginx+fastcgi Nginx+fastcgi 構成変更ありきだなぁー
  3. Varnish self-routing varnish cluster config “ We leverage this director

    to do our content “ sharding by hashing on the URL and route “ the request to its destination:
  4. memo • Cache自体はそれぞれのサーバに保存されるので deleteしたい時の考慮は必要 ◦ Or 即時反映されなくても良い業務設計が必要 • cacheすべきurlはcache serverのconfigでの管理になる

    • Proxy_cache_lock , fastcgi_cache_lockは使った方がよさげ ◦ 同時アクセス負荷がかかった時に結局死ぬと思ってる • パフォーマンスのBenchmarkは未検証 • First stepとしてfastcgi_cacheは良さげ • リアルタイム性が必要なデータは当然あるので API開発はセット