In WordPress, Lazy loading helps to load objects after a specific event. Lazy loading allows you to load objects like images or videos after a successful page load.
You can use lazy load when you’ve many images or videos in your post and you want them to be only loaded only when user scrolls down.
It helps to load your webpage faster. You can use lazy load feature either offered by your theme or using a plugin.