11/07/2017 at 12:27 pm
#440391
Keymaster
@ Andrey
Oh, Should have added, sorry, no, there is not a way to lazy load the directory content. That would actually increase the server load as WP woulds have to loaded twice for each time the page was called. Once for the initial pages load and a second to fetch the directory contents to lazy load it. The net result would be the initial page load would be about 200ms faster but overall time would be roughly 2secs longer to fetch the directory content. Lazy loading is excellent for loading static content like images but not for dynamic content from WP.
Hope that helps!
