-
Notifications
You must be signed in to change notification settings - Fork 821
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
SessionAuthenticationHandler doesn't cache member query #10834
Conversation
src/Security/MemberAuthenticator/SessionAuthenticationHandler.php
Outdated
Show resolved
Hide resolved
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.
It's ok with me but would prefer a second ✅.
src/Security/MemberAuthenticator/SessionAuthenticationHandler.php
Outdated
Show resolved
Hide resolved
@maxime-rainville have your say or forever merge as is :-D |
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.
Looks okay, and was already approved by a core committer.
So been watching these various performance fixes that seem to be randomly placed in either v4 or v5 releases dependent on which version the pull request was created on. Is there a way we can have all fixes like this that are placed in v4 also merged and released with v5. Example if you look at the current 5.0.15 released 4 days ago after this was released with v4.13.15 it was not included. Would love to have all the best performance and bug fixes included on the latest supported version of the framework. |
Anything that is tagged for CMS 4 will also be eventually merged up and tagged for CMS 5. At the moment merge-ups like that are ad-hoc because it's a labourious manual process and we have a ton of modules to look after. We're working on automating it. |
Fixes #10833