Website Speed increase After uploading the chatbot script

Hello,

After uploading the collect chat script. My website load time has increased by few second. After check the suggestion on here https://web.dev/no-document-write/?utm_source=lighthouse&utm_medium=unknown . They suggested that If third-party code is using document.write() , ask the provider to support asynchronous loading ,

Please help me on this, how to fix the issue.

Hello,

Our script is loaded asynchronously, and it is served by world-class CDNs to provide maximum speed.

Can you post or share the test results that indicate the collectchat script is causing a slowdown?

Thanks,
Shyjal

I’ve seen that warning on GTmetrix for my website. I attach a screenshot.

The method document.write we are using is inside launcher.js. The launcher.js itself is loaded asynchronously. so, it won’t affect your website directly.

Anyways we will work on a different way in future to fix this warning message.

Thanks,
Shyjal