diff options
author | 2021-09-28 16:11:12 +0300 | |
---|---|---|
committer | 2021-09-28 09:11:12 -0400 | |
commit | 6611b6b93135a61eda57a3c04a1c08df5de07be6 (patch) | |
tree | 963d15d443e82d873107949e60c32d150eec7c1a | |
parent | bf6357a233216de0cef5b866ae432f9020ec7e32 (diff) | |
download | astro-6611b6b93135a61eda57a3c04a1c08df5de07be6.tar.gz astro-6611b6b93135a61eda57a3c04a1c08df5de07be6.tar.zst astro-6611b6b93135a61eda57a3c04a1c08df5de07be6.zip |
Update Docusaurus performance score (#1447)
-rw-r--r-- | docs/src/pages/comparing-astro-vs-other-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/comparing-astro-vs-other-tools.md b/docs/src/pages/comparing-astro-vs-other-tools.md index 3bdf3b2af..a4be9e023 100644 --- a/docs/src/pages/comparing-astro-vs-other-tools.md +++ b/docs/src/pages/comparing-astro-vs-other-tools.md @@ -29,7 +29,7 @@ Docusaurus doesn't support partial hydration, and instead makes the user load an [docusaurus.io/docs](https://docusaurus.io/docs) is the official Docusaurus documentation website, built with Docusaurus. The website offers a similar enough design and featureset to compare against the official Astro documentation website. This gives us a **_rough, real-world_** comparison between the two site builders. -- **Docusaurus performance score**: 26 out of 100 [(full audit)](https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fdocusaurus.io%2Fdocs) +- **Docusaurus performance score**: 61 out of 100 [(full audit)](https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fdocusaurus.io%2Fdocs) - **Astro performance score**: 99 out of 100 [(full audit)](https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fdocs.astro.build%2Fgetting-started) One big reason behind this performance difference is Astro's smaller JavaScript payload: [docusaurus.io/docs](https://docusaurus.io/docs) loads **238kb** of JavaScript on first page load while [docs.astro.build](https://docs.astro.build) loads **78.7kb** (67% less JavaScript, overall) _after_ first load. |