Below, we share two tips on how to install Magento 2 using the nginx web server. Since such installation fails from time to time, you have to keep the tricks described below in mind. For more useful tips, check this list: Developer’s Cookbook. Continue Reading
Users argue that the Magento 2 installation may stop at about 70%. It happens only when you use the Setup Wizard. How to solve the issue and install Magento 2? Below, we share some essential tips that tend to fix the problem and let you continue the process. You can discover other useful tips in our cookbook.Continue Reading
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
Nginx is a reverse proxy server for different protocols, such as HTTPS, HTTP, POP3, SMTP, 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 X, Linux, 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.
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
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 GNUGPL 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 существует несколько альтернатив, на которые вы в любой момент можете переключиться. Лучшие из них это MariaDB и Percona. MariaDB является ответвлением MySQL, которое развивается при участии всего сообщества по лицензии GNU GPL. Создателями решения являются оригинальные разработчики MySQL. Основные цели MariaDB включают в себя поддержание высокой совместимости с MySQL, обеспечение возможности “drop-in” замены с библиотекой двоичной эквивалентности и сопоставление с командами и API MySQL. В свою очередь Percona Server является еще одной бесплатной альтернативой MySQL. Решение обладает высокой масштабируемостью, улучшенной производительностью, нехарактерными для базового движка особенностями и всеми необходимыми инструментами. Кроме того, Percona полагается на алгоритмы самонастройки и обладает поддержкой передового мощного железа. Далее мы расскажем о том, когда стоит переходить на альтернативы MySQL, такие как MariaDB и Percona.
Magento состоит из нескольких различных компонентов: тем, модулей, библиотек, пакетов языков. Фреймворк Magento включает в себя библиотеки, PHP код и различные базовые концепции, которые наследуются компонентами системы.
Модули и темы в Magento используются в качестве элементов кастомизации: модули наделяют сайт разными особенностями и свойствами, темы влияют на внешний вид. Как у модулей, так и у тем есть свой жизненный цикл, который позволяет устанавливать, отключать и удалять эти элементы.
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 Magentoperformance.