How do I disable lazy loading of images and still preserve compatibility for upgrades?
I found instructions for odoo 11/12, but not for the hosted version, which is 16 I believe.
Here is the info from PageSpeed Insights:
Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint.
Somewhere in the code: loading="lazy"