What type of websites does memcached speed up

Posted by Saif Bechan on Stack Overflow See other posts from Stack Overflow or by Saif Bechan
Published on 2010-03-27T05:56:53Z Indexed on 2010/03/27 6:03 UTC
Read the original article Hit count: 229

Filed under:
|
|
|

I have read this article about 400% boost of your website. This is done by a combination of nginx and memcached. The how-to part of this website is quite good, but i mis the part where it says to what types of websites this applies.

I know nginx is a http engine, I need no explanation for that.

I thought memcached had something to do with caching database result. However i don't understand what this has to do with the http request, can someone please explain that to me.

Another question I have is for what types of websites is this used. I have a website where the important part of the website consist of data that changes often. Often being minutes.

Will this method still apply to me, or should I just stick with the basic boring setup of apache and nothing else.

© Stack Overflow or respective owner

Related posts about nginx

Related posts about apache