- Issue created by @bramtenhove
- Status changed to Fixed
about 2 years ago 8:29am 20 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.
We're seeing quite a few calls happening for social_user_user_format_name_alter(). In the example below on a user's stream page it happens ~100 times while there are only 3 unique users being displayed.
Navigate to a user stream page with multiple posts or content items. Set a breakpoint in social_user_user_format_name_alter() and notice it goes through it multiple times and making requests for config and entity data without producing a different result.
Statically cache the outcome in social_user_user_format_name_alter() per account ID.
N/a
N/a
N/a
N/a
Fixed
11.8
Code (back-end)
Automatically closed - issue fixed for 2 weeks with no activity.