Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Carla537

1 Comments

Sorted by latest first Latest Oldest Best

 

@Twilah146

The newer code uses the ability of modern browsers to execute Javascript aysnchronously from rendering the page (effectively, it is executed in another thread rather than the main page rendering thread).

This allows the code to be placed at the top of the page without impacting perceived page rendering performance.

This in turn means that partial page loads (e.g. someone hitting the "Stop" button, or navigating on to another page) are more likely to be captured by the script. With the old code, if the user navigates away before the JavaScript section is loaded and executed, it is possible for the page impression not to be recorded properly.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme