Archive for the 'cache' Category
Sunday, December 23rd, 2012
location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
“$scheme$request_method$host$uri_encoded$is_args$args”;
}
Posted in cache, encoding, nginx, purge, uri | Comments Off | permalink
Sunday, December 23rd, 2012
location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
“$scheme$request_method$host$uri_encoded$is_args$args”;
}
Posted in cache, encoding, nginx, purge, uri | Comments Off | permalink
Sunday, December 23rd, 2012
location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
“$scheme$request_method$host$uri_encoded$is_args$args”;
}
Posted in cache, encoding, nginx, purge, uri | Comments Off | permalink
Thursday, March 1st, 2012
Interesting notes from 37signals about caching approach. (Make sure to read the comments, there is a message from Jeff Bezos, CEO of Amazon)
Posted in 37signals, cache, caching, development, memcached, ror, ruby | Comments Off | permalink
Thursday, March 1st, 2012
Interesting notes from 37signals about caching approach. (Make sure to read the comments, there is a message from Jeff Bezos, CEO of Amazon)
Posted in 37signals, cache, caching, development, memcached, ror, ruby | Comments Off | permalink
Thursday, February 16th, 2012
check this message from nginx mailing list
Posted in cache, nginx, X-Accel | Comments Off | permalink
Thursday, February 16th, 2012
check this message from nginx mailing list
Posted in cache, nginx, X-Accel | Comments Off | permalink
Sunday, October 30th, 2011
Slides describe how FB uses caching at web server/php layer. ($GLOBALS->apc_cache->memcache->MySQL)
Posted in cache, caching, memcached, performance, php, web, webdev | Comments Off | permalink
Sunday, October 30th, 2011
Slides describe how FB uses caching at web server/php layer. ($GLOBALS->apc_cache->memcache->MySQL)
Posted in cache, caching, memcached, performance, php, web, webdev | Comments Off | permalink
Tuesday, August 31st, 2010
this is funny (web page that shows to folks that are new to linux where [i.e. disk cache] the ram goes )
Posted in cache, funny, humor, Linux, memory, ram, sysadmin | Comments Off | permalink