SSI includes and server load

Discussion in 'Programming' started by metaxom, Mar 20, 2011.

  1. #1
    How much load would the SSI includes put on a server? I have some shtml pages with about 5 includes on each. I really need for common variables as ads, analytics, etc.

    Is it better to use javascript instead or what other includes would work better?

    I was wondering if that the server would overload at high traffic?

    Thanks!
     
    metaxom, Mar 20, 2011 IP
  2. ACME Squares

    ACME Squares Peon

    Messages:
    98
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I wouldn't worry about overloading the server. I used SSI includes just once the day I discovered them. Then I switched to PHP includes because they're just so much more flexible.
     
    ACME Squares, Mar 21, 2011 IP
  3. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #3
    All servers will overload at a high enough volume. The server side includes are not going to be adding a significant load to the server
     
    AstarothSolutions, Mar 21, 2011 IP
  4. metaxom

    metaxom Active Member

    Messages:
    881
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    78
    #4
    Thank you! I was told that SSI puts more load on the server since it's a http process. I was thinking to go with php includes instead and wanted some opinions. I would be needing to put those php includes in a html file though...
     
    metaxom, Mar 21, 2011 IP