Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
litespeed_wiki:cache:lscwp:esi_sample [2018/04/25 21:45] 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 46: | Line 46: | ||
</code> | </code> | ||
- | == 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: |