この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
/etc/clientcontext/default/
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
store.init.js is responsible for getting the segments and resolving the same which could be different for each request and hence it has to hit the publish instance to do the same. However, the experience for the resolved segment would be cached and served from the dispatcher.
表示
返信
いいね!の合計
rohitspathak123 wrote...
Hi all,
Was reviewing publisher logs on server.
Noticed that below "store.init.js" call is hitting publisher again and again.
/etc/clientcontext/default/content/jcr:content/stores.init.js?path=index&cq_ck=1456299446600
This call is not cached on dispatcher since it has query parameter and also cache busting parameter cq_ck.
This call is generated when we have clientcontext enabled on page.
Will AEM continue to work normal if I cache this file on dispatcher ?
Just trying to save hits on publishers.
Thanks in advance.
If you using personalization using segmentation or target then you can't cache this otherwise you can change caching rule in dispatcher to enable the caching for this.
表示
返信
いいね!の合計
store.init.js is responsible for getting the segments and resolving the same which could be different for each request and hence it has to hit the publish instance to do the same. However, the experience for the resolved segment would be cached and served from the dispatcher.
表示
返信
いいね!の合計
Thanks Amit & Bsloki for your reply.
表示
返信
いいね!の合計