Globals are definetly slower when updating from them than say a local or a wire from a control (even if that control is in a sub-vi). But this is for large arrays of data (or large clusters). If you are reading single items like a string value or a numeric control, the difference should be imperceivable. There are other problems with globals though, such as race conditions to worry about.
Jared