Hi All,I'm trying to create Experience Fragment in AEM and export it to Adobe Target. I was referring to below doc [1] to integrate AEM with Adobe Target via the Target Standard API which requires the configuration of Adobe IMS and Adobe I/O. The document ask us to create Integration in Adobe I/O co...
Hi All,I'm trying to create Experience Fragment in AEM and export it to Adobe Target. I was referring to below doc [1] to integrate AEM with Adobe Target via the Target Standard API which requires the configuration of Adobe IMS and Adobe I/O. The document ask us to create Integration in Adobe I/O co...
Hi,I went through the KB on performance already. We are working on UI front to optimise the site performance.Could you share the updates on your discussion with internal AEM folks on how to use media, preload, prefetch attribute in clientlibs.Thanks and Regards,Ruben Fernando
Hi,We are working on improving site performance. We have performed an audit using Google Lighthouse. Our page performance score are low. There are various suggestions to improve the page speed. Some of them are 1. Adding media attribute to header link tag to load device specific CSS rather than load...
Hi Scott,The code posted above was to download individual file. Kindly post the article url here once you have updated.Thanks and Regards,Ruben Fernando
Thanks Scott and Arun.I have looked into the above article and even tried it. It will download the asset as a zip file. My use case is to download the asset as it is and not as zip file.Please find the piece of code which I have usedResourceResolver resolver = slingRequest.getResourceResolver();Reso...
Hi,I'm trying to call a servlet using GET to download an asset from DAM in AEM 6.3.2.0. Asset gets download with file size as zero and I get below exception in the logorg.apache.sling.engine.impl.helper.ClientAbortException: org.eclipse.jetty.io.EofExceptionat org.apache.sling.engine.impl.log.Reques...
Hi,We are migrating our project from AEM 6.1 to 6.3. We use AEM's default Angular JS (V 1.2.28) in our project. This Angular JS is not available in AEM 6.3 publish instance under /etc/clientlibs. But we could find the same Angular JS folder in AEM 6.1 author under /etc/clientlibs.Why AEM hide or doe...
Hi,I have followed the instructions updated by you. But AEM still shows warn message in Operations Dashboard.Kindly let me know if I need to configure else where in AEM to close this warn message in Operations Dashboard.Note: I'm using AEM 6.1 with SP2 + CFP9Thanks and Regards,Ruben Fernando
Hi Jorg,I'm trying to use version clientlibs for similar requirement. Could you please throw some light on how versioned clientlibs work? How does AEM render the HTML / page with new versioned JS reference given the page / html is already cached?For example, I have home.html cached and referenced wi...