Most visitors never reach the bottom of a page, so downloading everything up front spends their bandwidth and patience on things they will never look at. Lazy loading flips that: the browser fetches what is on screen, then quietly collects the rest as the visitor scrolls. On an image-heavy page the difference in perceived speed is obvious.
It can be overdone. If content is deferred too aggressively, visitors hit blank gaps while scrolling, and text that has not loaded may be invisible to search engines. The sensible rule is that anything above the fold loads normally, anything below it can wait, and text almost never benefits from being deferred.
The same thinking applies to a chat widget. Clerkzo loads asynchronously rather than blocking your page, so your headline and images paint first and the bubble arrives a moment later. Nobody leaves because a chat widget was half a second late, but plenty leave because a page took too long to show anything at all.
Related terms
Browse all 142 terms- Core Web VitalsCore Web Vitals are a small set of measurements Google uses to describe how a page feels to real visitors, covering how quickly the main content appears, how fast the page responds to input, and whether the layout jumps around while loading.
- Page speedPage speed is how quickly a web page loads and becomes usable for the person visiting it. It covers both how fast something appears on screen and how soon the page responds to being tapped or clicked.
- Chat LauncherA chat launcher is the small, persistent button on a website, usually in a bottom corner, that a visitor clicks or taps to open the chat window. It is the entry point to the whole conversation.
- Chat BubbleA chat bubble is the rounded container that holds one message in a chat interface, visually separating what the visitor said from what the assistant replied. It is the basic unit of a conversation on screen.