Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Add category paging support for Large Category list #34

Open
aribronstein opened this issue Sep 3, 2018 · 1 comment
Open

Add category paging support for Large Category list #34

aribronstein opened this issue Sep 3, 2018 · 1 comment

Comments

@aribronstein
Copy link

It seems like when you have a large list of categories (we have 992) the Magento backend stops responding because it has to many connections at once from the same client.

Any easy way to batch the categories into smaller chunks just like the products?

@pkarw
Copy link
Contributor

pkarw commented Sep 3, 2018

Hi! I think we should implement the paging feature exactly as it’s done in the products

The adapter to be changed is: https://github.com/DivanteLtd/mage2vuestorefront/blob/master/src/adapters/magento/category.js

If You could take care of this and publish as a PR - that would be great!

@pkarw pkarw changed the title Large Category list Add category paging support for Large Category list Sep 3, 2018
@pkarw pkarw closed this as completed Nov 14, 2018
@pkarw pkarw reopened this Nov 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants