Author: magemaster

magento 1 collection iteration optimization 0

Magento 1 – collection iteration optimization

In this tutorial I show you how to optimize collection iteration. If you use large collections, you may have discovered performance problems. Especially for low cost hosting systems, there may be drawbacks if you...

magento 1 speed up product save 4

Magento 1 – speed up product save

In this tutorial I show you how to speed up product save for Magento 1. You may have noticed, that if you call a save() method on a product object it may take some...

magento 2 delete categories programmatically 5

Magento 2 – delete categories programmatically

In this tutorial I show you how to delete categories programmatically. This is a task you do not use for production systems, but is quite nice if you run tests on your development system....

magento patch 9652 0

Magento Patch 9652

There is the new Magento Patch 9652 available. I show you all you need to know about this patch and what risks you may have if you apply it to your system. This patch is...

find magento shops with google 0

Find Magento shops with Google

Sometimes you want to get an overview of other Magento shops. For example if you want to check if you can offensively expand and add support to other bad maintained Magento shops. For this...

magento 2 delete all products 0

Magento 2 delete all products

In this tutorial I show you how to delete all products under Magento 2. In my previous article I showed how to get products by id. I also introduced you to factory pattern and...

magento 2 get product by id 0

Magento 2 get product by id

In Magento 2 there are more than one method to get product by id. For Magento programmers, this is one of the most often used methods. Products are needed in own modules, scripts or...

magento 2 system configuration 1

Magento 2 – get core config data programmatically

In this tutorial I show you how to get core config data programmatically. This article is based on my previous one. There I showed you how to add system configuration fields to Magento 2 backend. You...