Archives for May, 2012

Magento performance: Configuring APC cache for Magento

Magento speed

APC (Alternative PHP cache) is a free opcode cache for PHP, which optimize PHP intermediate code. APC engine cache the compiled bytecode of PHP scripts to avoid the overhead of parsing and compiling source code on each request.

See more
Posted in:
Magento Development, Magento Performance, Development, Magento

Magento development: Show minicart/sidebar with totals on checkout

One of the great features available in default Magento is one page checkout. However, the bad point is that you can see your actual cart totals only on last step of checkout (order confirmation).

See more
Posted in:
Magento Development, Development, Magento