I'm not on the PMdev team, so these are only my own observations, and in no way authoritative:

Nodelets seem to only manifest themselves when there's relevent content.   For example, the "Functions" nodelet does not appear if there's no perl code in the node, or if you're at the root of a section.   So the CPAN nodelet, for example, hasn't been present even though selected by you, I, and other monks presumably because of the recent background problems within CPAN peering(?).

Something I forgot to include in the root of this thread is that I finally got around to eliminating my pet theory* of problem within one or more specific internet distribution points, by pinging** the PM host at the same time as I was experiencing page load delays.  The ping responses were consistantly good (good for dialup, at least) at the same time as PM response varied from horrible to fine.   So when tye mentioned nodelets, the light bulb clicked on!   8^)
    cheers,
    Don
    striving toward Perl Adept
    (it's pronounced "why-bick")

* Fastolfe independantly arrived at the same theory here

** I prefer to know ping response times _before_ doing a traceroute.   If the end-to-end ping response is fine, then I don't care about intermediate responses, since my real-world application _isn't_ getting responses from intermediate routers.

Also, for more meaningful ping info, specify a near-mtu ICMP packet size.   With Linux, I did "ping -s 1000 www.perlmonks.org", on win32 the switch would be "-l" (ell, not one).   The default ICMP echo-request packet is 56 bytes, whereas almost every TCP packet carrying HTTP payload will be MTU.   On my dialup connection it made the difference between ~200ms and ~400ms average response.


In reply to Re: (2) Potential fix for apparant (I don't get it)... (CPAN peering, ping, traceroute) by ybiC
in thread Potential fix for apparant (sporadic, selective) slow PM response by ybiC

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.