View Single Post
Old 08-01-2011, 02:35 PM  
blazin
Confirmed User
 
Join Date: Aug 2002
Posts: 2,781
Best way to boost performance on most Lamp based apps is by lessening the load on the db and web server....
Do this by caching as much as possible.
Cache front end ie forward proxy such as Varnish or Nginx, php opcode caching..ie apc, application caching.ie w3cache or similar, object caching.. ie memcached, using query caching on the database... etc etc.

I've been researching and benchmarking different setups lately (mostly with wordpress and drupal) and it's amazing how much of a difference it makes. I've seen #/reqs per second increase 20x with the right tweaking....
__________________
I don't endorse a god damn thing......
blazin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote