Very interesting, thanks for the writeup and work on benchmarking all of this. I suspected package loading had gotten slower from 1.0 to ~1.7, but 1.9 will solve most concerns.
$ time julia -e "using PyPlot;x=1:10;y=rand(10);plot(x,y);"
real 0m5.676s