Monthly Archives: June 2014

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

Upgrade to Magento Community 1.9 (by SSH)

- Magento tips & tricks

Magento Community Edition 1.9.0.1 has ben released. It contains multiple improvements over older versions. 1.9.0.1 is a major release , so it’s very important not to miss it. In this post we will show you how to upgrade from previous Magento version to the new one. Don’t forget to try Magento CE 1.9.0.1 upgrade in a test environment. The operation is not risky, but there is always a chance to break something.

upgrade magento to 1.9

Continue Reading