-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[EventDispatcher] collect called listeners information only once #31991
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
Conversation
xabbuh
commented
Jun 11, 2019
Q | A |
---|---|
Branch? | 4.4 |
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #31970 |
License | MIT |
Doc PR |
I've profiled the same app again after applying this patch:
Impressive 😱 Thanks a lot Christian! |
Can't we target 4.2 with this change? |
if this has been introduced in 4.2 I think this should target 4.2 as this is more than a bugfix ! |
In the past, our policy with performance improvements was:
Things can change though if this is considered a bug fix. |
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.
(I'd be fine with 4.2 :) )
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.
👍 for 4.2 too
Thank you @xabbuh. |
…y once (xabbuh) This PR was merged into the 4.3 branch. Discussion ---------- [EventDispatcher] collect called listeners information only once | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #31970 | License | MIT | Doc PR | Commits ------- 284262a collect called listeners information only once