close this to read article
Asynchronous VWO code loads in parallel to your webpage code and does not affect the loading time of your website. You can set the time for which the asynchronous script will wait for the page settings to load, using the variable settings_tolerance. If the page settings load within this time interval, the code requests the VWO library (va.js or vanj.js) from our CDN and waits for the file to load at the interval indicated by the variable library_tolerance else the VWO code on the page will show the control version (original version) instead.
INFO: If your account ID is higher than or equal to 460038, we do not serve you with the jQuery version 1.4.2. Instead, we serve you with a customized version that is five times smaller. We did this to ensure that your website remains performant enough while using VWO. Please read this blog to see what we did for this. Accounts with IDs lower than the one specified above are unaffected and will continue to function normally.
NOTE: To learn about using VWO for SPA's, refer to How to Use VWO for Single Page Applications.
The Workflow of Asynchronous SmartCode in VWO