Short Answer:
Integrating WowYow will not affect your website's load time.
Our web plugins run in one of two forms, post window load or asynchronous loading depending on how your website is set up.
Long Answer:
WowConnect is a lightweight standalone JavaScript.
Script Initiate: Script process is initiated after the window is fully loaded so to not degrade the performance of the page.
- WowConnect does not use any third-party dependencies/libraries.
- Script load time: The script takes approximately 250-350ms to load initially.
- The script is cache-friendly so any subsequent loads are local.
- Script Initiate: Script process is initiated after the window is fully loaded so to not degrade the performance of the page.
- Script process after the window is loaded:
- The script searches for video players.
- If there are no videos the script stops.
- If there are videos script will make a quick CDN request for each to check if videos are activated.
- If a video is activated the script will make one additional request and enable features.
- All requests use Native XMLHttpRequest library for improved performance.
Comments
0 comments
Article is closed for comments.