Hi Friends,
I am implementing context hub-based personalization in some of my pages. to achieve this I am loading the below resource on my page header
<sly data-sly-resource="${'contexthub' @ resourceType='granite/contexthub/components/contexthub'}"></sly>
However, as soon as I am enabling context hub, page load time drastically increases leading to 10 sec. Up on investigation, i found that /etc/cloudsettings.kernel.js/libs/settings/cloudsettings/legacy/contexthub library is taking more than 6 sec and blocking DOM rendering.
Is there any way we can finetune this library and reduce load page time?