Skip to content

Add cache on Parameter from name

As the from_name method performs a query for each call it will benefit from having a cache which will avoid queries when importing multiple records with the same names.

Merge request reports