Hacker News new | ask | show | jobs
by proyb2 3686 days ago
Magento and Shopify backend are awfully slow, it's the language, not the programmers.
1 comments

Shopify is built on Rails, you know that right?
And Magento is slow for a whole lot of reasons, nine of which are related to symfony.
Magento is slow because it uses EAV
You mean the first version of Symfony (Symfony 1, which was monolithic like Rails), and not the current Symfony (Symfony 2/3) which has nothing to do with the old one other than the name.
I'm aware of that using Rails.