Alternatives to onGUI

i am working on a simple app and if I call onGUI, even if it is empty, my frame rate goes from 60 to 30.

since using onGUI essentially halves the frame rate,
what alternatives are people using.

making a game object be a switch and parent it the camera?

GUIText/GUITexture.

–Eric