Expand my Community achievements bar.

SOLVED

Page Load Speed Issue

Avatar

Level 2

What is the best practice of Adobe Launch implementation to minimize the page load speed?

1 Accepted Solution

Avatar

Correct answer by
Level 2

@sanmeet,

 

How are you?

 

Do you have page load times tagged in your website for every page? Page speed usually is a function of synchronous scripts , html rendering on the page, external resources requested(images, fonts, css) and resources afforded to the website by the browser. Asynchronous scripts which are there to measure performance or analytics have a minimal role to play , if any. 

 

Page Top

Loading the launch script itself should not impact page speed and if at all then barely. 

If you are loading it in the asynchronous manner on top of the page and ensuring all third party and adobe analytics tags are executing on the page after page load is complete(this part is critical) , then there shouldn't be any issue. I'll suggest run an audit - how many tags are loading "on top" of the page.

 

Page Bottom

If you still feel about page speed you can have the launch script loaded on bottom of the page. But , then no tags which have the dependency to run on top of the page(like adobe target) can run without some workarounds being added. 

 

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

@sanmeet,

 

How are you?

 

Do you have page load times tagged in your website for every page? Page speed usually is a function of synchronous scripts , html rendering on the page, external resources requested(images, fonts, css) and resources afforded to the website by the browser. Asynchronous scripts which are there to measure performance or analytics have a minimal role to play , if any. 

 

Page Top

Loading the launch script itself should not impact page speed and if at all then barely. 

If you are loading it in the asynchronous manner on top of the page and ensuring all third party and adobe analytics tags are executing on the page after page load is complete(this part is critical) , then there shouldn't be any issue. I'll suggest run an audit - how many tags are loading "on top" of the page.

 

Page Bottom

If you still feel about page speed you can have the launch script loaded on bottom of the page. But , then no tags which have the dependency to run on top of the page(like adobe target) can run without some workarounds being added.