Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
1.27k
stars
603
forks
source link
Improving SEO by updating image format (webp) #525
Open
AmreshSinha opened 1 year ago
Hi Ed, I was checking the PageSpeed Insights of my blog, and the image format was decreasing the overall performance slightly. After looking around, I found a thread by the official team: https://forum.ghost.org/t/updated-img-url-helper-convert-image-formats-automatically/31760
They are recommending using the
format
attribute while definingimg
. It automatically converts the images to webp.I think it would be better for the theme (maybe idk). What's your take on it?
Thnx, Amresh