Warning that this is an, all told, <i>1GB</i> page (on desktop): <a href="https://i.imgur.com/HbMMuzt.png" rel="nofollow">https://i.imgur.com/HbMMuzt.png</a><p>To the author, I highly recommend using WEBP everywhere[0], and never directly using the `full` image size[1]. The GIFs are also killing you, equivalent OGV/MP4 would be tiny. ...It also looks like the site is suffering from a bad WP Super Cache (TTFB of >30s).<p>[0] Lossless reduces by 20%. 99 quality reduces size >60% <a href="https://make.wordpress.org/core/2021/06/07/wordpress-5-8-adds-webp-support/" rel="nofollow">https://make.wordpress.org/core/2021/06/07/wordpress-5-8-add...</a><p>[1] All other sizes get compressed. Use `add_image_size()` to create a bigger size if needed, and the filter `wp_editor_set_quality` fine tunes compression. (Be sure to regenerate thumbnails)