It seems that Umbraco 10 is very slow in rendering new images formats/sizes.
If I call https:/DOMAIN/media/diyjbkro/2387873.jpg?rxy=0.3145363405213034,0.7763157894736842&width=1920&height=859&format=webp&quality=60&rnd=133119559710500000 Umbraco will serve me the image in 7.91S (174kb) the second time that I call the image it takes 59MS. As you can see does it cost quite some time to render the jpg image to webp version in. Once it's rendered it's pretty fast.
Almost 8 sec is way to much for us and not acceptable. Is this a bug or does anyone have a tip for me?
What is the original size of the image?
Also, I'm not sure why but in my experience adding a quality parameter to a webp format can often increase the file size which is returned from the server. I have removed the quality portion from all of my webp format conversions.
Umbraco V 10 - Images slow at first load
It seems that Umbraco 10 is very slow in rendering new images formats/sizes.
If I call https:/DOMAIN/media/diyjbkro/2387873.jpg?rxy=0.3145363405213034,0.7763157894736842&width=1920&height=859&format=webp&quality=60&rnd=133119559710500000 Umbraco will serve me the image in 7.91S (174kb) the second time that I call the image it takes 59MS. As you can see does it cost quite some time to render the jpg image to webp version in. Once it's rendered it's pretty fast.
Almost 8 sec is way to much for us and not acceptable. Is this a bug or does anyone have a tip for me?
System info:
Hello,
What is the original size of the image? Also, I'm not sure why but in my experience adding a
quality
parameter to awebp
format can often increase the file size which is returned from the server. I have removed the quality portion from all of my webp format conversions.The media information is:
Sure 3.8 MB is maybe a bit bigger but nothing that fancy, but as an test I also used a image of 1.2 MB. This takes 5.9S (so still to long).
First call: 5.9S Second call: 77ms
Regarding the
quality
I changed this, and did not see anything worthing mentioning in the speed :(is working on a reply...