Hey,
I am trying to load Launch script Async along with Adobe target. I see flickering issue with async script. I know we have pre hiding snippet which need to be placed top of the header tag , but going with pre hiding snippet causing page load performance issue . is there any other recommendation or alternate solution for flickering issue?
Thanks,
Solved! Go to Solution.
Views
Replies
Total Likes
The pre-hiding snippet causes the browser to not show any of the BODY contents until the timeout (specified in the snippet) has passed. Is that content hiding what you meant by "page load performance issues"?
As an alternative, if you are experimenting with only one part of the page, you can modify the pre-hiding snippet to hide just that portion of the page. This is done by changing the "body" selector in the script to the selector for that page portion. It will still cause the browser to not show the content of that page portion for a while, but that should still show the rest of the page's BODY content.
Views
Replies
Total Likes
The pre-hiding snippet causes the browser to not show any of the BODY contents until the timeout (specified in the snippet) has passed. Is that content hiding what you meant by "page load performance issues"?
As an alternative, if you are experimenting with only one part of the page, you can modify the pre-hiding snippet to hide just that portion of the page. This is done by changing the "body" selector in the script to the selector for that page portion. It will still cause the browser to not show the content of that page portion for a while, but that should still show the rest of the page's BODY content.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies