Infinite Loading Speed Issues

Posted in: Newsmag
Post count: 10

I noticed that infinite loading was a bit sluggish. It seems to only load once you scroll all the way to the bottom and sometimes the user has to was a few seconds for it to show the next set of posts.

Would it be possible to start the loading before you reach the bottom? like 600px away from the bottom or something.

Also any other tips on making it load faster?

thanks

Post count: 7909

Hi,

I also tested this and is loading more than once when you scroll down on block infinite pagination. To improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html We also use it on our demo.

Thanks!

Post count: 6

Hi Alin,

Since the query cache has been deprecated, what are the ways to speed up and remove sluggish behavior now?

Post count: 35449

Hi ankitchugh,
Please try those guides for improve the loading speed by using the mysql query cache:
-> https://dev.mysql.com/blog-archive/mysql-8-0-retiring-support-for-the-query-cache/
-> https://www.digitalocean.com/community/tutorials/how-to-optimize-mysql-with-query-cache-on-ubuntu-18-04
I hope this will help you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.