You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve performance of the middleware the schema generation should only occur on initial request at which point the schema should either be cached to file or more likely memory.
How will this change help?
Decrease computation needed hence an improvement in performance.
How could it be implemented/designed?
when request for document comes in, cache is checked. If present cached document is used otherwise generation occurs.
🚧 Breaking changes
No
Additional info
N/a
The text was updated successfully, but these errors were encountered:
As mentioned there is issues with the templates where they are putting them in the wrong project hence the manual creation.
Please reopen this issue as what I am asking for is not addressed by the mentioned issue, I want it to work as it is now except generation only occurs on initial request at which point it is cached.
Why do we need this improvement?
To improve performance of the middleware the schema generation should only occur on initial request at which point the schema should either be cached to file or more likely memory.
How will this change help?
Decrease computation needed hence an improvement in performance.
How could it be implemented/designed?
🚧 Breaking changes
No
Additional info
N/a
The text was updated successfully, but these errors were encountered: