The installed check is queued and doesn't run until some more time intensive operations finish. However it is actually quite fast so IMO we can do it sync (I didn't notice any bad performance with this). Alternatively we can do it async but I think this might be worth doing on its own thread instead of queuing it as a job.
The installed check is queued and doesn't run until some more time intensive operations finish. However it is actually quite fast so IMO we can do it sync (I didn't notice any bad performance with this). Alternatively we can do it async but I think this might be worth doing on its own thread instead of queuing it as a job.