Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.63 KB

BP_4002_ja.md

File metadata and controls

54 lines (37 loc) · 1.63 KB

Limiter l'utilisation des GIFs animés

識別子

GreenIT V2 V3 V4

カテゴリ

ライフサイクル サードパーティ 担当者
5. 利用 ユーザ/端末 ユーザ

効果

優先度 実装難易度 エコロジーへの影響度
3 3 3
リソース
プロセッサ / RAM / ストレージ / ネットワーク

説明

Le gif animé, format image animée datant de 1995, est plus lourd et plus lent que d'autres formats tels que les formats vidéo webm ou le mp4. Le webp animé est moindre dans son gain de poids et est actuellement peu supporté par les navigateurs.

.gif (animé) .webp (animé) .webm .mp4
Animation 1 90 Ko 74 Ko 36 Ko 38 Ko
Animation 2 5,45 Mo 2,2 Mo 274 Ko 266 Ko
<!--  Autoplay, loop and muted video  -->
<video autoplay loop muted playsinline>
  <source src="my-animation.webm" type="video/webm">
  <source src="my-animation.mp4" type="video/mp4">
</video>

En savoir plus :

検証原理

検証項目 次の値以下である
de fichier gif animé 0