Image URLs
What are the pros and cons of using absolute image paths vs the paths relative to the current page node (What image component uses. )
Example - /content/dam/site/asset/jcr:content/renditions/dam_web.png (This uses direct DAM URL to render the image)
OR
/content/site/en_US/test/_jcr_content/par/image.img.png/1472122582094.png (This uses Image servlet to render the image)
If we have a requirement to create an image component to fetch custom renditions then which URL should we choose ? Is there any benefit related to flushing of dispatcher and browser caches with the second URL and that is why AEM image component uses this URL strategy.