-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Why load all schemas during a request? #222
Comments
I think it is because it needs to print the json for the schema when the dashboard on the site was about to draw. If you see the actual website they print that same contents to a big template variable that the dashboard uses as base for making the data tables. |
This definitely not ideal and it's something we will revisit as we continue to work on schemas. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/ParsePlatform/parse-server/blob/master/Schema.js#L64
This will find all schemas from the _SCHEMA collection. Is there a reason to load all of them instead of the one that corresponds to the class name in the request ?
The text was updated successfully, but these errors were encountered: