Expand my Community achievements bar.

SOLVED

Dispatcher Flush Agent on Author Instance

Avatar

Level 4

Hi,

Is it mandatory to configure dispatcher flush agent on Author if i am not caching /Content/*

I am using AEM 6.1, I am getting some cache issue on my dispatcher author.

When modifying the content and refreshing the page my browser cache is getting displayed on page until and unless i clear my browser cache.

But in author instance when i am refreshing my page after modifying the content my actual modified content is rendering.

Any help would be appreciated.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 4

Can you check where pointing docroot? Can you also how is it implemented each component used, for example, you should check if you have any request no cacheable or not?

You should also review the cache strategy for all js/css included in your clientlib.

View solution in original post

2 Replies

Avatar

Community Advisor

When you activate a page, the dispatcher cache is normally flushed. Browser may still cache JS and CSS files.

Avatar

Correct answer by
Level 4

Can you check where pointing docroot? Can you also how is it implemented each component used, for example, you should check if you have any request no cacheable or not?

You should also review the cache strategy for all js/css included in your clientlib.