本文介绍了TYPO3 不缓存页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的 TYPO3 6.2.31 页面到处都启用了缓存......但是当我调用页面并查看管理面板时..
My TYPO3 6.2.31 page has everywhere enabled caching ... But when I call the Page and look in admin panel ..
我的打字稿是这样的:
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
不缓存我的网站可能有什么问题?
what could be the problem for not caching my site?
推荐答案
prefixLocalAnchors 导致页面不被缓存!设置 prefixLocalAnchors = 0
prefixLocalAnchors causes the page to be not cached!Set prefixLocalAnchors = 0
这篇关于TYPO3 不缓存页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!