-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Cannot save changes in large categories #8477
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
Comments
What is the business purpose to having a category with so many products? This will be poor customer experience from both a page load time and usefulness of the category page itself for browsing. |
For now Magento has a limitation of 10000 products assigned to one category. Magento has also configuration value devoted for how much products should be displayed on Search/Advanced Search/Category page It could be found in CatalogSearch/etc/search_request.xml |
Thank you for the feedback, that is exactly what I needed to know. I am helping develop the site and I don't really have any control over the amount of products in the category. But now I have a reason to go back to the client and explain why this is a bad practice. |
We have clients that pull in products from a third party and they don't receive categories. The categories are added manually and never shown on the site. There are filter dropdowns used on the home page to then find the products. Also, the pages have paging so they don't return all 10,000 or 5000 etc products all at once but only a subset. We've used this in Magento 1 and it worked. We've noticed timeouts and issues with any category that has more then 2500 to 3000 products. Since I've worked with other ecommerce platforms were this wasn't an issue, including Magento 1. I feel this is a problem and limitation that should be addressed |
@jstrez77 Regarding poor performance on big Category pages (2500, 3000, 4000 products). We don't have limitations which prevent you from having such categories. The reasons for timeout you experience could be very different.
Use blackfire profiler to see where does the bottleneck come from. |
@Schoeny1, @jstrez77 we are closing this issue due to inactivity. If you'd like to update it (according to the comment above), please reopen the issue. |
Like many other memory/time consumption issues related to saving large categories I believe this one is related to poor URL Rewrites performance. |
Arrows Team - Bugfix delivery
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Precondtions
Using Magento 2.1.3, PHP 5.6, MySQL 5.6
I have a category with over 10,000 products. I cannot seem to get the display mode to save.
Steps to reproduce
In the admin
Expected result
Actual result
I first was getting PHP timeouts:
increased it all the way to 30 mins and now I ran out of memory for the PHP script.
Is this normal for such a large category?
Are there limitations or recommendations for category size?
The text was updated successfully, but these errors were encountered: