Blog articles tagged with apc
Configuring and compiling Nginx and PHP-FPM on Ubuntu for Magento, Part 3
01.03.2010 06:47PM by Evan Johnson
Web Development, e-Commerce
This is the 3rd and final article about installing Magento on Nginx with PHP-FPM. Part 1 is here, and Part 2 is here.
This part explains how I set up my public web directories, and how I did the Nginx configuration files for a Magento site. One of the tricky things about switching to Nginx from Apache is that Nginx does not use .htaccess files or the usual Apache...
Configuring and compiling Nginx and PHP-FPM on Ubuntu for Magento, Part 1
12.14.2009 07:08PM by Evan Johnson
Web Development, e-Commerce
So, Magento is a huge piece of modular and extensible PHP code. Each request takes a lot of CPU cycles and memory to kick out a Magento page. This means it is slow. The performance of Magento is a frequent complaint, and rightfully so: consumers won't wait around all day for an ecommerce store to load. They will bail out and try another store if a page doesn't load in...