Skip to content
New issue

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

画像の lazy load 対応 #4816

Closed
okazy opened this issue Dec 23, 2020 · 1 comment
Closed

画像の lazy load 対応 #4816

okazy opened this issue Dec 23, 2020 · 1 comment
Labels
affected:template フロントテンプレートの変更 good-first-issue Good for newcomers/簡単に修正できそうなもの improvement 機能改善
Milestone

Comments

@okazy
Copy link
Contributor

okazy commented Dec 23, 2020

概要(Overview)

画像のloading属性に対応したブラウザが増えてきましたので、デフォルトのテンプレートでも対応しておきたいです。

<!-- ユーザーが近くにスクロールしたときにスクリーン外の画像を遅延ロードする -->
<img src="hoge.jpg" loading="lazy" alt=".."/>

期待する内容(Expect) or 要望 (Requirement)

対象は一旦以下を想定

  • 商品一覧画面
  • 商品詳細画面
  • 各ブロックの画像

そのほかは要検討

再現手順(Procedure)

環境 (environment)

  • EC-CUBE: 4.x

関連情報 (Ref)

@okazy okazy added affected:template フロントテンプレートの変更 improvement 機能改善 labels Dec 23, 2020
@okazy okazy added this to the 4.0.x milestone Dec 23, 2020
@okazy okazy added the good-first-issue Good for newcomers/簡単に修正できそうなもの label Dec 23, 2020
@okazy
Copy link
Contributor Author

okazy commented Mar 24, 2021

商品一覧画面は #4933 で対応済み

一番重要なところは対応済み。
他はほぼファーストビューとなり、効果は限定的なため、あえての対応はいらないと思いますのでクローズします。

@okazy okazy closed this as completed Mar 24, 2021
@okazy okazy modified the milestones: 4.0.x, 4.0.6 Mar 24, 2021
@chihiro-adachi chihiro-adachi modified the milestones: 4.0.6, 4.1 Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affected:template フロントテンプレートの変更 good-first-issue Good for newcomers/簡単に修正できそうなもの improvement 機能改善
Projects
None yet
Development

No branches or pull requests

2 participants