The Scroll Load addon adds one more loading method: As soon as the visitor scrolls.
The built-in When comments come into view waits until the visitor reaches the comments, so they can see the thread load in front of them. Scroll Load starts loading Disqus on the first scroll instead. The first paint of the page stays free of Disqus, and by the time the visitor gets to the comments, they're usually ready.
This is DCL Pro 11.x's On Scroll Start method. It's stored the same way (scroll_start), so a site that used it keeps it — install the addon and it works again.
Scroll Load
The Scroll Load addon adds one more loading method: As soon as the visitor scrolls.
The built-in When comments come into view waits until the visitor reaches the comments, so they can see the thread load in front of them. Scroll Load starts loading Disqus on the first scroll instead. The first paint of the page stays free of Disqus, and by the time the visitor gets to the comments, they're usually ready.
Setting it up
The addon has no other settings.
How it compares
When it loads straight away
Disqus loads without waiting for a scroll when:
#comment);Deactivating
If the addon is deactivated, pages fall back to When comments come into view. Your choice is kept, and comes back when the addon is active again.
Coming from DCL Pro
This is DCL Pro 11.x's On Scroll Start method. It's stored the same way (
scroll_start), so a site that used it keeps it — install the addon and it works again.Related