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 ,
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.