Page Speedでサイトを計測するとモバイルの数値が中々上がりません。
指摘されている 使用していない JavaScript の削減
方法をググって実際に行ってみたのですが数値が全く改善されません。
指摘されているファイル
- https://pagead2.googlesyndication.com/pagead/js/r20210621/r20190131/show_ads_impl_fy2019.js
- https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
やった事
・Flying Scripts by WP Speed Mattersプラグイン導入
結果
数値ほとんど改善せず
やりたい事
・指摘されたjsのファイルを削除 or 遅延処理などで何かしらの方法で改善したい
翻訳
英語:Consider reducing, or switching, the number of WordPress plugins loading unused JavaScript in your page. To identify plugins that are adding extraneous JS, try running code coverage in Chrome DevTools. You can identify the theme/plugin responsible from the URL of the script. Look out for plugins that have many scripts in the list which have a lot of red in code coverage. A plugin should only enqueue a script if it is actually used on the page. 日本語:ページに未使用のJavaScriptをロードするWordPressプラグインの数を減らすか切り替えることを検討してください。無関係なJSを追加しているプラグインを特定するには、ChromeDevToolsでコードカバレッジを実行してみてください。スクリプトのURLから、責任のあるテーマ/プラグインを特定できます。リストに多くのスクリプトがあり、コードカバレッジが赤くなっているプラグインを探してください。プラグインは、スクリプトが実際にページで使用されている場合にのみ、スクリプトをキューに入れる必要があります。
内容的にピッタリと思ったのですが、以下のサイトとか確認されましたか?
https://shotaste.com/blog/adasense-lazy-load/
ありがとうございます。
1つ解決しました。
回答1件
あなたの回答
tips
プレビュー