<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Magento eCommerce &#8211; Bloated or Brilliant?</title>
	<atom:link href="http://www.pickledshark.com/magento-ecommerce-complicated-bloated-brilliant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pickledshark.com/magento-ecommerce-complicated-bloated-brilliant/</link>
	<description>Web Development, SEO and Internet Entrepreneurship</description>
	<lastBuildDate>Wed, 30 Nov 2011 20:54:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://www.pickledshark.com/magento-ecommerce-complicated-bloated-brilliant/comment-page-1/#comment-5915</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 25 Sep 2011 05:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=41#comment-5915</guid>
		<description>As mentioned in above comment, Magento is beast. It is good for enterprise level eCommerce. But for small stores with less than 500 products, it is better to go with other carts which can be hosted on shared space and perform well.</description>
		<content:encoded><![CDATA[<p>As mentioned in above comment, Magento is beast. It is good for enterprise level eCommerce. But for small stores with less than 500 products, it is better to go with other carts which can be hosted on shared space and perform well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Hall</title>
		<link>http://www.pickledshark.com/magento-ecommerce-complicated-bloated-brilliant/comment-page-1/#comment-3576</link>
		<dc:creator>Martin Hall</dc:creator>
		<pubDate>Thu, 03 Mar 2011 11:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=41#comment-3576</guid>
		<description>Magento is a complex beast to work with (even after two years of hacking) but it is also a turbo charged, enterprise level eCommerce machine. With the advanced catalogue features, customer management and marketing tools my end user clients are delighted with the power at their fingertips. What are the open source alternatives for a system capable of running a busy store? Joomla and Wordpress simply aren&#039;t capable of supporting serious eCommerce. My major gripe with Magento from an administrators perspective is the inadequate import tools.</description>
		<content:encoded><![CDATA[<p>Magento is a complex beast to work with (even after two years of hacking) but it is also a turbo charged, enterprise level eCommerce machine. With the advanced catalogue features, customer management and marketing tools my end user clients are delighted with the power at their fingertips. What are the open source alternatives for a system capable of running a busy store? Joomla and WordPress simply aren&#8217;t capable of supporting serious eCommerce. My major gripe with Magento from an administrators perspective is the inadequate import tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic</title>
		<link>http://www.pickledshark.com/magento-ecommerce-complicated-bloated-brilliant/comment-page-1/#comment-2641</link>
		<dc:creator>Dominic</dc:creator>
		<pubDate>Wed, 08 Dec 2010 02:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=41#comment-2641</guid>
		<description>What does everyone think about a Joomla CMS/Magento Cart integration with something like Magebridge or another integration solution?  We have used Joomla for quite a few years and it has been great for all of our client&#039;s needs, but one client is using Magento for more than just managing customer purchases but has had major issues with getting their site to work as they want it to.  

Since we don&#039;t have much experience with Magento, we are looking into the possibility of using Joomla to meet their desire to have quick updates and changes to multiple pages, and Magento for cart purposes.  

Any thoughts or experience?</description>
		<content:encoded><![CDATA[<p>What does everyone think about a Joomla CMS/Magento Cart integration with something like Magebridge or another integration solution?  We have used Joomla for quite a few years and it has been great for all of our client&#8217;s needs, but one client is using Magento for more than just managing customer purchases but has had major issues with getting their site to work as they want it to.  </p>
<p>Since we don&#8217;t have much experience with Magento, we are looking into the possibility of using Joomla to meet their desire to have quick updates and changes to multiple pages, and Magento for cart purposes.  </p>
<p>Any thoughts or experience?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jed</title>
		<link>http://www.pickledshark.com/magento-ecommerce-complicated-bloated-brilliant/comment-page-1/#comment-2471</link>
		<dc:creator>Jed</dc:creator>
		<pubDate>Sat, 23 Oct 2010 20:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=41#comment-2471</guid>
		<description>Magento is brilliantly bloated and its ancient technology (yep, it&#039;s not a new concept) EAV database strains mightily when called upon to deliver anything more than a dribble of content. 

Where other websites require caching to meet overload demand, Magento needs it to just serve a page in 3 seconds under moderate load. 

The grand secret is to offload as much as possible from Magento into various caching schemes so that it gets called upon as little as possible to assemble pages and serve out data. The best example of this is the LightSpeed caching module, which allows for hole punching changeable blocks into already assembled, preloaded and cached pages. In other words you are taking the dynamic pages from Magento, compiling them into cached static pages and only calling on Magento for what has changed from the customer&#039;s view. By doing this, they can get even better performance than is deliverable by Magento&#039;s Professional and Enterprise versions.

By using dedicated servers and caching, you can get some pretty good performance out of it and let it live up to its promise of being an upscale system. Basically not an e-Commerce system for people who want to run on shared hosting and who don&#039;t have the ability to build, configure and maintain their own servers and have a lot of familiarity with php coding.

The Magento Community Version is based on a community that has about 70% of its user base trying shotgun methods of fixing things without really understanding what they really are doing and no support whatsoever from Varien. The Community version really is a gateway to get you to upgrade to at least the Professional Version, where you hope that you really get some support for what you paid for, but probably will find yourself paying yet more support fees for &quot;suggestions&quot;.</description>
		<content:encoded><![CDATA[<p>Magento is brilliantly bloated and its ancient technology (yep, it&#8217;s not a new concept) EAV database strains mightily when called upon to deliver anything more than a dribble of content. </p>
<p>Where other websites require caching to meet overload demand, Magento needs it to just serve a page in 3 seconds under moderate load. </p>
<p>The grand secret is to offload as much as possible from Magento into various caching schemes so that it gets called upon as little as possible to assemble pages and serve out data. The best example of this is the LightSpeed caching module, which allows for hole punching changeable blocks into already assembled, preloaded and cached pages. In other words you are taking the dynamic pages from Magento, compiling them into cached static pages and only calling on Magento for what has changed from the customer&#8217;s view. By doing this, they can get even better performance than is deliverable by Magento&#8217;s Professional and Enterprise versions.</p>
<p>By using dedicated servers and caching, you can get some pretty good performance out of it and let it live up to its promise of being an upscale system. Basically not an e-Commerce system for people who want to run on shared hosting and who don&#8217;t have the ability to build, configure and maintain their own servers and have a lot of familiarity with php coding.</p>
<p>The Magento Community Version is based on a community that has about 70% of its user base trying shotgun methods of fixing things without really understanding what they really are doing and no support whatsoever from Varien. The Community version really is a gateway to get you to upgrade to at least the Professional Version, where you hope that you really get some support for what you paid for, but probably will find yourself paying yet more support fees for &#8220;suggestions&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nad</title>
		<link>http://www.pickledshark.com/magento-ecommerce-complicated-bloated-brilliant/comment-page-1/#comment-2334</link>
		<dc:creator>Nad</dc:creator>
		<pubDate>Fri, 06 Aug 2010 15:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=41#comment-2334</guid>
		<description>I have been running an ecommerce site based zencart for few years now.  I am a merchant by profession, but am a developer at heart. I have been doing on &amp; off development since 90s, &amp; have worked in languages like COBOL, C .. before finally doing my last professional sun java certification.

When it came to developing an ecommerce site for our business some 4-5 years ago, I did my research &amp; went for zencart. It was great. I had never seen PHP before, but it was simple enough .. and I was able to make all the changes necessary to turn the site into something very different from original .. although ended up hacking the code to the point where it was not upgradable to the new version directly. And that was a mistake .. since I dropped further development .. and before I knew it .. the 1.2.6 zencart version I was using had jumped to 1.3.x .. and upgrading my site meant almost starting from scratch. This was an year ago .. so I thought I might as well go with a new platform.

That is when I started doing my research and came across Magento .. which did hit me like a rock in the face.  First impression was WOW .. this is what I want! So in no time, I downloaded the framework &amp; after some tweaking, fired it on the localserver &amp; had it up &amp; running.  Now .. time to dive into the system so I could find out how to customize it. This is when the second rock hit me .. as I found myself in the same boat as many others. After hours, I was only able to make very few modifications .. wondering if the system is complex or if it is me who has turned into an old dog .. one that can&#039;t learn new tricks. It was depressing seriously .. since development is my passion .. one thing I thought I was good at! With me, when I am looking at a framework, I want to get a grasp of it .. so I know what to do with it when making big changes, when required.  Just changing CSS &amp; having a new look does not qualify for customizing a framework, IMO. With Magento, I remember, I could not create a correlation between the changes I made with the code, to the front end.  With development, you make changes, and they reflect .. which is what did not happen with Magento.

Now, the water is almost over my head, as my company needs the new website, &amp; all that is on my shoulder, to choose the framework as well as implement it. I have still boiled down my choices to either Magento or Prestashop. So I asked one question from my fellow members .. what would you prefer .. a site packed with features on the cost of being a little slow .. OR, and before I could complete my sentence, they were like .. don&#039;t want the features, the site has to be fast. And I thought .. there goes Magento. Although in all fairness, using YSlow for firefox apart from common sense observation, Magento sites are not as slow as I thought they would be. But then again, I have no knowledge of how they&#039;re being hosted.

Anyhow, to my yawing readers, I am now at a crossroad. I love Magento, as it has everything that I need, as opposed to Prestashop, which neither looks as polished, nor does it have the features (product comparison, layered navigation, SEO features). You can get these features, but they come at a cost, and nearly don&#039;t look as neat as Magento. Prestashop appeals to me with its apparent speed (e.g. entering product seems much faster &amp; simpler .. Magento admin area is slow even on localhost!!).  Prestashop design seems pretty straight forward, and the changes that you make instantly reflect on the front end, something .. &quot;normal&quot;. On the face of it, Prestashop seems promising as at least there is hope that it may have all the features someday, whereas the complexity of Magento isn&#039;t going to get any less with time. But Prestashop team also seems to be working quite slow (e.g. &#039;Product Comparison&#039; has been an upcoming feature for more than an year now &amp; it still isn&#039;t there). Quite honestly, I am still indecisive &amp; need to decide fast. I don&#039;t intend to make money out of Magento development, so creating a site that works for us is a possibility. But all the same, I don&#039;t want to invest my time learning something that is going to be a pain later, IF i ever need to make some changes with our site.

In the end, I am at least convinced on one thing, regardless of what all those people who have mastered Magento may say .. and it is that Magento is definitely a very ill designed architecture, on purpose or otherwise. And my argument is based on the very fact that it is simply too complex and hard to learn, or stick with, for most people. This guy I knew, who was an engineer in Ford, told me once regarding engineering a design. He said that the job of hundred engineers is to come up with an engine design that is simple enough to be fixed by an ordinary mechanic.  To me, that is what system architecture is all about, esp. when we&#039;re talking about open source architecture.</description>
		<content:encoded><![CDATA[<p>I have been running an ecommerce site based zencart for few years now.  I am a merchant by profession, but am a developer at heart. I have been doing on &amp; off development since 90s, &amp; have worked in languages like COBOL, C .. before finally doing my last professional sun java certification.</p>
<p>When it came to developing an ecommerce site for our business some 4-5 years ago, I did my research &amp; went for zencart. It was great. I had never seen PHP before, but it was simple enough .. and I was able to make all the changes necessary to turn the site into something very different from original .. although ended up hacking the code to the point where it was not upgradable to the new version directly. And that was a mistake .. since I dropped further development .. and before I knew it .. the 1.2.6 zencart version I was using had jumped to 1.3.x .. and upgrading my site meant almost starting from scratch. This was an year ago .. so I thought I might as well go with a new platform.</p>
<p>That is when I started doing my research and came across Magento .. which did hit me like a rock in the face.  First impression was WOW .. this is what I want! So in no time, I downloaded the framework &amp; after some tweaking, fired it on the localserver &amp; had it up &amp; running.  Now .. time to dive into the system so I could find out how to customize it. This is when the second rock hit me .. as I found myself in the same boat as many others. After hours, I was only able to make very few modifications .. wondering if the system is complex or if it is me who has turned into an old dog .. one that can&#8217;t learn new tricks. It was depressing seriously .. since development is my passion .. one thing I thought I was good at! With me, when I am looking at a framework, I want to get a grasp of it .. so I know what to do with it when making big changes, when required.  Just changing CSS &amp; having a new look does not qualify for customizing a framework, IMO. With Magento, I remember, I could not create a correlation between the changes I made with the code, to the front end.  With development, you make changes, and they reflect .. which is what did not happen with Magento.</p>
<p>Now, the water is almost over my head, as my company needs the new website, &amp; all that is on my shoulder, to choose the framework as well as implement it. I have still boiled down my choices to either Magento or Prestashop. So I asked one question from my fellow members .. what would you prefer .. a site packed with features on the cost of being a little slow .. OR, and before I could complete my sentence, they were like .. don&#8217;t want the features, the site has to be fast. And I thought .. there goes Magento. Although in all fairness, using YSlow for firefox apart from common sense observation, Magento sites are not as slow as I thought they would be. But then again, I have no knowledge of how they&#8217;re being hosted.</p>
<p>Anyhow, to my yawing readers, I am now at a crossroad. I love Magento, as it has everything that I need, as opposed to Prestashop, which neither looks as polished, nor does it have the features (product comparison, layered navigation, SEO features). You can get these features, but they come at a cost, and nearly don&#8217;t look as neat as Magento. Prestashop appeals to me with its apparent speed (e.g. entering product seems much faster &amp; simpler .. Magento admin area is slow even on localhost!!).  Prestashop design seems pretty straight forward, and the changes that you make instantly reflect on the front end, something .. &#8220;normal&#8221;. On the face of it, Prestashop seems promising as at least there is hope that it may have all the features someday, whereas the complexity of Magento isn&#8217;t going to get any less with time. But Prestashop team also seems to be working quite slow (e.g. &#8216;Product Comparison&#8217; has been an upcoming feature for more than an year now &amp; it still isn&#8217;t there). Quite honestly, I am still indecisive &amp; need to decide fast. I don&#8217;t intend to make money out of Magento development, so creating a site that works for us is a possibility. But all the same, I don&#8217;t want to invest my time learning something that is going to be a pain later, IF i ever need to make some changes with our site.</p>
<p>In the end, I am at least convinced on one thing, regardless of what all those people who have mastered Magento may say .. and it is that Magento is definitely a very ill designed architecture, on purpose or otherwise. And my argument is based on the very fact that it is simply too complex and hard to learn, or stick with, for most people. This guy I knew, who was an engineer in Ford, told me once regarding engineering a design. He said that the job of hundred engineers is to come up with an engine design that is simple enough to be fixed by an ordinary mechanic.  To me, that is what system architecture is all about, esp. when we&#8217;re talking about open source architecture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrian</title>
		<link>http://www.pickledshark.com/magento-ecommerce-complicated-bloated-brilliant/comment-page-1/#comment-2330</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Mon, 02 Aug 2010 21:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=41#comment-2330</guid>
		<description>i have put up 5 sites using joomlas virtuemart ,two of them being for some pretty big publishers one with more than 3000 items in the shop , i havent really gotten into any problems with virtuemart ,plus it ahs a tonne of plugins, used the csv plugin 2 import the items from an exel spread sheet.

haven&#039;t really gotten a reason to change from virtuemart, plus all the complaints about magentos speed makes me give it a wide berth . 

but i got a call from a client who wants me to customize his site from what ive read im in for a rough ride.
thanks for the insights.</description>
		<content:encoded><![CDATA[<p>i have put up 5 sites using joomlas virtuemart ,two of them being for some pretty big publishers one with more than 3000 items in the shop , i havent really gotten into any problems with virtuemart ,plus it ahs a tonne of plugins, used the csv plugin 2 import the items from an exel spread sheet.</p>
<p>haven&#8217;t really gotten a reason to change from virtuemart, plus all the complaints about magentos speed makes me give it a wide berth . </p>
<p>but i got a call from a client who wants me to customize his site from what ive read im in for a rough ride.<br />
thanks for the insights.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.pickledshark.com/magento-ecommerce-complicated-bloated-brilliant/comment-page-1/#comment-2322</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 28 Jul 2010 05:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=41#comment-2322</guid>
		<description>Magento is nice but complex, resource hungry and all the released updates applied to a live store killed the site each and every time, even without costumization.</description>
		<content:encoded><![CDATA[<p>Magento is nice but complex, resource hungry and all the released updates applied to a live store killed the site each and every time, even without costumization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.pickledshark.com/magento-ecommerce-complicated-bloated-brilliant/comment-page-1/#comment-2317</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 23 Jul 2010 16:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=41#comment-2317</guid>
		<description>Magento is very complex, and I&#039;d say it&#039;s probably more bloated feature/size wise than it needs to be for most smaller businesses/operations.

The lack of decent, up-to-date documentation - you just have to look at the community forums to see the sheer amount of frustration this causes!</description>
		<content:encoded><![CDATA[<p>Magento is very complex, and I&#8217;d say it&#8217;s probably more bloated feature/size wise than it needs to be for most smaller businesses/operations.</p>
<p>The lack of decent, up-to-date documentation &#8211; you just have to look at the community forums to see the sheer amount of frustration this causes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.pickledshark.com/magento-ecommerce-complicated-bloated-brilliant/comment-page-1/#comment-2148</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Tue, 20 Apr 2010 21:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=41#comment-2148</guid>
		<description>Magento is a complex tool. The idea was to provide extreamly flexible solution. Most of the design business have nothing to do even with the core code...just changing phtml and xml files.
But once you need anything beyond the Magento core features, It would be very difficult to use it.
In other words: from many points of customization Magento is very good, but Magento is not perfect and can not give something it was not designed for.</description>
		<content:encoded><![CDATA[<p>Magento is a complex tool. The idea was to provide extreamly flexible solution. Most of the design business have nothing to do even with the core code&#8230;just changing phtml and xml files.<br />
But once you need anything beyond the Magento core features, It would be very difficult to use it.<br />
In other words: from many points of customization Magento is very good, but Magento is not perfect and can not give something it was not designed for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.pickledshark.com/magento-ecommerce-complicated-bloated-brilliant/comment-page-1/#comment-2119</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 14 Apr 2010 14:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pickledshark.com/?p=41#comment-2119</guid>
		<description>We are running Magento on one of our Website and I wish I could face the idiots who designed it... Now we are looking for alternative but there aren&#039;t many... Anyone has a suggestion ?</description>
		<content:encoded><![CDATA[<p>We are running Magento on one of our Website and I wish I could face the idiots who designed it&#8230; Now we are looking for alternative but there aren&#8217;t many&#8230; Anyone has a suggestion ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

