<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Magento Expert</title>
	<atom:link href="http://www.the-mage-expert.com/tag/swatches/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-mage-expert.com</link>
	<description>Your Magento Commerce Expert</description>
	<lastBuildDate>Tue, 24 Jan 2023 09:37:24 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>Category page loading extremely slow</title>
		<link>http://www.the-mage-expert.com/1070/magento-category-page-loading-extremely-slow/</link>
		<comments>http://www.the-mage-expert.com/1070/magento-category-page-loading-extremely-slow/#comments</comments>
		<pubDate>Fri, 24 Jun 2016 06:53:47 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[category page]]></category>
		<category><![CDATA[swatches]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=1070</guid>
		<description><![CDATA[If the category page of your Magento store is loading really slow, the configurable swatches might be the problem. Override /app/code/core/Mage/ConfigurableSwatches/Helper/Mediafallback.php and move [crayon-69eb69d12e74c/] up to before the foreach loop. This will help increasing the speed of your category page&#8230;]]></description>
				<content:encoded><![CDATA[<p>If the category page of your Magento store is loading really slow, the configurable swatches might be the problem. Override  <strong>/app/code/core/Mage/ConfigurableSwatches/Helper/Mediafallback.php</strong> and move</p><pre class="crayon-plain-tag">// normalize to all lower case before we start using them
$optionLabels = array_map(function ($value) {
 return array_map('Mage_ConfigurableSwatches_Helper_Data::normalizeKey', $value);
}, $optionLabels);</pre><p></p>
<p>up to before the foreach loop. This will help increasing the speed of your category page if Magento configurable swatches were causing the problem.</p>]]></content:encoded>
			<wfw:commentRss>http://www.the-mage-expert.com/1070/magento-category-page-loading-extremely-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
