Skip to content

Commit 1658aa8

Browse files
committed
UPDATE : [Performance] 이미지 수정
1 parent 3c756a3 commit 1658aa8

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

_posts/.DS_Store

0 Bytes
Binary file not shown.

_posts/Performance/2025-05-25-performance-analysis-tools copy.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ published: true
1717

1818
## Lighthouse
1919

20-
<img width="645" alt="Image" src="https://github.com/user-attachments/assets/c13781e9-2362-4fac-bea0-0943fee35a08" />
20+
![Lighthouse](https://github.com/user-attachments/assets/34a89062-f900-446c-b696-e35fbd38bb94)
2121

2222
Lighthouse를 실행하면 위와 같은 화면을 볼 수 있는데 옵션을 고른 후 `Analyze page load`를 누를러 검사를 시작할 수 있습니다.
2323

@@ -42,7 +42,7 @@ Lighthouse를 실행하면 위와 같은 화면을 볼 수 있는데 옵션을
4242

4343
### 검사 결과
4444

45-
<img width="803" alt="Image" src="https://github.com/user-attachments/assets/fd8e3dda-2603-4195-bd41-64b73a1275bd" />
45+
![Result](https://github.com/user-attachments/assets/7a82ac40-892f-462c-acbb-699dbffa832d)
4646

4747
<span class="highlighting-underline">가장 위에 보이는 그래프가 Lighthouse가 측정한 이 웹 페이지의 종합 성능 점수</span>입니다.<br/>
4848
이 점수는 아래에 보이는 다섯 가지 지표(metrics)에 가중치를 적용해 평균 낸 점수입니다.
@@ -84,6 +84,7 @@ CLS는 총점을 계산할 때 `25%의 가중치`를 갖습니다.
8484

8585

8686
### Diagnostics
87-
<img width="731" alt="Image" src="https://github.com/user-attachments/assets/767a0f2b-7355-4e2c-b7c2-44dd634973f7" />
87+
88+
![Diagnostics](https://github.com/user-attachments/assets/b43fbba1-5f76-45d3-be08-ee762a1aeed8)
8889
Lighthouse 지표 화면에서 아래로 스크롤을 내려보면 성능과 관련된 기타 정보를 보여줍니다.<br/>
8990
이 섹션을 통해 <span class="highlighting-underline">해당 서비스의 어느 부분을 개선해야 성능을 향상할 수 있는지 쉽게 파악</span>할 수 있습니다.

_posts/Performance/image-1.png

327 KB
Loading

_posts/Performance/image-2.png

198 KB
Loading

_posts/Performance/image.png

111 KB
Loading

0 commit comments

Comments
 (0)