Archive for the 'cache' Category

[how to purge encoded URL from cache] Re: проблема с кирилличными uri при кешировании

Sunday, December 23rd, 2012

location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
“$scheme$request_method$host$uri_encoded$is_args$args”;
}

[how to purge encoded URL from cache] Re: проблема с кирилличными uri при кешировании

Sunday, December 23rd, 2012

location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
“$scheme$request_method$host$uri_encoded$is_args$args”;
}

[how to purge encoded URL from cache] Re: проблема с кирилличными uri при кешировании

Sunday, December 23rd, 2012

location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
“$scheme$request_method$host$uri_encoded$is_args$args”;
}

How Basecamp Next got to be so damn fast without using much client-side UI – (37signals)

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)

How Basecamp Next got to be so damn fast without using much client-side UI – (37signals)

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)

How to drop nginx cache w/out using 3rd party modules

Thursday, February 16th, 2012

check this message from nginx mailing list

How to drop nginx cache w/out using 3rd party modules

Thursday, February 16th, 2012

check this message from nginx mailing list

Caching & Performance: Lessons from Facebook

Sunday, October 30th, 2011

Slides describe how FB uses caching at web server/php layer. ($GLOBALS->apc_cache->memcache->MySQL)

Caching & Performance: Lessons from Facebook

Sunday, October 30th, 2011

Slides describe how FB uses caching at web server/php layer. ($GLOBALS->apc_cache->memcache->MySQL)

Help! Linux ate my RAM!

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 )