Some magento cli commands can take ages to complete. You start it in terminal, but it require the terminal window to stay alive till the process complete. For example php bin/magento queue:consumer:start media.storage.catalog.image.resize There can be easily 1 million of images and the process can take several days. To bypass this you can run task […]
read moretip
Implementing Two Factor Authentication Using Magento
You will secure the Magento store from hackers, keyloggers, illegal logins, data sniffing software, and other attacks with the Magento Two Factor Authentication (2FA).
read moreMagento 2 Product Page Optimization
Where to download magento 1 source code?
Earlier you could download any magento version from Download page in Tech Resources section. But not so long ago Magento has removed the official links and reworked download page. Now you can download only 2.x-related resources like source code / sample data / patches. This is part of Magento Software Lifecycle Policy. If you are […]
read moreMagento 2: Allow backend run in frame
Recently I’ve got request to make magento backend working in iframe. Quick googling gives me link to official documentation with instructions on how to setup storefront to be displayed in iframe. I did not pay attention to storefront
word at that point. Backend still not work in iframe and gives an error…
Magento 2: Homepage 404 error
Your magento store index page shows 404 page? Magento 2 homepage 404 error is a common issue. There are several reasons that could cause it. Lets check possible scenarios from easy to difficult. Store Configuration Issue Your store configuration point to wrong CMS page. CMS Home page was deleted or recreated, or you were experimenting […]
read moreGIT: Ignore changes in tracked file
I had some experience with GIT, but it was limited to basic things like pull, commit, push. Recently I started working on project which has database configuration file. I needed to modify it, but do not want to commit any changes made. Basically I wanted git to ignore changes in tracked file. My first attempt […]
read moreMagento 2: Console Commands Shortcuts
You often need to use CLI commands while working with Magento 2. But you might miss the fact that all magento 2 console commands has short form. The nature of these shortcuts comes from Symphony framework used by magento team. Each magento console class that implement command line functionality use Symfony\Component\Console\Command component to implement command […]
read moreMagento 2 SEO tips
Magento 2 is a great open-source ecommerce platform. It has wide variety of features, gives you full control on design, has large community and so on. But most important nowadays is that Magento is one of the most search engine friendly e-commerce platforms. Many store owners do not use all its power due to a […]
read moreMagento 2 Bundle and Merge JavaScript Modes — Why Better To Enable Separately
Magento 2 Bundle and Merge JavaScript Modes can improve performance of your eCommerce website dramatically. But should you enable them simultaneously or separately? While supporting our Slider Revolution Extension for Magento 2 we found JavaScript error on clients website. This problem was related to both merge and bundle javascript options enabled. In this configuration slider […]
read more