You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSURL initialisation seems to use up about 7% wall time of an overall basic but real HTTP request (over loopback with a fast server), even for basic URLs like http://127.0.0.1:8888/.
This seems pretty steep. The flame graph in the screenshot is 15% of the wall time. ~half of that (the 8%) are just URL.init(string:)
The text was updated successfully, but these errors were encountered:
NSURL initialisation seems to use up about 7% wall time of an overall basic but real HTTP request (over loopback with a fast server), even for basic URLs like
http://127.0.0.1:8888/
.This seems pretty steep. The flame graph in the screenshot is 15% of the wall time. ~half of that (the 8%) are just
URL.init(string:)
The text was updated successfully, but these errors were encountered: