BlogKnowledge BaseMagento Identifying and blocking "Bad" Magento traffic There's a number of common attacks on Magento stores; that can range from aggressive crawlers/bots,…Benjamin L.10th April 2015
BlogKnowledge BaseMagento Correcting incorrect timestamp after server migration An issue we (admittedly infrequently) come across when moving Magento stores from one server to…Benjamin L.7th April 2015
BlogKnowledge BaseMagento Fix for "No search results" after CLI reindex on Magento Enterprise (SOLR) Edit `shell/abstract.php` and add `Mage::app()->addEventArea('adminhtml');` ~~~~ public function __construct() { if ($this->_includeMage) { require_once $this->_getRootPath()…Benjamin L.4th September 2014
BlogKnowledge BaseMagento Finding all Magento secure URIs We recently needed to try and identify all HTTPS URI's in a customer's store and…Benjamin L.20th September 2013
BlogKnowledge BaseMagento Simple Magento performance/load testing with Mage-Perftest Mage-Perftest is a simple Linux command line tool to test the performance of your Magento…Benjamin L.13th July 2013
BlogKnowledge BaseMagento The nolocal theming and packaging methodology So this will cause ultimate uproar and go against the grain of every Magento developer…Benjamin L.16th May 2013
BlogKnowledge BaseMagento Deconstructing the cache image path on Magento ### Deconstructing the cache image path /media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/m/e/me-d1_2.jpg |___________________________|_|_____|________________________________|_|_|__________| | | | | | | |…Benjamin L.26th February 2013
BlogKnowledge BaseMagento APC and Memcache with Magento You need to understand the clear distinction between these two products to understand how to…Benjamin L.26th February 2013
BlogKnowledge BaseMythbusting MySQL and Magento Peformance Tuning ### Define performance Do you mean the page load time for a single user, or…Benjamin L.23rd February 2013
BlogKnowledge BaseMagento Multiple SOLR Cores for Magento on Debian/Ubuntu/CentOS/RedHat ## On Debian/Ubuntu The most straightforward installation is pretty easy using `tomcat` and your package…Benjamin L.4th February 2013