public marks

PUBLIC MARKS from nhoizey with tag httpd

2009

2008

How To Optimize Your Site With HTTP Caching | BetterExplained

by 2 others
Caching is a great example of the ubiquitous time-space tradeoff in programming. You can save time by using space to store results. Fewer downloads means a faster, happier site.

2007

htaccess Caching

by 2 others
This article shows 2 awesome ways to implement caching on your website using Apache .htaccess (httpd.conf) files on the Apache Web Server. Both methods are extremely simple to set up and will dramatically speed up your site!

WSGI makes us faster, simpler, nicer! « DevjaVu Blog

With mod_php you can assume that if Apache is up, the app is up. [...] mod_wsgi, boasted faster performance than mod_python, and was easier to configure. I realized Trac had WSGI support. Pages are loading almost twice as fast! Our setup is simpler too.