summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Swithinbank2024-11-08 17:35:04 +0100
committerGitHub2024-11-08 17:35:04 +0100
commit0dea6e8ebf027504f347e793b6208f4170109fad (patch)
tree4c8bd618b0a5fda149e68ece9246e95419d8f5b0
parent8f0f3a9b8095086d470be028b54e1fcc5e3451e4 (diff)
downloadIT.starlight-0dea6e8ebf027504f347e793b6208f4170109fad.tar.gz
IT.starlight-0dea6e8ebf027504f347e793b6208f4170109fad.tar.bz2
IT.starlight-0dea6e8ebf027504f347e793b6208f4170109fad.zip
Add changeset for #2252 (#2588)
-rw-r--r--.changeset/nasty-masks-argue.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/.changeset/nasty-masks-argue.md b/.changeset/nasty-masks-argue.md
new file mode 100644
index 00000000..cebc7e5c
--- /dev/null
+++ b/.changeset/nasty-masks-argue.md
@@ -0,0 +1,7 @@
+---
+'@astrojs/starlight': minor
+---
+
+Improves build performance for sites with large sidebars
+
+This release adds a caching layer to Starlight’s sidebar generation logic, reducing the number of times sidebars need to be regenerated while building a site. Some benchmarks for projects with a complex sidebar saw builds complete more than 35% faster with this change.