This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
super_cache [2017/11/29 22:22] admin created |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | == What is that's == | ||
| - | It's fast_cgi cache from nginx to **never call the slow php web site**. Just it cache the first time the returned page and return always the same. Useful for 95% of content because without login it never change. | ||
| - | == Purge == | ||
| - | It's total purge each time at 0h0min, and nginx **don't keep more than 24h cache** on 200 (normal page), 301/302 redirection, 404 (not found). | ||
| - | |||
| - | == When == | ||
| - | It's enabled by default util your do POST request. Done via login, register, add to card into shop. When you do that's, it do **CDIS** cookie and disable the cache. | ||