Can you append the cache random name to the original name of the picture?
e.g. instead of storage/app/media/imageresizecache/b7a/2cc/b7d/b7a2ccb7dc4fe495f36638ddc37f00b2daff41b7a9b73a740604bd40b1d3e072.jpg
something like:
storage/app/media/imageresizecache/b7a/2cc/b7d/image-name-for-seo-b7a2ccb7dc4fe495f36638ddc37f00b2daff41b7a9b73a740604bd40b1d3e072.jpg
when original image was image-name-for-seo.jpg
OR, better yet:
storage/app/media/imageresizecache/b7a/2cc/b7d/image-name-for-seo-[timestamp].jpg
for a shorter image name...
Whichever option will help
Thanks
Can you append the cache random name to the original name of the picture?
e.g. instead of
storage/app/media/imageresizecache/b7a/2cc/b7d/b7a2ccb7dc4fe495f36638ddc37f00b2daff41b7a9b73a740604bd40b1d3e072.jpgsomething like:
storage/app/media/imageresizecache/b7a/2cc/b7d/image-name-for-seo-b7a2ccb7dc4fe495f36638ddc37f00b2daff41b7a9b73a740604bd40b1d3e072.jpgwhen original image was
image-name-for-seo.jpgOR, better yet:
storage/app/media/imageresizecache/b7a/2cc/b7d/image-name-for-seo-[timestamp].jpgfor a shorter image name...
Whichever option will help
Thanks