aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-05-22 22:07:20 +0900
committerpotappo <potappo@gmail.com>2021-05-23 23:01:05 +0900
commit356f0a8ff6e31f86307be786bcb58d8c92fa3169 (patch)
treeaab29bea92994b89b35111adeca4c8b723494963 /files
parent14e4e3d7e2c449894cb7440b626aec89efd087f8 (diff)
downloadtranslated-content-356f0a8ff6e31f86307be786bcb58d8c92fa3169.tar.gz
translated-content-356f0a8ff6e31f86307be786bcb58d8c92fa3169.tar.bz2
translated-content-356f0a8ff6e31f86307be786bcb58d8c92fa3169.zip
Update files/ja/learn/html/howto/author_fast-loading_html_pages/index.html
Co-authored-by: potappo <potappo@gmail.com>
Diffstat (limited to 'files')
-rw-r--r--files/ja/learn/html/howto/author_fast-loading_html_pages/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/learn/html/howto/author_fast-loading_html_pages/index.html b/files/ja/learn/html/howto/author_fast-loading_html_pages/index.html
index ed790bee4d..05c9dd7956 100644
--- a/files/ja/learn/html/howto/author_fast-loading_html_pages/index.html
+++ b/files/ja/learn/html/howto/author_fast-loading_html_pages/index.html
@@ -60,7 +60,7 @@ original_slug: Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages
<p>特に、<code>Last-Modified</code> ヘッダーに注意してください。これは、効率のよいページのキャッシュができるようにします。このヘッダーは、ファイルを読み込もうとしているユーザーエージェントに、ファイルがいつ更新されたかなどの情報を伝えます。多くのウェブサーバーは、静的なページ (<code>.html</code>、<code>.css</code> など) にはファイルシステムに格納されている最終更新日に基づいて、自動的に <code>Last-Modified</code> ヘッダーを追加します。もちろん、動的なページ (<code>.php</code>、<code>.aspx</code> など) については取得できないので、ヘッダーを送信しません。</p>
-<p>そのため、特に動的に生成されるページについては、この件について調べてみると有益です。よって特に、動的に生成されるページのためにこの問題について調べることは有益です。少し厄介ですが、通常キャッシュできないページのリクエストを大幅に節約できるでしょう。</p>
+<p>そのため、特に動的に生成されるページについては、この件について調べてみると有益です。少し厄介ですが、通常キャッシュできないページのリクエストを大幅に節約できるでしょう。</p>
<p>詳細情報:</p>