Projekt

Allgemein

Profil

GX-Bug #70790

Von Till Tepelmann vor 12 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 


  ERROR:  
 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "0.PRODUCTS_NAME" differs. 
 Expected: L-Arginin & L-Citrullin Einzelglas (1x 120 Kapseln) Vegan & Glutenfrei - Reines, pflanzliches L-Arginin Base 
 Actual: Herz Kapseln - 180 Stück - Mit Knoblauch, Weissdorn & den Vitaminen B1, B2, B12 -    Trägt zu einer normalen Herzfunktion bei 

 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "0.PRODUCTS_ID" differs. 
 Expected: 31 
 Actual: 47 

 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "0.PRODUCTS_IMAGE" differs. 
 Expected: images/product_images/thumbnail_images/L_Arginin_Citrullin_Kalium_23_02.jpg 
 Actual: images/product_images/thumbnail_images/Herz_Kapseln_Knoblauch_01_2021.jpg 

 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "0.PRODUCTS_IMAGE_ALT" differs. 
 Expected: L-Arginin & L-Citrullin - 100 Kapseln - Vegan & Glutenfrei - Reines L-Arginin Base 
 Actual: Herzstark Kapseln - 180 Stück - Mit Knoblauch, Weissdorn & den Vitaminen B1, B2, B12 -    Trägt zu einer normalen Herzfunktion bei 

 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "0.PRODUCTS_LINK" differs. 
 Expected: /de/l-arginin-l-citrullin-100-kapseln.html 
 Actual: /de/herzstark-kapseln-180-stueck.html 

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

 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "0.GM_PRODUCTS_BUTTON_BUY_NOW_URL" differs. 
 Expected: /de/product_info.php?action=buy_now&BUYproducts_id=31&gm_boosted_product=baby-plus-schwangerschafts-kapseln-tagesdosis&language=de&products_id=500 
 Actual: /de/product_info.php?action=buy_now&BUYproducts_id=47&gm_boosted_product=baby-plus-schwangerschafts-kapseln-tagesdosis&language=de&products_id=500 

 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "0.GM_PRODUCTS_BUTTON_BUY_NOW" differs. 
 Expected:  
 Actual:  

 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "0.PRODUCTS_SHIPPING_NAME" differs. 
 Expected:  
 Actual: ca. 1-3 Tage 

 Gambio\Core\Verification\Service\Exceptions\TypeNotMatchingException 
 Key "0.PRODUCTS_SHIPPING_IMAGE" is of type "string". Expected: NULL 

 Gambio\Core\Verification\Service\Exceptions\ValueNotMatchingException 
 Content of key "0.PRODUCTS_SHIPPING_LINK_ACTIVE" differs. 
 Expected:  
 Actual: 1 




 






 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