active_record_doctor
active_record_doctor copied to clipboard
Use `SchemaCache` internally
We can use SchemaCache
internally to not request the same information from the db over and over. I am sure, this will improve runtime on decent sizeable projects with many models/tables.
Unfortunately, I do not have a decent project under my hands right now to test the actual improvement.