We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PageSpeed Insights でカスタマイズをしていないEC-CUBEを診断すると、画像関連のスコアが低く、Issue作成時点でモバイルで64点程度となっています。
iOS 14/macOS 11 Big Sur からWebPが正式にサポートされましたので、主要なブラウザはWebPをサポートするようになりました。 どこかのタイミングでデフォルトの画像をWebPに変更したいです。
とは言え、Big Surより古いmacOSではサポートをしていないため、差し替えのタイミングは難しいと思っています。 2021年にリリース予定の4.1では対応が難しいかもしれませんが、その次のバージョンアップでは対応したいと思いましたのでIssueを作成しました。
デフォルトの画像をWebPに変更して PageSpeed Insights のスコアアップ。
PageSpeed Insights で診断 https://developers.google.com/speed/pagespeed/insights/
#4700
The text was updated successfully, but these errors were encountered:
packagist に登録して2〜4系で使えるようにしたいです
EC-CUBE/ec-cube2#358 (comment)
Sorry, something went wrong.
@okazy webpを標準とするなら、対応していないクライアント(IEとか)の場合にどうすか?を検討するべきだと思います。 個人的には、標準はjpgやpngなどアップロードされた画像を使って、リクエストヘッダ見てwebp対応してたらwebp返す感じにするのが良いと思います。
#4900 で対応
No branches or pull requests
概要(Overview)
PageSpeed Insights でカスタマイズをしていないEC-CUBEを診断すると、画像関連のスコアが低く、Issue作成時点でモバイルで64点程度となっています。
iOS 14/macOS 11 Big Sur からWebPが正式にサポートされましたので、主要なブラウザはWebPをサポートするようになりました。
どこかのタイミングでデフォルトの画像をWebPに変更したいです。
とは言え、Big Surより古いmacOSではサポートをしていないため、差し替えのタイミングは難しいと思っています。
2021年にリリース予定の4.1では対応が難しいかもしれませんが、その次のバージョンアップでは対応したいと思いましたのでIssueを作成しました。
期待する内容(Expect) or 要望 (Requirement)
デフォルトの画像をWebPに変更して PageSpeed Insights のスコアアップ。
再現手順(Procedure)
PageSpeed Insights で診断
https://developers.google.com/speed/pagespeed/insights/
環境 (environment)
関連情報 (Ref)
#4700
The text was updated successfully, but these errors were encountered: