TYPO3 不缓存页面

TYPO3 does not cache the page

我的 TYPO3 6.2.31 页面到处都启用了缓存...但是当我调用页面并查看管理面板时..

我的错字是这样的:

config {
doctype = html5 
renderCharset = utf-8
metaCharset = utf-8
prefixLocalAnchors = all
simulateStaticDocuments = 0
tx_realurl_enable = 1
absRefPrefix = /  
  #CACHE AND INDEX
no_cache = 0
no_search = 0
index_enable = 1
index_externals = 1

没有缓存我的网站可能是什么问题?

有很多因素会影响页面是否被缓存:

  • 扩展
  • TS 喜欢 page.config.no_cache = 1
  • 在页面属性中禁用缓存

我猜还有一些。

prefixLocalAnchors导致页面不被缓存! 设置 prefixLocalAnchors = 0