You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.
I think it'd be a good addition even if it's not -o7 but something lower.
I'm not familiar with how things work, so I'll leave this for someone more familiar with the codebase to do it. I'd probably just use imagemin, configured just for lossless compression.
It seems the generated png files are totally unoptimized. Not a big deal, but savings could be pretty big, even with just optipng -o7:
I think it'd be a good addition even if it's not
-o7
but something lower.I'm not familiar with how things work, so I'll leave this for someone more familiar with the codebase to do it. I'd probably just use imagemin, configured just for lossless compression.
Another thing worth looking into (although TBH I'm not in favor yet since it's not a standard) is using
loading="lazy"
or a simple solution like https://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video#using_intersection_observerThe text was updated successfully, but these errors were encountered: