diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-04-14 12:34:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 01:34:03 +0900 |
commit | 90ef2bfaaabf3adcbb50be1c5d538d564c43facb (patch) | |
tree | 045bae9bf5dcfcefaf38de4a578bbaf46ddaa1f1 /files/ja/web/performance/index.html | |
parent | 656f5d2f0dae82bc66f2c22172c65b36cf68f6cc (diff) | |
download | translated-content-90ef2bfaaabf3adcbb50be1c5d538d564c43facb.tar.gz translated-content-90ef2bfaaabf3adcbb50be1c5d538d564c43facb.tar.bz2 translated-content-90ef2bfaaabf3adcbb50be1c5d538d564c43facb.zip |
getting rid of .alllinks links (#485)
Diffstat (limited to 'files/ja/web/performance/index.html')
-rw-r--r-- | files/ja/web/performance/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/files/ja/web/performance/index.html b/files/ja/web/performance/index.html index b2c6d47165..1c7d55d941 100644 --- a/files/ja/web/performance/index.html +++ b/files/ja/web/performance/index.html @@ -11,8 +11,6 @@ translation_of: Web/Performance <p>Web パフォーマンスの測定と改善に役立つツール、API、およびベストプラクティスがあります。 このセクションでそれらをカバーします</p> -<div class="cleared topicpage-table"> -<div class="section"> <h2 id="主なチュートリアル">主なチュートリアル</h2> <p>The MDN <a href="/en-US/docs/Learn/Performance">Web Performance Learning Area</a> contains modern, up-to-date tutorials covering Performance essentials:</p> @@ -73,9 +71,7 @@ translation_of: Web/Performance <dt><a href="/en-US/docs/Web/Performance/Controlling_resource_delivery_with_resource_hints">Controlling resource delivery with resource hints</a></dt> <dd>Browsers often know better than we do when it comes to resource prioritization and delivery—but they're far from clairyovant. Native browser features enable us to hint to the browser when it should connect to another server, or preload a resource before the browser knows it ever needs it. When used judiciously, this can make fast experience seem even faster. In this article, we cover native browser features like rel=preconnect, rel=dns-prefetch, rel=prefetch, and rel=preload, and how to use them to your advantage.</dd> </dl> -</div> -<div class="section"> <h2 class="Other_documentation" id="Other_documentation" name="Other_documentation">Other documentation</h2> <dl> @@ -112,9 +108,6 @@ translation_of: Web/Performance <dd>Animations are critical for a pleasurable user experience. This article discusses the performance differences between CSS- and JavaScript-based animations. </dd> </dl> -<p><span class="alllinks"><a href="/en-US/docs/tag/Performance">View all articles about performance...</a></span></p> -</div> -</div> <p>{{LandingPageListSubpages}}</p> |