|
|
|
|
|
by kinlan
3556 days ago
|
|
Yep, so we will likely be breaking our own maps on slow connections... (remember it is not really slow sites that we measure)... but the broader point is, if that script blocked rendering, which it would, then a user on a slow connection would likely not even see the content of the page, let alone the map. So the broader question is, for someone who wouldn't get the content normally is it better to break a smaller section of the site vs not see the site at all? If the user is on a fast connection then everything would still work. Although a quick search in that code, I can't see getScript actually being called. |
|
document.write() calls are dependencies of the site, in many cases. Some times they are just worthless ad stuff, but you shouldn't make any assumptions here. Not breaking the web should be the priority.