Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
litespeed_wiki:cache:lscwp:esi_sample [2018/04/25 21:46] Hai Zheng |
litespeed_wiki:cache:lscwp:esi_sample [2018/04/25 21:48] (current) Hai Zheng |
||
---|---|---|---|
Line 11: | Line 11: | ||
With LSCWP ESI API, it can be changed to this: | With LSCWP ESI API, it can be changed to this: | ||
- | === Solution One === | + | ==== Solution One ==== |
<code php> | <code php> | ||
Line 47: | Line 47: | ||
- | === Solution Two ( Assuming ESI is ON and LSCWP is up-to-date ) === | + | |
+ | |||
+ | ==== Solution Two ==== | ||
+ | |||
+ | Assuming ESI is ON and LSCWP is up-to-date | ||
Separated `show()` function to make it easier to understand: | Separated `show()` function to make it easier to understand: |