Light HouseでPage load is fast enough on mobile networksと表示させるための方法を教えてください
-
いつもお世話になっています。
下記の質問についてご存知の方がいらっしゃいましたら、ご教示を願います。—
【質問の主旨】
ヘルプが必要なページについて、Light Houseによる検査をしたときに、
Page load is not fast enough on mobile networks
という文言を表示させずに、
Page load is fast enough on mobile networks.
と表示させるためにはどうすれば良いでしょうか?【質問の補足】
1.
Page load is not fast enough on mobile networks
という文言をクリックすると、
A fast page load over a cellular network ensures a good mobile user experience. Learn more.
という文言が表示されます。2.
そのLearn moreをクリックすると、”Page Load Is Fast Enough On Mobile”というページが表示されます。自分は今回の質問を解決するためのヒントは下記の文章であると考えます。
To speed up time-to-interactive,
only execute the JavaScript that you need in order to display the page, and defer the rest.
See Get Started With Analyzing Runtime Performance to learn how to analyze JavaScript execution with Chrome DevTools.
Record load performance shows you how to record a page load.
Once you’re familiar with the basics, do a page load recording and analyze the results to find JS work that can be deferred.
See Rendering Performance for strategies.3.
上記の文章の中でSee Get Started With Analyzing Runtime Performance to learn how to analyze JavaScript execution with Chrome DevTools.
という箇所があるので、Tools for Web Developersの「実行時のパフォーマンスの分析」というページを見つけました。
4.
Chrome DevToolsでTimeLineのパネルで「実行時のパフォーマンスの分析」を確認しようとしましたが、そもそも添付画像のようにTimelineパネルが見当たりません。5.
また”Page Load Is Fast Enough On Mobile”によると、Page load is not fast enough on mobile networks
という文言が表示される理由は、JavaScriptの読み込み動作に問題があるような気がします。ただ問題のあるJavaScriptをどうすれば良いのかよく分かりません。6.
ヘルプを必要とするページのコードはGitHubにUPしています。—
以上、ご確認よろしくお願い申し上げます。
ヘルプの必要なページ: [リンクを見るにはログイン]
- トピック「Light HouseでPage load is fast enough on mobile networksと表示させるための方法を教えてください」には新たに返信することはできません。