Package load time regressions in v1.8-beta3

Thanks, I made the change (actually two of them) you suggested and it cut down ~1 sec but it’s still ~2 sec slower than 1.7

julia> tic(); plot(rand(5,2)); toc()
elapsed time: 8.6452718 seconds
8.6452718

Maybe there are more of them.