Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Ibuildings techPortal:
Optimising Magento for Performance
Mar 08, 2011 @ 19:41:09

On the Ibuildings techPortal today there's a new tutorial from Rupert Jones showing you how to get the best performance from Magento with a set of technologies tailored for just that.

Following our earlier entry about installing Magento Enterprise, we thought it would be appropriate to follow up with some tips for getting more from your Magento installation. One of the major criticisms leveled at Magento is its speed; many complain that it is far too slow. In this article we’ll go through some steps you can perform to fine-tune your server to allow Magento to run more smoothly and more quickly in a production environment.

Among the technologies they recommend are things like memcached, mod_expires, APC, gzip and MySQLTuner.

tagged: optimize magento performance cache compression tune

Link:

Stuart Herbert's Blog:
More about Performance Tuning
Feb 05, 2008 @ 13:57:00

Based off of a previous article from Mike Willbanks, Stuart Herbert has posted some of his own thoughts on tuning and tweaking your applications for the best performance you can get out of them.

There's some good advice in there, and I thought it'd be a good idea to quickly add a bit more detail about the separate approaches that Mike raises.

He goes over the APC caching, memcache, the "gzip trick", the "Not Modified" header and optimized SQL statements.

He also mentions one thing that Mike didn't mention - a split between static files (no PHP needed) and their dynamic cousins. Having a more pure Apache (no PHP installed) can help give a minute jump in speed that, depending on the size of the site, could really add up from a user's perspective.

tagged: performance tune memcache apc sql optimize gzip notmodified

Link:

When Penguins Attack:
Tuning IIS for PHP
Jan 25, 2006 @ 13:17:08

On the "When Penguins Attack" blog today, there's a brief guide to help you tune your IIS installation for PHP.

IIS is a multi-threaded web server available on Windows NT and 2000. From the Internet Services Manager, it is possible to tune the following parameters: Performance Tuning based on the number of hits per day, Bandwidth throttling, Process throttling, Timeout, and HTTP Compression.

He looks at tips for each of the above, as well as other things like the memory cache size and max pool threads that can be changed with the help of the registry editor...

tagged: tune IIS install bandwidth performance memory compression tune IIS install bandwidth performance memory compression

Link:

When Penguins Attack:
Tuning IIS for PHP
Jan 25, 2006 @ 13:17:08

On the "When Penguins Attack" blog today, there's a brief guide to help you tune your IIS installation for PHP.

IIS is a multi-threaded web server available on Windows NT and 2000. From the Internet Services Manager, it is possible to tune the following parameters: Performance Tuning based on the number of hits per day, Bandwidth throttling, Process throttling, Timeout, and HTTP Compression.

He looks at tips for each of the above, as well as other things like the memory cache size and max pool threads that can be changed with the help of the registry editor...

tagged: tune IIS install bandwidth performance memory compression tune IIS install bandwidth performance memory compression

Link:


Trending Topics: