Details
Description
UIComponentBase uses getRenderer(): Renderer in five methods:
1) decode
2) encodeBegin
3) encodeChildren
4) encodeEnd
50 getClientId
getting the renderer is not cheap if you have thousands component in view.
Cache renderer instance in UIComponentBase (Trinidad UIXComponentBase does it already)