-
Notifications
You must be signed in to change notification settings - Fork 91
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
perf(bootstrap): Lazy register template creator through event #5717
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approach seems good - for what i understand. Linter and Static check still failing.
* @copyright Copyright (c) 2020 Morris Jobke <[email protected]> | ||
* | ||
* @author Morris Jobke <[email protected]> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably outdated, right?
We might also start using the SPDX headers right away when adding new files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adjusted the copyright, but would rather keep moving to SPDX separate and do it with the migration script from Joas then for all files
Signed-off-by: Julius Härtl <[email protected]>
1891ab6
to
e0a2b99
Compare
Looks good, smart take on deferring the template creator setup until it is actually needed |
Requires nextcloud/server#44952
This will avoid triggering dependency injection queries during app bootstrap for every request.