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.
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.