4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Google Fonts周りに4行追加して、読み込みを爆速にした件

4
Last updated at Posted at 2026-09-10

 ポートフォリオを、Astroで小さく作ってる割に、気づけばLighthouse Performance:50。なんでやねん。画像を削りつつ、Google Fonts対策に4行追加。Performance 98、FCP(初期表示)5.8秒→0.9秒に縮小。ポンチ絵が見当たらなかったので、楽しく手書きしました。Google Fonts重くてお悩みの方、良かったら参考に。

スクリーンショット 2026-09-10 15.58.39.png

差し込んだ4行

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preload" as="style" href="...&display=swap" />
<link rel="stylesheet" href="...&display=swap" media="print" onload="this.media='all'" />

ポンチ絵

スクリーンショット 2026-09-10 12.01.01.png

ガクつくこともございましょう

世界中の回線が、あとほんの少しでいいから、速くなりますように

参考

以下の記事のおかげで理解できました。ありがとうございます。

4
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?