chmac: server optimisation

Sort by: Date / Title / URL

  1. http://blog.taragana.com/index.php/archive/5-golden-tips-for-wordpress-performance-optimization-slashdot-digg-protection/
    April 2007 - A guide to optimising your WordPress hosting environtment focusing on PHP, MySQL optimisations and plugin / caching optimisation.
  2. http://www.ircmaxell.com/articles/benchmarks/lighttpd-vs.-apache---static-files.html
    ircmaxwell benchmarks Lighttpd versus Apache when serving static files. Results are overwhelmingly in favour of lighttpd.
  3. http://furquim.org/chironfs/
    ChironFS is a fuse based filesystem that supports multiple backends. Writes are written to multiple hosts, reads come from a single host. It removes single points of failure and provides real time duplication / backup.
  4. http://collectl.sourceforge.net/index.html
    Collectl is a system monitoring tool. It logs a wide range of system metrics (disk, cpu, io, etc) and stores them in a variety of formats. It tries to cover all the bases unlike some other tools which focus on one or two methods.
  5. http://blog.circlesixdesign.com/2007/01/22/diggproof/
    January 2007 - A guide to optimising a server for WordPress hosting, focusing on MySQL and PHP caching techniques.
  6. http://www.digital-web.com/articles/client_side_load_balancing/
    An article describing a system that uses client side load balancing in a Web application. Voxlite is the example application built on Amazon EC2 and S3.
  7. http://developer.yahoo.com/performance/
    Yahoo!'s Exceptional Performance team evangelizes best practices for improving web performance.
  8. http://www.connectedinternet.co.uk/2006/06/18/guide-to-optimizing-wordpress-servers/
    June 2007 - A guide to optimising WordPress sites, focusing on MySQL and PHP caching techniques.
  9. http://www.webload.org/
    WebLOAD is an open source web site stress testing tool. Useful for simulating load on servers.
  10. http://www.danga.com/memcached/
    memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
  11. http://paulstamatiou.com/2007/07/17/on-being-a-website-performance-junkie/
    Interesting article on offloading images to Amazon's S3 service to improve site performance (WordPress in this case).
  12. http://reductivelabs.com/trac/puppet
    Puppet is a system to abstract system administrator tasks such as configuring web servers, deploying database servers, and so on. It provides an abstract language to specify configurations and then handles deployment for you.
  13. http://www.askapache.com/htaccess/speed-up-sites-with-htaccess-caching.html
    A tutorial on how to improve site performance using HTTP header cache directives specified in .htaccess files.
  14. http://www.earnersblog.com/digproof-your-wordpress/
    March 2004 - A general, overview level guide to optimising your WordPress hosting. Covers caching, MySQL, PHP and apache optimisation in general terms.
  15. http://varnish.projects.linpro.no/
    Varnish is a state-of-the-art, high-performance HTTP accelerator (reverse proxy). Varnish is designed by a BSD kernel developer to make full use of BSD / Linux kernel's ability to manage memory. It is extremely fast, up to 10 - 20 times faster than squid.
  16. http://lucene.apache.org/hadoop/
    Hadoop is a distributed computing platform / filesystem. It provides HDFS which is similar to GFS (Google Filesystem) and MapReduce which splits programming tasks into small chunks. It's target is 10'000 node clusters.

First / Previous / Next / Last / Page 1 of 1