Hey there.
I have a rather complex form which utilizes a wizard for usability. There are quite a lot of dropdowns and inputs which I style with uniform. The problem is that those elements are hidden on load which causes uniformjs to use sizingInvisible to get the element sizes.
On my desktop system (2.3GHz core i7-3610QM) it takes several seconds to initialize 100 elements.
2.5 seconds on Firefox 26
3 seconds on Chrome 32
https://github.com/pixelmatrix/uniform/blob/master/jquery.uniform.js#L479
You should try to find a new way of sizing the elements.