You can specify CSS selectors (eg: #related-products or .last-comments) to lazyload elements on the page. These elements will be loaded via AJAX after the page loaded. It can be useful for elements which can’t be cached and should be loaded dynamically, like related products, recently view products, most popular posts, recent comments etc.

It is an advaced feature. Check here how to find CSS Selector for an element