"nginx"

Beware of Nginx and Magmi Data Import Tool

- Magento tips & tricks

Security vulnerabilities: Nginx and Magmi Data Import Tool

Two potential security vulnerabilities have been discovered recently in the Magento ecosystem.

The first one is Nginx, but don’t panic, as this problem affects only some misconfigured Magento sites. Because of the misconfiguration, hackers get access to the Magento cache system. Please note, that cache files can contain such sensitive information as Magento database passwords: with this data, malefactors can access your Magento installation and as a result customer information. Continue Reading

Magento 2 Nginx Configuration

- Magento 2

magento2-nginx-configuration

Nginx is a reverse proxy server for different protocols, such as HTTPSHTTP,  POP3SMTP, and IMAP, as well as an HTTP cache, a load balancer,  and an origin web server. Being an open source project, Nginx has been started with a strong focus on high performance, high concurrency,  and low usage of memory. Nginx runs on Mac OS XLinux, BSD variants, Solaris, HP-UX, AIX, and other *nix flavors. In addition, you can find a proof of concept port for Windows. The project is licensed under the 2-clause BSD-like license, and below we will shade light on Magento 2 Nginx Configuration.

Everything about Magento 2 on Firebear

Magento 2 Demo

Continue Reading

The Complete Guide To Magento Debugging

How to Debug Magento

Integration of new solutions into different systems can become a headache without the knowledge of correct debugging.  In case of Magento, such simple constructions as print_r() or var_dump() , var_export() don’t work. Because of heavyweight constructions, you need to investigate the new effective ways to find intermediate values or broken places. Fortunately, there are a lot of tools and methods designed to turn the debugging into a developer friendly process. Continue Reading

The Best Alternative MySQL Database Engines For Magento – Percona, Mariadb

- Magento tips & tricks

You can always move out of MySQL. At least, there are 2 alternatives: MariaDB and Percona. MariaDB is a fork of the MySQL developed by the community under the GNU GPL from the original creators of MySQL. The intents of MariaDB include maintaining high compatibility with MySQL, ensuring a “drop-in” replacement capability with library binary equivalency and matching with MySQL commands and APIs. Percona Server is another MySQL alternative which if free and open source. It offers high scalability, improved performance, useful features, and all the necessary instrumentations. In addition, Percona relies on self-tuning algorithms and supports high-performance hardware. In this post, we gathered all the information necessary to understand whether you should stay with  MySQL or move to alternative solutions, such as MariaDB and Percona.

mysql-alternative-magento-data-base

Continue Reading

Лучшие альтернативные MySQL движки для Magento – Percona, Mariadb

- Magento советы

У MySQL существует несколько альтернатив, на которые вы в любой момент можете переключиться.  Лучшие из них это MariaDB и Percona. MariaDB является ответвлением MySQL, которое развивается при участии всего сообщества по лицензии GNU GPL. Создателями решения являются оригинальные разработчики  MySQL. Основные цели MariaDB включают в себя поддержание высокой совместимости с MySQL, обеспечение возможности “drop-in” замены с библиотекой двоичной эквивалентности и сопоставление с командами и API MySQL. В свою очередь Percona Server является еще одной бесплатной альтернативой MySQL. Решение обладает высокой масштабируемостью, улучшенной производительностью, нехарактерными для базового движка особенностями и всеми необходимыми инструментами. Кроме того, Percona полагается на алгоритмы самонастройки и обладает поддержкой передового мощного железа. Далее мы расскажем о том, когда стоит переходить на альтернативы MySQL, такие как MariaDB и Percona.

mysql-alternative-magento-data-base

Continue Reading

Модульная система Magento 2

- Magento 2

Magento состоит из нескольких различных компонентов: тем, модулей, библиотек, пакетов языков. Фреймворк Magento включает в себя библиотеки, PHP код и различные базовые концепции, которые наследуются компонентами системы.

Модули и темы в Magento используются в качестве элементов кастомизации: модули наделяют сайт разными особенностями и свойствами, темы влияют на внешний вид. Как у модулей, так и у тем есть свой жизненный цикл, который позволяет устанавливать, отключать и удалять эти элементы.

модульная система magento 2

Continue Reading

Best ways to speed up your Magento e-commerce webstore

- Magento tips & tricks

There are several reasons why speed is very important for websites. First of all visitors. They can become dissatisfied with slow performance and loose trust to your website. The second reason is web search ranking. Google is using site speed as a part of the whole process. These are obvious things and we are not going to talk about them. Instead we will talk about all possible tips and tricks to speed up your Magento performance.

magento speed

Don’t forget to check our new guide: 

Magento Performance Ultimate Guide

Continue Reading