"FastCGI"

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

PHPNG – future of PHP

- E-Commerce

magento phpngPHPNG is a new branch of PHP development. It aims to bring better memory usage efficiency and performance. PHPNG is focused on PHP’s VM Zend Engine. PHPNG aims to provide the maximum performance for current applications by rebuilding internal structures of PHP. Existing structure leads to the next time expenditures: 20% of time are used for tasks of memory manager, 10%  – for hash tables, 30%  – for call internal functions and only 30% – for execution in virtual machine. PHPNG can do a 10-30% execution speed improvement by changing this structure. Also it leads to some memory savings.

Continue Reading