In order to find calibration constants, we translate parameter names like 'Sensor Bias Voltage' to numeric IDs in the database. This involves several extra HTTP requests in each correction job. With the next version of CalCat, we can use the names directly in the CCV query instead; CalCat will translate these to IDs internally.
This depends on a change which is merged in CalCat but not yet deployed: https://git.xfel.eu/ITDM/calibration_catalog/-/merge_requests/135
TBD