From 52197d319d96a9b30d4c163c7c8a2defa004d6e9 Mon Sep 17 00:00:00 2001 From: satnaing Date: Thu, 19 Jan 2023 18:21:13 +0630 Subject: [PATCH 1/2] perf: update font load strategy for better performance --- src/layouts/Layout.astro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index deee42b..34ad410 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -65,10 +65,8 @@ const fallbackImageURL = new URL(SITE.ogImage, Astro.url.origin).href; { From 41ac489bf53955faf914a36de699fd92aece694e Mon Sep 17 00:00:00 2001 From: satnaing Date: Thu, 19 Jan 2023 18:22:27 +0630 Subject: [PATCH 2/2] docs: add lighthouse score in README --- AstroPaper-lighthouse-score.svg | 159 ++++++++++++++++++++++++++++++++ README.md | 8 ++ 2 files changed, 167 insertions(+) create mode 100644 AstroPaper-lighthouse-score.svg diff --git a/AstroPaper-lighthouse-score.svg b/AstroPaper-lighthouse-score.svg new file mode 100644 index 0000000..db86b3d --- /dev/null +++ b/AstroPaper-lighthouse-score.svg @@ -0,0 +1,159 @@ + + + + + + 100 + Performance + , + + + 100 + Accessibility + , + + + 100 + Best Practices + , + + + 100 + SEO + + + + + + + + + + + + + + 0-49 + 50-89 + 90-100 + + + \ No newline at end of file diff --git a/README.md b/README.md index baff098..11053cc 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ This theme is self-documented \_ which means articles/posts in this theme can al _Note: I've tested screen-reader accessibility of AstroPaper using **VoiceOver** on Mac and **TalkBack** on Android. I couldn't test all other screen-readers out there. However, accessibility enhancements in AstroPaper should be working fine on others as well._ +## ✅ Lighthouse Score + +

+ + AstroPaper Lighthouse Score + +

+ ## 🚀 Project Structure Inside of AstroPaper, you'll see the following folders and files: