Cache issue with slice fragments
-
Please add the following code to the slice to disable cache.
This code is needed because whenever a fractional slice is used. When the page loads a partial page into cache, which is served erroneously until the cached page expires. This prevents slice from working.
Preferably this line should only trigger when there is a partial slice.
define(‘DONOTCACHEPAGE’, true);
- The topic ‘Cache issue with slice fragments’ is closed to new replies.