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

http://mailman.nginx.org/pipermail/nginx-ru/2012-December/049347.html 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 при кешировании

http://mailman.nginx.org/pipermail/nginx-ru/2012-December/049347.html 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 при кешировании

http://mailman.nginx.org/pipermail/nginx-ru/2012-December/049347.html 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)

http://37signals.com/svn/posts/3112-how-basecamp-next-got-to-be-so-damn-fast-without-using-much-client-side-ui 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)

http://37signals.com/svn/posts/3112-how-basecamp-next-got-to-be-so-damn-fast-without-using-much-client-side-ui 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

http://permalink.gmane.org/gmane.comp.web.nginx.english/31822 check this message from nginx mailing list

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

http://permalink.gmane.org/gmane.comp.web.nginx.english/31822 check this message from nginx mailing list

Caching & Performance: Lessons from Facebook

http://www.scribd.com/doc/4069180/Caching-Performance-Lessons-from-Facebook Slides describe how FB uses caching at web server/php layer. ($GLOBALS->apc_cache->memcache->MySQL)

Caching & Performance: Lessons from Facebook

http://www.scribd.com/doc/4069180/Caching-Performance-Lessons-from-Facebook Slides describe how FB uses caching at web server/php layer. ($GLOBALS->apc_cache->memcache->MySQL)

Help! Linux ate my RAM!

http://www.linuxatemyram.com/ this is funny (web page that shows to folks that are new to linux where [i.e. disk cache] the ram goes )