You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/best-practices/performance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Vue は、手動で最適化する必要なく、ほとんどの一般的なユ
10
10
11
11
まず、Web パフォーマンスの 2 大要素について説明します:
12
12
13
-
-**ページロードパフォーマンス**: 初回訪問時、アプリケーションがコンテンツを表示しインタラクティブになる速さ。これは通常 [Largest Contentful Paint(最大視覚コンテンツの表示時間、LCP)](https://web.dev/i18n/ja/lcp/)や [First Input Delay(初回入力までの遅延時間、FID)](https://web.dev/i18n/ja/fid/)のような Web バイタルメトリクスによって測られます。
13
+
-**ページロードパフォーマンス**: 初回訪問時、アプリケーションがコンテンツを表示しインタラクティブになる速さ。これは通常 [Largest Contentful Paint(最大視覚コンテンツの表示時間、LCP)](https://web.dev/i18n/ja/lcp/)や [Interaction to Next Paint(UI の応答性、INP)](https://web.dev/articles/inp?hl=ja)のような Web バイタルメトリクスによって測られます。
0 commit comments