SSI, static html and server load

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shorzh
    Junior Member
    • Mar 2011
    • 2

    SSI, static html and server load

    There is a web site with ~3000 static pages (.html). Until recently the updates were rare (once in 3–6 months), so having static html was ok.

    Now, the situation has changed, I need to update the web site more often, but the links structure can't be changed, because there are tons of external links.

    One solution is to implement SSI to load ads, partner links, and a news wire rss on the fly. It is possible to instruct Apache to parse .html files as .shtml, however, I was told this can become a serious strain for the server.

    So here is the question: will a web site with around 10000 daily pageviews (~3000 unique visitors daily) overload the server if .html files are parsed to include server side files?

    If yes, then are there any workarounds that would allow keeping the old link structure while implementing SSI?
  • AndrewT
    Administrator
    • Mar 2004
    • 3653

    #2
    Originally posted by shorzh
    So here is the question: will a web site with around 10000 daily pageviews (~3000 unique visitors daily) overload the server if .html files are parsed to include server side files?
    It shouldn't. Worth a try at least.

    Comment

    • shorzh
      Junior Member
      • Mar 2011
      • 2

      #3
      Thank you, Andrew!

      Comment

      • AndrewT
        Administrator
        • Mar 2004
        • 3653

        #4
        You're very welcome!

        Comment

        Working...