-
- 3mushrooms

-
Total Posts: 12
Joined: 2008-12-19
|
Magento has terrible performance issues, if magento is the ecommerce for growth, then 5000 products, should not be an issue.
I have setup a store with 5000+ simple products and about 1000 grouped to represent them and 3 stores, and on a dual core operton with 2gig ram and sql caching etc.... Dedicated server , it always hits max cpu, well more like 54% since it seems mySQL and Apache just use one core of course per connection, so the dual core don’t help with single hits but should help with more than one person accessing it.
Importing products, especially 5000 or updating attributes takes Hours, and if you even updated 10-20, during that time cpu will be near max and anyone visiting the site may get ultra-slow preformance.... using SQL directly however, takes minutes to do the same task.
it hits 100% cpu even with very little products anyways. Magento’s uses zend which is a slow framework, plus the DB design isn’t designed for speeds sake, its just normalized to death.
You’ll just have to live with it, or switch ecommerce systems.
|