Magento Selenium Testing
[TL;DR] Go to the conclusion at the end, get the links for the GitHub repo, contribute. Follow MagiumLib on Twitter (nothing posted as of writing) [update] The Magium site is live. Lots of stuff there.
[TL;DR] Go to the conclusion at the end, get the links for the GitHub repo, contribute. Follow MagiumLib on Twitter (nothing posted as of writing) [update] The Magium site is live. Lots of stuff there.
I was recently asked by a client for a snippet of Linux CLI that I use to get a summary of Magento reports files under var/reports. I don’t guarantee that this is the best CLI command, but this is what I use
I’ve been asked a few times now if there is a way to use encrypted MySQL connections in Magento. Most of the time it is when merchants are selling medical products and HIPAA requirements come into play. I am not an expert in HIPAA, nor do I want to be, but with the cost of vulnerabilities on the rise it made sense to at least look into it and get a good answer on how to do it.
In part 1 we took a look at some of the basics of the Magento EE FPC. We talked about the general structure and flow of the FPC. In this article we are going
TL;DR The Full Page Cache is one of the most important performance features in Magento EE and very few people know how to use it Containers control your content Processors manage containers Knowing containers and processors gets
I just wrapped up a Healthcheck for a Magento ECG customer and I ran into an interesting issue. IIRC, the problem wasn’t a client one but rather code that a community extension used. I won’t
Update: I have started offering a new load testing service for Magento. Check it out! Load Testing the Magento checkout is, in theory, difficult. Well, not so much difficult as time consuming. It is
*** Personal note: It has been suggested that this may reflect an official Magento position. It does not. I like doing research and I like publishing what I find as long as I find it
Alan Kent asked on Twitter What is your personal favorite HA distributed queue technology? RabbitMQ? Kafka? Redis? ActiveMQ? Why? — Alan Kent (@akent99) February 4, 2015 You may know that I am partial to
When I first got into Magento development, in my mind, there were two ways of getting data from the database. You would either call Mage::getModel(‘catalog/product’)->load($id) or you would work with the collection. If you wanted