Y
Hacker News
new
|
ask
|
show
|
jobs
by
vlovich123
1224 days ago
But why would these be network calls that block the UI?
3 comments
dcow
1224 days ago
Analytics calls don't generally block the UI. Must be the call the fetch the string. Or incompetence.
link
6510
1224 days ago
It has to track what the user does. Logging what they did previously is slightly more complicated. I imagine using the resources to do something "useful" with the data has priority.
link
xsmasher
1224 days ago
But the call doesn't have to "block" - the UI could proceed without waiting for the result of the call.
link
pjc50
1224 days ago
Prevent the user from blocking the tracking?
link