-
Notifications
You must be signed in to change notification settings - Fork 299
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
In 'focused' view, components still show up all on one page, causes hang #999
Comments
I'm curious do other tools on https://openapi.tools/ also hang with your spec? |
Hey @wparad, I'll take a look 👀 It's an open-source spec, if that helps James |
Other ones we've already tried:
|
Elements from that list looks like it does the job for us - cheers for the pointer! 🙏 |
there are few ways you may address the issue. The goal is to reduce the DOM creation on the browser for that you can use the following
RapiDoc will dereference the OpenAPI spec if it contains
These will save some vital processing time on browser RapiDoc do allow these operations to happen on the server-side so that the browser's performance is not affected. however then we aren't talking abt a free offering. |
Hey there 👋
I've got a decent amount of components in my schema (~75), some of which are mutually recursive (no problem with the recursive rendering btw, works great 🙂). Trouble is, when I select one component in the menu on the left, the UI hangs for ~10s trying to render them all.
Any way I can get these rendering one-to-a-page in 'focused' view? It seems like the operations go from all-on-one-page to one-to-a-page when I change the render mode from 'read' to 'focused', but the components don't?
Cheers!
James
The text was updated successfully, but these errors were encountered: