Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.36f1
2022.3.22f1
2023.2.17f1
6000.0.0b13
Issue ID
UUM-68130
Regression
No
HTTPS requests are marginally slow when using HttpClient
How to reproduce:
1. Setup the server
2. Open the “UnitySlowHttpClient” project
3. Open the “MainScene”
4. Enter Play Mode
5. Observe the Console
Expected result: The very first HTTPS request is around 500-600ms
Actual result: The very first HTTPS request is around 2400-2500ms
Reproduced with: 2021.3.36f1, 2022.3.22f1, 2023.2.17f1, 6000.0.0b13
Reproduced on: Windows 11
Not reproduced on: No other environment tested
Notes:
1. Instructions on how to setup the server are provided in the internal comments
2. Reproducible in the Player
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
After an exhaustive investigative profiling process we have concluded that it is not reasonably feasible to address the performance issues in mono's HttpClient web stack. We've isolated the source of the problem to be unfortunately fundamental to the way the code was written and would require a complete refactor to address. Our recommendation is to use the better performing UnityWebRequest for now until we address this issue in a later release.