The GET users and auth users ID request is made four times when logging in
Description
When I was executing performance tests for 3.6, I noticed that the GET users ID request is made four times when one logs into the application. I suppose once should be enough.
Reproduction steps:
Open the "Network" developer tool.
Log into the application as e.g. administrator.
The GET users ID request is made four times.
Expected results:
The GET users ID request should be made only once when logging into the application.
@Klaudia Pałkowska I checked again, and now everything works correctly.
Klaudia Pałkowska
March 18, 2019 at 12:56 PM
@Joanna Bebak Definitely not but now it should work properly.
Joanna Bebak
March 18, 2019 at 11:09 AM
@Klaudia Pałkowska I see that when I first log into the application (e.g. as administrator), the requests are made only once. But when I re-log as any other user, the requests for the second user aren't made at all, as visible on the screenshot:
Should it work like that? I guess not, as those requests fetch data for specific users, and they might differ. The issue occurs on both browsers.
When I was executing performance tests for 3.6, I noticed that the GET users ID request is made four times when one logs into the application. I suppose once should be enough.
Reproduction steps:
Open the "Network" developer tool.
Log into the application as e.g. administrator.
The GET users ID request is made four times.
Expected results:
The GET users ID request should be made only once when logging into the application.