5 comments

[ 3.1 ms ] story [ 15.9 ms ] thread
Why is it so slow? You're just grabbing about 5 items from a db and rendering a few svg paths. That should take a fraction of a second, but your site it taking over a minute to do it.
Nice, I was kind of hoping to see php in there.
Looking at the javascript one I wonder if the data is skewed by the many minimized code.
Hmm...

First issue I see: "Constant name is all caps?" in Java.

static final != constant

When I'm forced to write in Java, I make Enum constants all caps, as well as any immutables. So String counts, but a static final reference to an ArrayList doesn't.

Second issue: minified JavaScript?

Third issue: the site is slow.