Consider converting placeholder images to webp before saving, for better perform
-
I don’t know how complicated it is, but converting placeholder images to webp might help performance.
These images aren’t being lazy-loaded, as they are set with CSS
background-image
, and also, they don’t get optimized by tools such as Jetpack Photon, as they are outside of the media library. This makes them a performance concern, especially if there are multiple of them on the page.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Consider converting placeholder images to webp before saving, for better perform’ is closed to new replies.