Open Linda-Ikechukwu opened 4 years ago
@Linda-Ikechukwu If you take a look here you can see that the Disqus scripts are already being loaded asynchronously and I don't believe that deferring the script would necessarily have the intended effect. There could be some benefit to having the option to lazy-load the components, but that would be dependant on finding an implementation that is generic enough to work with the majority of use-cases.
Feel free to submit a PR if you're interested in taking this on. Otherwise, I can try to look into potential solutions.
Ok, Thank you @tterb . I'll do some research and see if I can come up with a pull request. I'll keep you in the loop
Having the disqus iframe load at the same time really puts a dent on the page loading time. Is there a way to expilicity define that the script should load in defer or async?