While I admit to having made numerous feature requests in the past, I've come to realize there is a certain zen to it. It's not merely enough to think "gee wouldn't it be nice?" and hope that others concur when you post it to PMD. subsequently crossing your fingers that it will catch the eye of a devil with enough tuits to implement it and that the god who reviews it is having a good day and applies it ;-).

One needs to take into account the benefit of a new feature (ease of use OR bytes saved * likely number of users * probable frequency of use) vs. the cost (bytes added OR CPU cycles consumed OR database hits required * likely number of users * probable frequency of use). Does anybody happen to have some sort of numbers to apply to this?

Anyways, I bring this up because I've longed for a user setting to disable the section links at the top of every page. I'd personally choose to only have them on the front page, which is where I put thing I rarely use, or to bookmark the sections. The only metric I can supply to support this is that that section of HTML amounts to a hefty kilobyte. That may not be much for some nodes, but for an otherwise empty node that's 7% of the page, and every bit counts (Ha!).

--
I'm not belgian but I play one on TV.


In reply to Creature Feep Payoff by belg4mit

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.