We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead8843 commit 27f4920Copy full SHA for 27f4920
README.md
@@ -6,6 +6,8 @@
6
7
## 성능 개선 보고서
8
9
+
10
+
11
### 기존 성능
12
13
| 변수명 | 측정값 |
@@ -16,15 +18,21 @@
16
18
| CLS | 0.418 |
17
19
| Speed Index | 0.7s |
20
21
+<br />
22
23
+---
24
25
+
26
27
### 개선 후 성능
28
29
30
| ----------- | ------ |
31
| FCP | 0.6s |
-| LCP | 1.9s |
32
+| LCP | 1.8s |
33
| TBT | 0s |
34
| CLS | 0.005 |
-| Speed Index | 0.8s |
35
+| Speed Index | 1.2s |
36
37
### 기존 코드의 문제점과 개선방법
38
0 commit comments