Trihedralguy,
Grandfather is wise. So is Your Mother. They are trying to teach, not disrespect you. I had to actually look at your web site to understand the problem. After some quick troubleshooting:

The problem does not appear to be server side or network latency. I get pings well under 100ms to your domain. Using Firefox with Live HTTP Headers plugin, you can see an almost instantaneous request-response cycle followed by a few seconds before the page update renders.

Looking at the HTML source, you are rendering around 300 <div> tags, each having an anchor tag with empty href (generated on line 70 of your Perl code). First, I would remove the unused anchors. You may also want to try building the image with a table instead of divs and see if that renders any faster. Finally the javascript library you are using may also be a factor. Check if they have a mailing list or forum to help you with it.


In reply to Re^5: Hashes, Arrays, Comparing Values to Elements by hangon
in thread Hashes, Arrays, Comparing Values to Elements by Trihedralguy

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.