Elkfox / Ajaxinate

🎡 Ajax pagination plugin for Shopify themes

Home Page:https://ajaxinate.elkfox.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am facing very slow product loading. Can someone suggest me how to increase the loading speed of new products.

Arsalan16723 opened this issue · comments

@Arsalan16723 I'd recommend making sure your product images aren't too large, that you aren't trying to load too many products at once (ie keep pagination too something sensible), and that you are using optimised image loading techniques (like lazyloading).

Ajaxinate just loads the next pages contents, so fetching those products is pretty much the same process as loading the next page. So if loading your subsequent pages is a little slow, so will loading more products with Ajaxinate.