Hi @caroline,
Can you provide me the site URL, so that I can run the Pagespeed test and check the recommendations.
Cheers
Hi @caroline,
I had a glance over your website, the right sidebar in your site “Latest Products” is causing all the trouble for you.
This is what I’m referring to: https://monosnap.com/file/DEILdXlkKg8axRgNuFxj4e8UFxrXx1
The image size required is 54x55px, however you are using a 550x560px image, which is 10x times the required size.
Here: https://monosnap.com/file/aRRUnMf8S1LeN8NbnXKfRLsrOVKahC
Using a proper image size would help you get better PageSpeed score. I’d love to hear back from you.
Cheers
Thank you!
I understand but also strange because the code below here shows the thumbnails, and it sets thumbnail-size.
550x are my full size. 130×130 are my thumbnail size (still larger but still not 550)
Do you know if I can do something else in this code to change it?
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( $_page->ID, 'thumbnail' ); ?></a>
Caroline, can you install the plugin https://wordpress.org/plugins/force-regenerate-thumbnails/ and try to regenerate the thumbnail for a single image which you’re having issue with.
It’d be nice of you to share the results.
Cheers