Skip to content

Commit fa482e4

Browse files
committed
docs: 이미지 포맷 최적화 관련 내용 추가 및 경고 메시지 제거
1 parent 0f01fde commit fa482e4

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

contents/posts/Web/image-format.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ description: almanac.httparchive.org 의 2022년 보고서에 따르면, 이미
77

88
# 🤡 응~ 이미지 키워봐~ 최적화 하면 그만이야 (pt1. 이미지 포맷)
99

10-
:::warning
11-
아직 작성중이거나 검토중인 글입니다. 내용이 부정확하거나 변경될 수 있습니다
12-
:::
13-
1410
<br/>
1511

1612
## 들어가며
@@ -39,6 +35,13 @@ description: almanac.httparchive.org 의 2022년 보고서에 따르면, 이미
3935

4036
## 최신 이미지 포맷
4137

38+
<center>
39+
<figure>
40+
<img src="./img/image-format/image-3.png" alt="https://almanac.httparchive.org/en/2022/page-weight" width="600px"/>
41+
<figcaption>출처 : <a href="https://almanac.httparchive.org/en/2022/page-weight">https://almanac.httparchive.org/en/2022/page-weight</a></figcaption>
42+
</figure>
43+
</center>
44+
4245
웹 성능을 결정짓는 최대 빌런 중 하나는 이미지입니다. <br/>
4346
[almanac.httparchive.org 의 2022년 보고서](https://almanac.httparchive.org/en/2022/page-weight)에 따르면, 이미지가 하나 이상 포함된 페이지는 99.9%에 달하며, LCP 에 가장 큰 영향을 미치는 요소이기도 합니다.
4447

@@ -65,7 +68,7 @@ JPEG는 웹에서 수십년간 사골처럼 우려먹은 이미지 포맷입니
6568

6669
<center>
6770
<figure>
68-
<img src="./img/image-format/image-3.png" alt="https://web.dev/learn/images/jpeg?hl=ko" width="600px"/>
71+
<img src="./img/image-format/image-4.gif" alt="https://web.dev/learn/images/jpeg?hl=ko" width="600px"/>
6972
<figcaption>출처 : <a href="https://web.dev/learn/images/jpeg?hl=ko">https://web.dev/learn/images/jpeg?hl=ko</a></figcaption>
7073
</figure>
7174
</center>
-441 KB
Loading

0 commit comments

Comments
 (0)