shun91 / web-speed-hackathon-2021

https://github.com/CyberAgentHack/web-speed-hackathon-2021
Mozilla Public License 2.0
0 stars 0 forks source link

画像の最適化 #12

Open shun91 opened 2 years ago

shun91 commented 2 years ago

2 から分離

https://github.com/CyberAgentHack/web-speed-hackathon-2020/wiki/Web-Speed-Hackathon-Online-%E5%87%BA%E9%A1%8C%E3%81%AE%E3%81%AD%E3%82%89%E3%81%84%E3%81%A8%E8%A7%A3%E8%AA%AC#%E7%94%BB%E5%83%8F%E3%81%AE%E6%9C%80%E9%81%A9%E5%8C%96

shun91 commented 2 years ago

Use Imagemin to compress images https://web.dev/use-imagemin-to-compress-images/

shun91 commented 2 years ago

loading属性はあくまでimgタグに付与する

loading 属性(遅延読み込みを指定) | HTML5 タグリファレンス | W3 Watch Reference https://reference.hyper-text.org/html5/attribute/loading/

shun91 commented 2 years ago

TODO