-
8000
Notifications
You must be signed in to change notification settings - Fork 361
feat(store): openapi server side store #5607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 63e3e14 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
#9727 Bundle Size — 2.44MiB (0%).63e3e14(current) vs 90b773e main#9724(baseline) Warning Bundle contains 6 duplicate packages – View duplicate packages Bundle metrics
|
Current #9727 |
Baseline #9724 |
|
---|---|---|
2.44MiB |
2.44MiB |
|
0B |
0B |
|
0% |
0% |
|
1 |
1 |
|
1 |
1 |
|
1492 |
1492 |
|
0 |
0 |
|
0% |
0% |
|
172 |
172 |
|
6 |
6 |
Bundle analysis report Branch redis/new-store Project dashboard
Generated by RelativeCI Documentation Report issue
This PR introduces a new server-side store for OpenAPI documents that implements an intelligent chunking system. The store optimizes document loading by breaking down large OpenAPI specifications into smaller, manageable pieces that can be loaded asynchronously as needed.
Checklist
I’ve gone through the following:
pnpm changeset
).