@DEsteva thanks, that's really helpful (it's a little easier to review the results in English for me).
Here's an example of what it means to resize the images:
In your testimonial slider, you have multiple images for the people who wrote reviews.
They are being rendered on the website at 60 x 60 px.
The image is set to 295 x 294 px - which is much larger than needed so the browser has to resize the image.
To account for Retina displays on Mac, I typically size images to be 1.5 times the size they'll be used.
So for a 60 x 60 px image, you could resize the file to be 90 x 90 px and that should address the issue from PageSpeed Insights - and also reduce the file size to speed up load times further.
This is true for the logos in the slider and testimonials - they are all much smaller in the modules than the original size of the image.
I hope this helps!
If my reply answered your question please mark it as a solution to make it easier for others to find.
@DEsteva thanks, that's really helpful (it's a little easier to review the results in English for me).
Here's an example of what it means to resize the images:
In your testimonial slider, you have multiple images for the people who wrote reviews.
They are being rendered on the website at 60 x 60 px.
The image is set to 295 x 294 px - which is much larger than needed so the browser has to resize the image.
To account for Retina displays on Mac, I typically size images to be 1.5 times the size they'll be used.
So for a 60 x 60 px image, you could resize the file to be 90 x 90 px and that should address the issue from PageSpeed Insights - and also reduce the file size to speed up load times further.
This is true for the logos in the slider and testimonials - they are all much smaller in the modules than the original size of the image.
I hope this helps!
If my reply answered your question please mark it as a solution to make it easier for others to find.