Archived topic
Ideal setting for a3 Lazy Load for Generatepress
3 replies · Started by Shrawan on June 5, 2021
Hello team,
I've enabled the a3 Lazy Load plugin for iFrame embeds, and in the settings, I notice 'Theme Loader Function' which has 'Header' and 'Footer'options with the notice "Your theme must have the wp_footer() function if you select FOOTER load."
Which option (Header or Footer) would you recommend? Loading time is my priority.
Thanks,
S
Hi there,
well the theme uses wp_footer() - as should all themes... so either option will work.
Generally its more performant to load scripts in the footer so as not to cause render blocking.... but i cannot say how that plugin will perform using either option... best way is to try both methods and see which one works for you.
Thank you David!
You're welcome