Projekt

Allgemein

Profil

GX-Bug #70790

Von Till Tepelmann vor 6 Monaten aktualisiert

Produktdetailseiten sind langsam, da einige Log Einträge geschrieben werden, wenn die Daten in den Produktlisten nicht mit den Daten nach dem Update übereinstimmen. 

 --------------------------------- 

 Product detail pages are slow because some log entries are written if the data in the product lists does not match the data after the update. 


 

 ``` php 

  ERROR:  
 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "0.PRODUCTS_VPE" differs. 
 Expected:  
 Actual: 12,50 EUR pro VPE 






 2023-11-23 20:13:17 ERROR: Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException Content of key "0.PRODUCTS_WEIGHT" differs. Expected: 0.5 Actual: 0,5 


 2023-11-27 21:19:19 ERROR: Gambio\Core\Verification\Service\Exceptions\ArrayLengthNotMatchingException Expected to have a size of "17". Got: 5 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException Content of key "0.PRODUCTS_NAME" differs. 


 2023-11-27 21:19:19 ERROR: Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException Content of key "0.PRODUCTS_NAME" differs. 


 2023-11-27 21:19:55 ERROR: 
 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "0.PRODUCTS_PRICE" differs. 
 Expected: UVP 25.90 CHF 19.90 CHF 
 Actual:     19.90 CHF 

 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "0.PRODUCTS_WEIGHT" differs. 
 Expected: 0.2 
 Actual: 0,2 

 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "1.PRODUCTS_PRICE" differs. 
 Expected: UVP 29.90 CHF 19.90 CHF 
 Actual:     19.90 CHF 

 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "1.PRODUCTS_WEIGHT" differs. 
 Expected: 0.2 
 Actual: 0,2 

 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "2.PRODUCTS_PRICE" differs. 
 Expected: UVP 39.90 CHF 24.90 CHF 
 Actual:     24.90 CHF 
 ``` 

Zurück