XenForo already uses 
developer.mozilla.org
loading="lazy"
, it would be nice if decoding="async"
could be used as well 

HTMLImageElement.decoding - Web APIs | MDN
The decoding property of the HTMLImageElement interface represents a hint given to the browser on how it should decode the image.

Upvote
1