Skip to content

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

@alexcjohnson

Description

@alexcjohnson

#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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions