Solved
stores.init.js | every call is hitting publisher - can we cache this call
Hi all,
Was reviewing publisher logs on server.
Noticed that below "store.init.js" call is hitting publisher again and again.
/etc/clientcontext/default/
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.