Hi Alex, Pre-hiding snippet is required when Launch is loaded
asynchronously. Loading Launch asynchronously is a non-blocking
approach. The timeout configuration (3 seconds) in the pre-hiding
snippet is the maximum timeout for Target response. With the right
implementation, Launch script is added to the page in the right
location, page will be visible as soon as Target responds which is
usually 400ms. My recommendation is to revisit the implementation and
make sure that Launch is added in the co...