Add an option to turn off `ow` in production
See original GitHub issueDescribe the feature
Add either an env var, configuration option or some other way of turning off ow
validations to improve performance. Maybe we could just turn it off if NODE_ENV=production
Motivation The validations are sometimes pretty slow.
Constraints Since we only validate public APIs, it shouldn’t have any impact on stack traces in production.
Issue Analytics
- State:
- Created a year ago
- Comments:13 (12 by maintainers)
Top Results From Across the Web
Disable a Trigger in a production environment - Salesforce Help
Retrieve the trigger metadata using Workbench. · Unzip the retrieved metadata folder. · In the triggername.trigger-meta.xml file change the status from Active to ......
Read more >How to Turn Off Swagger-ui in Production - Baeldung
Using Spring Profiles. In Spring, we can use the @Profile annotation to enable or disable the injection of beans. This forces us to...
Read more >Why You Should Disable GraphQL Introspection In Production
In this post, we'll discuss why we believe you should disable GraphQL introspection in production, how to do it, and present a way...
Read more >How to disable functions in Azure Functions - Microsoft Learn
Use the Enable and Disable buttons on the function's Overview page. These buttons work by changing the value of the AzureWebJobs.<FUNCTION_NAME> ...
Read more >Control when app changes are published with managed ...
The changes listed can include updates to how your app is distributed on Google Play, such as the addition of new countries/regions to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, I was not complaining about the speed of the library 😇 More making a further argument that we should probably turn off the validations in production.
Why is this additional validation tool needed in a TypeScript project?