asp.net - Sitecore doesn't show changes on page unless recycle AppPool -



asp.net - Sitecore doesn't show changes on page unless recycle AppPool -

sitecore version: sitecore 7.2

i have command queries web index item, when new items added or old items edited, changes won't show on page.

i tried:

disable htmlcache in web.config republish items , go web database create sure in web rebuild web index , utilize same query (from search.log) in luke check query result clear cache using /sitecore/admin/cache.aspx tool recycle apppool in iis (only worked)

the items in web database , web index, won't appear on page unless recycle apppool.

per previous comments, need rule out iis caching. can kernel-mode caching , regular output caching. can compression. if have configured compression , identified mime type static iis create compressed re-create of file in temp dir.

remember items (potentially) cached, not html. should disable caching in various locations in config. utilize caching configuration reference , optimizing performance documents sdn , work backwards.

you can utilize sitecore's cache stats page see if components beingness cached or not (at sublayout/rendering level) http://mysite/sitecore/admin/cache.aspx. seek hitting reset button there , reloading page.

there lots of caching levels in sitecore.

asp.net caching configuration indexing sitecore

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -