What shader to choose for fast render on webgl?

What shader to choose for fast render on webgl?

The response is probably a shader that is a stripped down one? Less things to process, faster. I guess an unlit shader would be fastest. But pick (or create) the one that is lightest. And benchmarking/testing your app probably tells the truth.