One of the key indicators from Google PageSpeed Insights is the Time to Interactive (TTI), which indicates the moment when:
- The page displays significant content, gauged by the First Contentful Paint (FCP).
- Most visible page elements have their event handlers in place.
- The page can react to user interactions within 50 milliseconds.
Once these criteria are met, Google deems your site fully operational.
The Salespeak Chat widget is a robust enhancement for your website; however, it introduces a performance trade-off. By design, the widget activates at your page's onload event, which takes place once your site's content is fully loaded.
This setup ensures that visitors can engage with the widget immediately upon arriving at your site. Nonetheless, the widget doesn't have the capability to detect concurrent scripts that might be running on your site at the same time.
By default, Salespeak widget will wait until the readystate of the page is complete, but that may not be the best strategy for you! You can use our new initialization options to customize when the widget loads on your page.
You can manually add an advanced setting for the widget load time to occur on Interactive. In this case the widget will load when the page becomes 'consistently interactive'. Uses the “Time To Interactive” or TTI to calculate event. To do that you just need to add in the script the property data-load-time="interactive".
To learn more about how to use the AI Sales Brain script to deploy the widget on your website check Website Deployment & Visibility.
To read more information about how to integrate the different launchers you can check:
- Webflow Integration documentation.
- Wordpress Integration documentation.
- Google Tag Manager Integration documentation.