I'm loading the ads on my page using lazy load (wait till user interaction or after 5 seconds).
The problem is when ads starts loading, it freezes the browser and sometimes I have to kill it with Alt+Ctrl+Del.
How can I solve that? Should I use defer or web workers or what is the best solution for smooth ads loading?
Regards,