Looking for a server caching software

Discussion in 'Site & Server Administration' started by sebans, Jul 17, 2007.

  1. #1
    I have a single site on my server with some requests using an incredible amount of CPU (almost 90%)

    Since the requests are about the categories inside the database and since the categories are always the same, I would like to get a software that could cache them and deliver the cached page instead of enquiring the database.


    Can anybody suggest me a software that can handle the caching of pages ?

    thanks in advance for your help.
     
    sebans, Jul 17, 2007 IP
  2. plumsauce

    plumsauce Peon

    Messages:
    310
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    squid, see squid.org
     
    plumsauce, Jul 17, 2007 IP
  3. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You could try tuning up MySQL, query caching etc. settings.
    A php accelerator like APC will lessen the CPU load too.
     
    agnivo007, Jul 17, 2007 IP
  4. inworx

    inworx Peon

    Messages:
    4,860
    Likes Received:
    201
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You might want to optimize the MySQL since most of the CPU is used by it.
     
    inworx, Jul 18, 2007 IP