0
Hello!
On my site there is an area of posts and each post contains your image. The original image is 660px x x 400px size, save this size on an image host to be able to grab the metag URL
to present on social networks with a good quality, even there works cool.
But on the site I create another image of size 330x168 to serve as Thumb of the post and play on S3 and make your call. However, on S3 returns me in a way that is not cool for Google Analytics.
So my question is whether I can take this image of 660x400 that is on another host and click on the tag img
with the url but with the size 330x186.
Can this be slow or is there another workable solution? I don’t think it would be necessary to send S3 a smaller size img. It would take only the original and decrease its size.
My biggest question is whether it can slow down page loading.
– Thiago Porto
In this case, it will depend on the user’s browser, not the server itself.
– mutlei
I get it, thank you.
– Thiago Porto