Currently, when configuring protocols under VRFs, the protocol conf_mode scripts (protocols_bgp.py, protocols_static.py, etc...) are called per VRF rather than run for config on all VRFs. This has very bad scaling and only gets worse as you add more and more VRFs.
My enhancement request would be to have a single pass run against the conf_mode scripts for all VRFs.