Hi Experts,
We have a requirement of executing the personalization rules in .Net implmentation of TS/LS 7.4.1. We have implmented the Rules using the normal component by using the DCR Datum to fetch the rules from the xml and writing the externals to validate teh conditions. But by doing so the site load time has increased and the TTFB is around ~5sec with around 100 rules implmented in the component.
Once we remove the component we get the TTFB ~400ms. So the question is can we have the Rule based component implmented in the Site Post controller? If yes then how do we acheive it.