• Hi,
    Is there any way, I can limit the scrolling to a set number of values? Say after 10 loads, it should display a Button to load more. Clicking the button will refresh the page, and it will continue to display the post in the same order. This will clear the memory of browser, as all the posts are currently loaded in it.
    It seems that this infinite scroll continues, and if a blog has thousands of posts, it will crash the browser, as each loaded post remains active.

    Alternative solution is to clear, or remove the older/previous posts (from the extreme top) when a set number of loads happen. This will helps in keeping a check on the number of posts currently loaded in the browser.

    Any help to achieve any of these methods?

    https://ww.wp.xz.cn/plugins/infinite-scroll/

The topic ‘Limit the infinite scroll, memory issues’ is closed to new replies.