Currency Switching by Country in Magento

utomatic currency switching by geoip is a great way to improve store usability international. Imagine if you sell products in USD, but someone from the the United Kingdom visits. Of course they will want to view prices in British Pounds. To automatically switch currencies based on geographic location is very easy. Just follow these steps: … Read more

10 Steps to Make Magento Speed Faster

t Extendware we specialize in Magento performance extensions and as a result we have learned some things about speeding up Magento along the way. These are 10 easy steps to make Magento faster. The list is not comprehensive of course, but it is applicable to most Magento stores. Use Extendware Page Cache The Magento Full … Read more

Minify HTML in Magento

inifying HTML in Magento is one of those hidden Magento performance tweaks that few stores do. Almost everyone is minifying javascript and css thanks you our Minify Javascript / CSSĀ Magento extension. However, few people enable the ability to Minify HTML which this extensions also supports. Why should I Minify HTML? It is important to optimize … Read more

Magento Google Analytics – Page Load Speed

oogle Analytics has hundreds of reports and this one is often overlooked even though it is one of the most important reports. The report tells you how quick your Magento store is for people. This is very important considering that Magento store speed directly impacts conversion rates and search engine rankings. What information can be … Read more

How to Minify Javascript in Magento

inifying javascript is a very important aspect of a faster Magento store. For many stores, it is their greatest weakness on their Google page speed tests. Why should I minify javascript? It is important to minify your javascript because it slows down the page load of your Magento store. Many stores can save 500KB off … Read more

Secure Magento admin login with two-factor authentication

wo-Factor Authentication is a great way to secure your Magento admin area. Imagine if a hacker or someone else gains access to your backend? Not only could they destroy data and harass customers, but they could steal valuable business data and the end result could be customers lose confidence in your store. The best two … Read more

Magento Image Optimization

agento Image Optimization is an important performance enhancement that will speed up your Magento page load time. The easiest way to optimize all your Magento images without affecting your existing images is to use the Magento Image Optimization extension for Magento. Why and when is image optimization important in Magento? Image optimization affects every single … Read more

Magento “Can’t get filling percentage” memcached issue

ome Magento store admins report that Magento is returning this exception when using memcached as a backend for either the Magento cache or the Magento Full Page Cache. This issue has its roots in the Zend Framework which returns this exception if memcache fails to return its extended stats. To resolve this is fairly simple. … Read more