-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Chrome tablet not all products are fetched on page load #79
Comments
I was going to write about the initial products load which is the stupidest thing I've seen in a while on code. I don't know why they did it but loading all the products on page load is very very ameteurish and very inefficient. I have a client who had about 800 products and it would take them minutes of waiting before they can do anything useful with the page. I fixed it in my case by editing the
and by commenting
now my client can only search by SKU but that's perfectly fine since that's all what they needed. |
When opening wepos on a tablet only a limited amount of product is shown and accessible with the search bar.
In order to get all products I need to scroll down until the end of the page.
Would it be possible to preload all products on page load?
The text was updated successfully, but these errors were encountered: