Hi,
I am using the infinite scrolling to load 3 used cars at a time, however I want it to be seamless, and it is at the moment quite sluggish, can you suggest any ways to speed it up? I have used the caching and preload options and you cant tell that more cars have loaded as the screen jumps up, I have also put a large positive number (1800) as the threshold to attempt to load it before the user scrolls to that part of the page. This doesn't seem to work either, it sometimes loads in but the user can scroll a lot faster than the infinite scrolling can keep up
Thanks
Can you give me an URL where I see the issue and explain what you expect to happen?
Infinite scroll generally gives no clue to the user that something is happening.
It just loads more content as you scroll.
I would keep delays at a minimum, apply a spinner in case the View is too slow, and take in account that the first load of the View, in any case, will take a little longer than subsequent, cached pages.
If you can provide me with a link where I see the issues, and what you expect instead, I can eventually come up with suggestions.
Eventually, Log In Details with links to the backend edit screens of the related contents can help to speed up the solution.