GX-Task #70503
Von Moritz Bunjes vor mehr als 1 Jahr aktualisiert
An index for the languages_field in the orders_status table will increase the performance of the orders overview page.
```
ALTER TABLE `orders_status` ADD INDEX `language_id_index` (`language_id`);
```