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
There is a significant delay(3-4secs) when loading the schema.
Is there any chance to cache the ajv instance so that addKeywords will be called once? AddKeywords seems to happen for every rest end point.
Please suggest.
The text was updated successfully, but these errors were encountered:
We are using as a dependency with in openapi-validator-middleware.
To give a quick overview, openapi-validator takes the schema path and internally uses this module for processing the schema.
I tried caching ajv instances for a quick test as and the performance got increased by 2x!!!
But i'm not sure if its fine to cache the below instances. Please correct me.
There is a significant delay(3-4secs) when loading the schema.
Is there any chance to cache the ajv instance so that addKeywords will be called once? AddKeywords seems to happen for every rest end point.
Please suggest.
The text was updated successfully, but these errors were encountered: