From f82f08535b7515c24f56e7ee8a51201cf056b233 Mon Sep 17 00:00:00 2001 From: grossyoan Date: Tue, 23 Jun 2026 10:50:08 +0200 Subject: [PATCH 1/3] product update: api doc performance --- .../2026-07-01-doc-performance-enhancement.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/_product-updates/2026-07-01-doc-performance-enhancement.md diff --git a/src/_product-updates/2026-07-01-doc-performance-enhancement.md b/src/_product-updates/2026-07-01-doc-performance-enhancement.md new file mode 100644 index 00000000..b8708810 --- /dev/null +++ b/src/_product-updates/2026-07-01-doc-performance-enhancement.md @@ -0,0 +1,15 @@ +--- +title: API docs up to 5 times faster +tags: [Improvement] +--- + +Performance is an ongoing effort at Bump.sh. Our goal has always been to make your API users find what they're looking for as quickly as possible, and performance is part of that goal. Following recent updates, **we've seen performance gains of up to 500%, especially on large documentation.** + +To get there, we made multiple improvements: +- API definition files are now prepared and stored more efficiently, reducing processing time, +- Database queries have been optimized to serve your documentation faster, even under heavy load, +- Our caching strategy has been deepened to ensure that, most of the time, API users hit pre-generated content instead of waiting on cold requests. + +These gains are most noticeable on large hubs and deep multi-API portals. + +Any feedback? Reach out at [hello@bump.sh](mailto:hello@bump.sh). \ No newline at end of file From 5dab1c92710bb17762060b18921b881877299c69 Mon Sep 17 00:00:00 2001 From: grossyoan Date: Tue, 23 Jun 2026 11:23:10 +0200 Subject: [PATCH 2/3] product update/api doc performance: precision about impact --- src/_product-updates/2026-07-01-doc-performance-enhancement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_product-updates/2026-07-01-doc-performance-enhancement.md b/src/_product-updates/2026-07-01-doc-performance-enhancement.md index b8708810..049c0b0e 100644 --- a/src/_product-updates/2026-07-01-doc-performance-enhancement.md +++ b/src/_product-updates/2026-07-01-doc-performance-enhancement.md @@ -10,6 +10,6 @@ To get there, we made multiple improvements: - Database queries have been optimized to serve your documentation faster, even under heavy load, - Our caching strategy has been deepened to ensure that, most of the time, API users hit pre-generated content instead of waiting on cold requests. -These gains are most noticeable on large hubs and deep multi-API portals. +These gains are most noticeable on large hubs and API documentation with deep request/response bodies. Any feedback? Reach out at [hello@bump.sh](mailto:hello@bump.sh). \ No newline at end of file From 678baac14391d8309e9a97bc3f2892875093ceae Mon Sep 17 00:00:00 2001 From: grossyoan Date: Tue, 23 Jun 2026 17:39:00 +0200 Subject: [PATCH 3/3] product update/doc perf enhancement: date changed --- ...e-enhancement.md => 2026-06-23-doc-performance-enhancement.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/_product-updates/{2026-07-01-doc-performance-enhancement.md => 2026-06-23-doc-performance-enhancement.md} (100%) diff --git a/src/_product-updates/2026-07-01-doc-performance-enhancement.md b/src/_product-updates/2026-06-23-doc-performance-enhancement.md similarity index 100% rename from src/_product-updates/2026-07-01-doc-performance-enhancement.md rename to src/_product-updates/2026-06-23-doc-performance-enhancement.md