Nice hand waving. There have been at least 3 read-only mirrors of PerlMonks. They were each significantly faster than PerlMonks and likely hosted on significantly less hardware.

I don't believe any of them are still being maintained.

Now, surely a large part of the speed / resource difference is related to none of the mirrors ever having taken a significant fraction of the traffic of PerlMonks.

However, the mirrors were substantially simpler. I would expect their page generation to be at least an order of magnitude more efficient. A read-only mirror has little reason to allow you to log in and thus doesn't have to deal with authenticating each request, loading user settings, rendering nodelets, updating user stats, storing nodes in the form that users edit them while displaying them in a different form, etc.

A read-only mirror really acts like a cache, just storing the nodes as they are to be displayed and just serving up nearly static content. Yes, that will always be tons more efficient. I suspect it is typically closer to two or three orders of magnitude more efficient.

- tye        


In reply to Re^6: Read Only Perlmonks (theory) by tye
in thread Read Only Perlmonks by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.