Memcached setup and optimization for different platforms

Have you ever wondered if query caching is enough? Well it isn't because not just data query results increase the load time of a webpage but also the data processing that requires computation power and processor time. What if your application is using the same object processing with no or minor data changes. Then the fastest way to handle this Continue reading

Magento optimization

As we presented previously Magento is the best open-source online shopping platform available on the market. So, what is the reason a big number of retailers still prefer hosted platforms or simpler solutions? To answer that I need to provide some details on the technical background of the platform. Magento is build using Zend Framework 1, which is a very Continue reading