The module has some performance issues when you start to have many orders.
At the database level you can improve the performance by adding an extra index:
ALTER TABLE `commerce_eta_events` ADD INDEX( `entity_type`, `entity_id`);
The module has some performance issues when you start to have many orders.
At the database level you can improve the performance by adding an extra index:
ALTER TABLE `commerce_eta_events` ADD INDEX( `entity_type`, `entity_id`);
Comments
Comment #3
alexandersluiter commentedCommitted.
Comment #4
alexandersluiter commentedComment #5
alexandersluiter commentedRefactoring hook update to use schema.
Comment #7
alexandersluiter commentedComment #8
alexandersluiter commented