Do you use memcache on your server?

Discussion in 'Domains, Hosting and Servers' started by cpvr, Nov 19, 2013.

  1. cpvr

    cpvr Regular Member

    Joined:
    Aug 14, 2009
    Messages:
    3,219
    Likes Received:
    823
    I've been using memcache on my server for at least a few months now and I'm quite pleased on how it makes my forum faster.

    So, do you use memcache?
     
  2. GasMan320

    GasMan320 Regular Member

    Joined:
    Aug 30, 2012
    Messages:
    88
    Likes Received:
    71
    Location:
    Northern California
    I use XCache instead of memcached.

    Memcached provides a better performance boost on a multiple-server setup whereas XCache performs better on a single server setup.

    FastCGI + XCache has worked really well for us.
     
    Last edited: Nov 19, 2013
    WEfail likes this.
  3. BeoR

    BeoR Regular Member

    Joined:
    Jul 12, 2013
    Messages:
    24
    Likes Received:
    13
    Location:
    Philippines
    XCache + Memcache on our end.
     
  4. GasMan320

    GasMan320 Regular Member

    Joined:
    Aug 30, 2012
    Messages:
    88
    Likes Received:
    71
    Location:
    Northern California
    Are you on a multiple web server setup? If you're only on a single box, by using memcached you are most likely reducing your performance. Memcached is slower than XCache's data store.
     
  5. BeoR

    BeoR Regular Member

    Joined:
    Jul 12, 2013
    Messages:
    24
    Likes Received:
    13
    Location:
    Philippines
    Yes, we run multiple servers. Additionally, XCache's var engine is harder to manage as opposed to memcached so it's easier to run into memory issues with XCache when used, for example, for full page caching. This is based on our experience and may vary with your setup/system.
     
  6. Trickster

    Trickster Regular Member

    Joined:
    Nov 30, 2013
    Messages:
    35
    Likes Received:
    3
    Hmmm... I am out of the game I'd say, since I have no idea what that is. I'll look into it, I'm trying to get myself back at the track. Anyone cares to explain in simple details?
     
  7. MyDigitalpoint

    MyDigitalpoint Regular Member

    Joined:
    Jun 5, 2013
    Messages:
    114
    Likes Received:
    30
    Location:
    Virtual World
    If I'm not wrong memcache and other cache-related software is meant to improve the server speed as pages are cached for fast rendering when a surfer visits your site.

    I must say that I have never liked to run cache systems of any kind because I feel like the surfer never can see the last updated page, but the last cached page, which is not good when you are working on the server and doing changes every now and then.

    Of course, some scripts allow to set an expiration date to get the cache flushed and rebuilt, but I prefer other methods to optimize the loading time of my sites,
     
  8. Trickster

    Trickster Regular Member

    Joined:
    Nov 30, 2013
    Messages:
    35
    Likes Received:
    3
    Oh I think I know what you are talking about. I think I've seen a few examples here and there.
    Surely that can be good if it improves sites load time, but not being able to see the last updated page is quite a price (feature to sacrifice). I guess it just depends on the nature of your site.
     
  9. BeoR

    BeoR Regular Member

    Joined:
    Jul 12, 2013
    Messages:
    24
    Likes Received:
    13
    Location:
    Philippines
    Unfortunately, the moment you serve millions of pages per month you kinda have to make a few sacrifices. Besides, a minute or two of cache refresh time is just about right for anyone to read through a page so it doesn't really affect the "freshness" factor that much. Of course logged in members don't get cached pages. :)
     
  10. WEfail

    WEfail Regular Member

    Joined:
    Sep 9, 2012
    Messages:
    77
    Likes Received:
    179
    xcache!
     
  11. PassiveHybrid

    PassiveHybrid Regular Member

    Joined:
    Nov 16, 2013
    Messages:
    54
    Likes Received:
    6
    Location:
    USA
    I use to use this service on a old site I use to run. The members didn't like it and visitors hated it to such a degree that they emailed me to let me know!

    I would rather stray away from this because users don't want to see old irrelevant content.
     
  12. WEfail

    WEfail Regular Member

    Joined:
    Sep 9, 2012
    Messages:
    77
    Likes Received:
    179
    I feel like PostLoOp was installed into this thread.
     

Share This Page