- Issue created by @catch
- Status changed to Active
11 months ago 10:32pm 23 December 2023 - ๐ฌ๐งUnited Kingdom catch
Cloned the issue which cloned the status, not RTBC...
- ๐ต๐ฐPakistan ahmad aziz
Ahmad Aziz โ made their first commit to this issueโs fork.
- ๐ฌ๐งUnited Kingdom alexpott ๐ช๐บ๐
Fixing the title - there is no UserLoginController :)
- Status changed to Needs review
9 months ago 9:06am 4 March 2024 - ๐บ๐ธUnited States smustgrave
Would it be scope creep to add a test to show this update in ๐ Optimize user logins by avoiding duplicate entity queries Needs work we could see the query count go down.
- ๐ฌ๐งUnited Kingdom alexpott ๐ช๐บ๐
@smustgrave I don't think so. See https://www.drupal.org/project/drupal/issues/3425342#comment-15473186 ๐ Optimize \Drupal\basic_auth\Authentication\Provider\BasicAuth::authenticate() Needs review for a similar decision. We are just moving to a new API added by another issue. If we start requiring test coverage for this we'll never get anything done.
- ๐ฌ๐งUnited Kingdom catch
We could open a new issue to add performance tests of this controller (although if we're going to start testing REST/JSON:API endpoints, not sure that's the first one I'd add, but maybe?), but yeah it shouldn't block this issue in itself.
- Status changed to RTBC
9 months ago 2:30pm 6 March 2024 - ๐บ๐ธUnited States smustgrave
Thanks for answering, opened ๐ Explore performance testing for REST/JSON:API endpoints Active in case
- Status changed to Fixed
9 months ago 2:55pm 7 March 2024 - ๐ฌ๐งUnited Kingdom catch
Looks great. Committed/pushed to 11.x and cherry-picked to 10.3.x, thanks!
- Status changed to Needs work
9 months ago 10:14am 11 March 2024 - ๐ฌ๐งUnited Kingdom catch
Reverted based on discussion in ๐ Optimize user logins by avoiding duplicate entity queries Needs work .
- Status changed to Postponed
9 months ago 4:32pm 11 March 2024 - ๐ฌ๐งUnited Kingdom catch
Postponing on ๐ Optimize user logins by avoiding duplicate entity queries Needs work , this probably will have to be tackled as part of that issue with the new approach, so can be marked duplicate if that happens.
- Status changed to Closed: duplicate
8 months ago 11:16am 28 March 2024 - ๐ฌ๐งUnited Kingdom alexpott ๐ช๐บ๐
This was done in ๐ Optimize user logins by avoiding duplicate entity queries Needs work