Perlmonks.org is the best perl-site in the world. But it is slow. So after some advice from some wise monks, i took a look at the everything engine to see if i could improve some code around eval()'s and sql queries.

It was then that i found out that the everything engine is quite ehh... hard to get into.

To make a bold move here: might it be a good idea to start from scratch with a new engine, with in the beginning far less features, but FAST?

Two new rules should apply to the new development effort: no more eval() and implement some smart caching between application and database (i read an excellent article somewhere about some tech site that made a dynamic site engine in java, on Resin but i ca't find it anymore).

In reply to redesign everything engine? by Jaap

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.