Is it good to use Sling Re-Writer concept
Hello All,
For my AEM application, need to iterate the page(during page load) to get the href link and based on some condition, append some values to those links. Is it good to use Sling re writer concept?
Earlier, team has used javascript logic to iterate the page. get href link. modify the link based on condition. But this has severe impact on page performance.
So, thought of using Sling rewriter concept. But we are worried about the page performance. Since, this logic executes for each and every page and needs to iterate all the href links.