This should have no (big) performance impact, but these will most probably allow better concurrency, which can be quite critical for a web framework.
Making views async won't do much to make an individual request faster (besides keeping it from being blocked by other slower requests).
This should have no (big) performance impact, but these will most probably allow better concurrency, which can be quite critical for a web framework.