Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #750436

    I like the lazy load effect and used it for many elements of our homepage. Most pages have sub-menus to navigate on site via anchors.

    When the visitor scrolls down the page the first time, he/she sees the desired lazy loading effect.

    When the visitor loads the page and uses the sub-menue to navigate to content at the bottom of the page, it takes quite a while until the elements appear. Reason seems to be that all the lazy elements are loaded top to bottom in sequential order and if the page is long it takes a while until all (actually not visible) elements above the desired content are loaded.

    There’s also a further lazy load issue when combining anchors and masonry galleries. As the galleries expend with loading its content/pictures, quite often the anchor content moves out of focus. Only when all the content has been loaded the anchor works correctly.

    What I was wondering is whether there’s a way to speed up the loading of these hidden elements? So that there’s just the regular wait for the elements of the anchored bottom elements.

    #752322

    Hey GSM,

    you could try to speed up your website, using different methods, like caching, cloudflare, Jetpack, etc. You could also try to deactivate the lazy load effect.

    Best regards,
    Andy

    #752397

    Hi Andy,

    the issue was not the load time of the page. The site is cached.

    I am aware that I can deactivate the lazy load efffect, but I actually like the effect. Only in the mentioned case where I jump to content at the bottom of the page it takes a bit too long for the elements to appear because all the elements before are also unhidden. Is there a way to change the delay time?

    Thanks,

    #753021

    Hi,

    I found this:

    and this:

    about this topic. Hopefully it gives you some guidance.

    Best regards,
    Andy

    #753031

    Thanks. I think for my masonry issue that should help. I’ll give it a try.

    #753066

    Hi,

    alright, let us know if you still need help with this.

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.