From my experiences, you (the developer) will need to do the last tweaking of the InnoDB config parameters. I’m including the parameters that I constantly apply to my clients and make big difference when it comes to DB performance for Magento.
Read moreThis is not a long and detailed article on how sophisticated they are, instead this article is short and surprising. If you are doing work in the eCommerce world, you may have heard of the huge acquisition of Zappos.com…
Read moreHey all Magento administrators or developers out there, just a short tip here on how to avoid locking tables when you perform a full mysqldump on a live server. This does not apply for any shared hosting, but only the more advanced dedicated hosting (VPS/cloud or not). When you perform a mysqldump on a live environment, the default behaviour is to lock the entire set of tables until the dump is complete, even if it takes 1 minute or less, it means that during that minute, users will not be able to checkout, or admins may not be able to perform any transactions in the back end.
Read moreMagento Extensions Here We Come…
I’m excited to announce a new division of Activo was recently born: Magento Extensions. This new division will focus on the various magento extensions which we have working on in the past 3 years. Essentially, every single piece of code that we have developed or delivered to our clients was written properly by extending Magento via their extensions mechanism. Some (not all) of these functionalists were developed further to easily integrate with other websites and hence allow a wide variety of online merchants to enjoy these advanced features.
Read moreOne of the tools I swear by is Subversion, since I use Windows as my default development OS, it is only natural that TortoiseSVN is pretty much installed on any environment I work on. The only downside I can tell to TortoiseSVN is it’s poorly designed cache mechanism that does not scale well with large sets of files.
Read moreFile Name Case Sensitivity and SVN
Last week I tried to add the media folder of a large catalog Magento website. Initially everything worked well, however eventually I started having severe issues on my local development environment. The issue is largely related to the File Name Case Sensitivity within SVN and how file names behave differently between Linux and Windows. I am just sharing my observation and I do not have a complete answer to this issue as of yet, maybe you can help here…
Read moreIf you are running a multi-million dollar eCommerce site you may want to make sure that the HTTP TRACE method is disabled. By default this method is enabled in Apache, and if enabled it allows for Cross Site Tracing Issue and potentially giving the option to a hacker to steal your cookie information from a specific website so later they can impose as you.
Read moreJust a quick note this time on a great way to introduce tabs into the product edit page in the Magento Admin panel: via the
This is an issue that comes up more often these days because more and more third party magento extensions simply throw in the jQuery library in the admin panel, even just for simple JS functionality that is fully supported in Prototype. I guess in the sake of a ‘working’ extension everything is compromised, right? well, ok. I guess so. but there is always a better way to doing things. Here is a little example that can make including the jQuery library in the Magento Admin Panel a little less painful and make your extension play nice with other third party extensions.
Read more