May 5, 2022 at 3:23 pm
#99112
the5krunner.com
Participant
i have spent days trying to resolve this and the theme is still far from optimised for google page insights
eg
https://pagespeed.web.dev/report?url=https%3A%2F%2Fthe5krunner.com%2F&form_factor=mobile
Note: I do have an active and correct lazyload plugin working.
1. AMP home page: when you display featured images you display a large image and resize it to the smaller size. this can create a massive payload for the browser to load. You need to sever the appropriate image for the
2. it looks like when you display featured images the height and width are not specified. this means that lazyloading plugins will not work for that image. they need both dimension attributes.