Effective caching for dynamic sites

Discussion in 'Programming' started by Triexa, Mar 28, 2011.

  1. #1
    I'm quite familiar with caching options/techniques but I want to make sure I'm doing this as effective as possible.

    Wondering if anyone has any experience/suggestions or links to good reads on caching?

    Issues such as
    - user vs guest content
    - personalized content
    - huge page view #s,
    - Multiple data sources including database, API, widgets, etc.

    Thanks!
     
    Triexa, Mar 28, 2011 IP
  2. jazzcho

    jazzcho Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In most cases (i.e. not a huge site with hundreds of thousands daily requests), simply throwing an APC cache in the mix is enough. Just put a lot of memory (segments - segment size) and make a cron script to reset it once in a while.
     
    jazzcho, Mar 29, 2011 IP
  3. Triexa

    Triexa Active Member

    Messages:
    580
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    This is not that case... definitely hundreds of thousands of requests daily...
     
    Triexa, Apr 1, 2011 IP