Hi,
I have an Image component which uses adaptive Image servlet to render Image/renditions. The image that we are trying to upload is of high quality TIFF 50-200 MB size. When same image is clicked by multiple users response time is high.
Please suggest
Thanks,
Digvijay
[Moved from the Forum Comments forum (which is for issues with these forums themselves) and into an AEM support forum - moderator]
Views
Replies
Total Likes
Is this a custom component? What version of AEM are you using. If you are using AEM 6.3/6.4 - recommended component to use is the Image Core component.
The use of Core Components in AEM reflects best practice.
Views
Replies
Total Likes
Thanks for the Reply Mac yes I am using AEM 6.3 core component.
So, I'd like to know if there are any standard recommendations on the usage of adaptive images like any restrictions for better performance, as the current construct is resulting in performance issues / impacts on publisher memory & garbage collections
Views
Replies
Total Likes
Views
Replies
Total Likes
The adaptive Image servlet is always considered a performance issue approach. Unless you precache the required renditions from dispatcher. The Other best solution is to you dynamic media of AEM, which is better in performance and offers similar options as adaptive Image servlet.
Which creates a TIFF upon image upload to AEM, so this will not create rendition on runtime. So its faster and better.
Views
Replies
Total Likes