Open birkjernstrom opened 21 hours ago
I think it's probably related to the fact that we add dynamic inputs to each properties.
Sad to say but after few considerations I would say:
My call: kill the feature and keep only static information. 99% sure it'll solve those problems for good.
I was wrong :/ Investigating!
Ok interesting & strange - felt like a good theory.
However, feel free to remove the dynamic inputs if you want. To your point, it's half-baked now and we have other ideas for the near-term of how we can increase the DX to get the customers own variables.
Our docs sometimes become slow due to suddenly having to read, parse & transform our OpenAPI schema upon request vs. cached as the intent.
We consistently fix this, but then NextJS stops rendering them statically again. Probably skill issues (😅), but it's annoying and error prone.
We should investigate a more long-term solution to ensure fully static pages and faster response times.