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
I am having issues with slow application startup which is caused by ajv.compile in this package.
I have around 100 api calls and the api loading takes me around 13 second which is 95% time of my application startup, if I exclude code-loading.
I suggest that the schemas could be compiled lazily. I believe that would be very simple to implement, and to put behind an option. If you think that is a good idea, I am willing to implement this. Please, let me know if I should work on it.
The text was updated successfully, but these errors were encountered:
I am having issues with slow application startup which is caused by ajv.compile in this package.
I have around 100 api calls and the api loading takes me around 13 second which is 95% time of my application startup, if I exclude code-loading.
I suggest that the schemas could be compiled lazily. I believe that would be very simple to implement, and to put behind an option. If you think that is a good idea, I am willing to implement this. Please, let me know if I should work on it.
The text was updated successfully, but these errors were encountered: