Highly efficient Visualforce pages have rock-solid HTML, CSS, and JavaScript. They do not support a single pixel-perfect UI across all browsers and instead allow for differences. They are also stateless, do not poll servers excessively, and defer difficult work asynchronously using techniques like the transient keyword, Visualforce remoting, streaming API, and the @future annotation.