Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip front-end callback validation in production mode? #1206

Closed
alexcjohnson opened this issue Apr 22, 2020 · 0 comments
Closed

Skip front-end callback validation in production mode? #1206

alexcjohnson opened this issue Apr 22, 2020 · 0 comments

Comments

@alexcjohnson
Copy link
Collaborator

#1103 moved callback validation to the front end. That makes a great app dev experience, but it means this validation happens on every page load whereas previously it would only happen on server startup. Can we skip this validation when debug=False? It's not a huge chunk of code, but we could even consider removing it from the prod renderer bundle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants