Query Metrics
209
Database Queries
69
Different statements
61.66 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.48 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "site_domain_367af465ca304630cf45a2132778bed1" ] |
| 2 | 0.29 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1781795567 "system\x01tags\x01" "site\x01tags\x01" ] |
| 3 | 0.39 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "maintenance_mode" ] |
| 4 | 0.12 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/webhook/shopify/leomat/" "order" ] |
| 5 | 0.05 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/webhook/shopify/leomat/order"
]
|
| 6 | 0.10 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/webhook/shopify/" "leomat" ] |
| 7 | 0.08 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/webhook/shopify/leomat"
]
|
| 8 | 0.06 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/webhook/" "shopify" ] |
| 9 | 0.05 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/webhook/shopify"
]
|
| 10 | 0.05 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "webhook" ] |
| 11 | 0.04 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/webhook"
]
|
| 12 | 0.05 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
"/"
""
]
|
| 13 | 0.36 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "document_1" ] |
| 14 | 0.25 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "document_1\x01tags\x01" ] |
| 15 | 0.24 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "document_properties_1" ] |
| 16 | 0.18 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "\x00tags\x00document_properties_1" ] |
| 17 | 0.08 ms |
SELECT * FROM properties WHERE ( (cid IN (1) AND inheritable = 1) OR cid = ? ) AND ctype='document'
Parameters:
[
1
]
|
| 18 | 0.78 ms |
SELECT object_shopifyconfig.id as id, object_shopifyconfig.type as `type` FROM object_shopifyconfig WHERE (active = 1 AND object_shopifyconfig.type IN ('object','variant','folder')) AND object_shopifyconfig.published = 1
Parameters:
[] |
| 19 | 0.20 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_263" ] |
| 20 | 0.39 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1781795567 "object_263\x01tags\x01" "class_shopifyconfig\x01tags\x01" ] |
| 21 | 0.23 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_4654" ] |
| 22 | 0.21 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1781795567 "object_4654\x01tags\x01" "class_shopifyconfig\x01tags\x01" ] |
| 23 | 0.80 ms |
SELECT object_orders.id as id, object_orders.type as `type` FROM object_orders WHERE (orderId = ? AND object_orders.type IN ('object','variant','folder')) AND object_orders.published = 1
Parameters:
[
8043963547986
]
|
| 24 | 0.10 ms |
SELECT object_orders.id as id, object_orders.type as `type` FROM object_orders WHERE (orderId = ? AND object_orders.type IN ('object','variant','folder')) AND object_orders.published = 1
Parameters:
[
8043963547986
]
|
| 25 | 0.20 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_21963" ] |
| 26 | 0.94 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "\x00tags\x00object_21963" ] |
| 27 | 0.23 ms |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
21963
]
|
| 28 | 0.25 ms |
SELECT objects.*, tree_locks.locked as locked FROM objects LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object' WHERE objects.id = ?
Parameters:
[
21963
]
|
| 29 | 0.21 ms |
SELECT * FROM object_store_orders WHERE oo_id = ? FOR UPDATE
Parameters:
[
21963
]
|
| 30 | 0.10 ms |
SELECT `id`, `name` FROM classes WHERE id = ?
Parameters:
[
"orders"
]
|
| 31 | 0.57 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "quantityvalue_units_table" ] |
| 32 | 0.63 ms |
SELECT * FROM object_collection_ShopifyPayload_orders WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 21963 "payload" ] |
| 33 | 1.41 ms |
SELECT * FROM object_relations_orders WHERE src_id = ?
Parameters:
[
21963
]
|
| 34 | 0.10 ms |
SELECT `id`, `name` FROM classes WHERE id = ?
Parameters:
[
"product"
]
|
| 35 | 1.51 ms |
SELECT object_localized_product_de.id as id, object_localized_product_de.type as `type` FROM object_localized_product_de WHERE (`sku` = '348' AND object_localized_product_de.type IN ('variant','object')) AND object_localized_product_de.published = 1 LIMIT 1
Parameters:
[] |
| 36 | 0.21 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_17910" ] |
| 37 | 0.26 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)
Parameters:
[ 1781795567 "object_17910\x01tags\x01" "class_product\x01tags\x01" "asset_308\x01tags\x01" "asset_309\x01tags\x01" ] |
| 38 | 0.26 ms |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
17910
]
|
| 39 | 0.24 ms |
SELECT objects.*, tree_locks.locked as locked FROM objects LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object' WHERE objects.id = ?
Parameters:
[
17910
]
|
| 40 | 0.41 ms |
SELECT * FROM object_store_product WHERE oo_id = ? FOR UPDATE
Parameters:
[
17910
]
|
| 41 | 0.08 ms |
SELECT * FROM object_localized_data_product WHERE ooo_id = ? AND language IN ('de','fr')
Parameters:
[
17910
]
|
| 42 | 0.20 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_308" ] |
| 43 | 0.75 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_309" ] |
| 44 | 0.07 ms |
SELECT * FROM object_relations_product WHERE src_id = ?
Parameters:
[
17910
]
|
| 45 | 0.48 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 46 | 0.09 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 47 | 0.18 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_6002" ] |
| 48 | 0.21 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1781795567 "object_6002\x01tags\x01" "class_vendor\x01tags\x01" ] |
| 49 | 0.83 ms |
SELECT object_localized_product_de.id as id, object_localized_product_de.type as `type` FROM object_localized_product_de WHERE (`sku` = '1986' AND object_localized_product_de.type IN ('variant','object')) AND object_localized_product_de.published = 1 LIMIT 1
Parameters:
[] |
| 50 | 0.85 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_17216" ] |
| 51 | 0.22 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)
Parameters:
[ 1781795567 "object_17216\x01tags\x01" "class_product\x01tags\x01" "asset_3012\x01tags\x01" "asset_516\x01tags\x01" ] |
| 52 | 0.08 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 53 | 0.07 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 54 | 1.30 ms |
SELECT object_localized_product_de.id as id, object_localized_product_de.type as `type` FROM object_localized_product_de WHERE (`sku` = '2775' AND object_localized_product_de.type IN ('variant','object')) AND object_localized_product_de.published = 1 LIMIT 1
Parameters:
[] |
| 55 | 0.19 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_18268" ] |
| 56 | 0.21 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?)
Parameters:
[ 1781795567 "object_18268\x01tags\x01" "class_product\x01tags\x01" "asset_894\x01tags\x01" "asset_895\x01tags\x01" "asset_896\x01tags\x01" ] |
| 57 | 0.63 ms |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
18268
]
|
| 58 | 0.28 ms |
SELECT objects.*, tree_locks.locked as locked FROM objects LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object' WHERE objects.id = ?
Parameters:
[
18268
]
|
| 59 | 0.25 ms |
SELECT * FROM object_store_product WHERE oo_id = ? FOR UPDATE
Parameters:
[
18268
]
|
| 60 | 0.09 ms |
SELECT * FROM object_localized_data_product WHERE ooo_id = ? AND language IN ('de','fr')
Parameters:
[
18268
]
|
| 61 | 0.19 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_894" ] |
| 62 | 0.13 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_895" ] |
| 63 | 0.16 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_896" ] |
| 64 | 0.08 ms |
SELECT * FROM object_relations_product WHERE src_id = ?
Parameters:
[
18268
]
|
| 65 | 0.08 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 66 | 0.06 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 67 | 1.59 ms |
SELECT object_localized_product_de.id as id, object_localized_product_de.type as `type` FROM object_localized_product_de WHERE (`sku` = '1907' AND object_localized_product_de.type IN ('variant','object')) AND object_localized_product_de.published = 1 LIMIT 1
Parameters:
[] |
| 68 | 0.27 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_18050" ] |
| 69 | 0.27 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)
Parameters:
[ 1781795567 "object_18050\x01tags\x01" "class_product\x01tags\x01" "asset_461\x01tags\x01" "asset_462\x01tags\x01" ] |
| 70 | 0.16 ms |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
18050
]
|
| 71 | 0.24 ms |
SELECT objects.*, tree_locks.locked as locked FROM objects LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object' WHERE objects.id = ?
Parameters:
[
18050
]
|
| 72 | 0.23 ms |
SELECT * FROM object_store_product WHERE oo_id = ? FOR UPDATE
Parameters:
[
18050
]
|
| 73 | 0.06 ms |
SELECT * FROM object_localized_data_product WHERE ooo_id = ? AND language IN ('de','fr')
Parameters:
[
18050
]
|
| 74 | 0.14 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_461" ] |
| 75 | 0.36 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_462" ] |
| 76 | 0.08 ms |
SELECT * FROM object_relations_product WHERE src_id = ?
Parameters:
[
18050
]
|
| 77 | 0.07 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 78 | 0.05 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 79 | 1.55 ms |
SELECT object_localized_product_de.id as id, object_localized_product_de.type as `type` FROM object_localized_product_de WHERE (`sku` = '4925' AND object_localized_product_de.type IN ('variant','object')) AND object_localized_product_de.published = 1 LIMIT 1
Parameters:
[] |
| 80 | 0.18 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_18457" ] |
| 81 | 0.23 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)
Parameters:
[ 1781795567 "object_18457\x01tags\x01" "class_product\x01tags\x01" "asset_2241\x01tags\x01" "asset_2242\x01tags\x01" ] |
| 82 | 0.15 ms |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
18457
]
|
| 83 | 0.19 ms |
SELECT objects.*, tree_locks.locked as locked FROM objects LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object' WHERE objects.id = ?
Parameters:
[
18457
]
|
| 84 | 0.17 ms |
SELECT * FROM object_store_product WHERE oo_id = ? FOR UPDATE
Parameters:
[
18457
]
|
| 85 | 0.05 ms |
SELECT * FROM object_localized_data_product WHERE ooo_id = ? AND language IN ('de','fr')
Parameters:
[
18457
]
|
| 86 | 0.16 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_2241" ] |
| 87 | 0.28 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_2242" ] |
| 88 | 0.10 ms |
SELECT * FROM object_relations_product WHERE src_id = ?
Parameters:
[
18457
]
|
| 89 | 0.07 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 90 | 0.05 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 91 | 1.26 ms |
SELECT object_localized_product_de.id as id, object_localized_product_de.type as `type` FROM object_localized_product_de WHERE (`sku` = '1877' AND object_localized_product_de.type IN ('variant','object')) AND object_localized_product_de.published = 1 LIMIT 1
Parameters:
[] |
| 92 | 0.16 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_18047" ] |
| 93 | 0.26 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)
Parameters:
[ 1781795567 "object_18047\x01tags\x01" "class_product\x01tags\x01" "asset_453\x01tags\x01" "asset_454\x01tags\x01" ] |
| 94 | 0.12 ms |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
18047
]
|
| 95 | 0.20 ms |
SELECT objects.*, tree_locks.locked as locked FROM objects LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object' WHERE objects.id = ?
Parameters:
[
18047
]
|
| 96 | 0.18 ms |
SELECT * FROM object_store_product WHERE oo_id = ? FOR UPDATE
Parameters:
[
18047
]
|
| 97 | 0.05 ms |
SELECT * FROM object_localized_data_product WHERE ooo_id = ? AND language IN ('de','fr')
Parameters:
[
18047
]
|
| 98 | 0.17 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_453" ] |
| 99 | 0.13 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_454" ] |
| 100 | 0.06 ms |
SELECT * FROM object_relations_product WHERE src_id = ?
Parameters:
[
18047
]
|
| 101 | 0.05 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 102 | 0.05 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 103 | 1.45 ms |
SELECT object_localized_product_de.id as id, object_localized_product_de.type as `type` FROM object_localized_product_de WHERE (`sku` = '3709' AND object_localized_product_de.type IN ('variant','object')) AND object_localized_product_de.published = 1 LIMIT 1
Parameters:
[] |
| 104 | 0.17 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_18771" ] |
| 105 | 0.17 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1781795567 "object_18771\x01tags\x01" "class_product\x01tags\x01" "asset_1634\x01tags\x01" "asset_1635\x01tags\x01" "asset_1636\x01tags\x01" "asset_1637\x01tags\x01" "asset_1638\x01tags\x01" ] |
| 106 | 0.13 ms |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
18771
]
|
| 107 | 0.48 ms |
SELECT objects.*, tree_locks.locked as locked FROM objects LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object' WHERE objects.id = ?
Parameters:
[
18771
]
|
| 108 | 0.18 ms |
SELECT * FROM object_store_product WHERE oo_id = ? FOR UPDATE
Parameters:
[
18771
]
|
| 109 | 0.06 ms |
SELECT * FROM object_localized_data_product WHERE ooo_id = ? AND language IN ('de','fr')
Parameters:
[
18771
]
|
| 110 | 0.15 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_1634" ] |
| 111 | 0.15 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_1635" ] |
| 112 | 0.11 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_1636" ] |
| 113 | 0.10 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_1637" ] |
| 114 | 0.16 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "asset_1638" ] |
| 115 | 0.07 ms |
SELECT * FROM object_relations_product WHERE src_id = ?
Parameters:
[
18771
]
|
| 116 | 0.05 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 117 | 0.04 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 118 | 0.34 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_21945" ] |
| 119 | 0.20 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_21945\x01tags\x01" ] |
| 120 | 0.17 ms |
SELECT CONCAT(`path`,`key`) as `path` FROM objects WHERE id = ?
Parameters:
[
21945
]
|
| 121 | 0.19 ms |
SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/Orders/Leomat/2026/06/18/" "1514" ] |
| 122 | 0.06 ms |
SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/Orders/Leomat/2026/06/18/" "1514" ] |
| 123 | 0.05 ms |
"START TRANSACTION"
Parameters:
[] |
| 124 | 0.18 ms |
SELECT CONCAT(`path`,`key`) as `path` FROM objects WHERE id = ?
Parameters:
[
21963
]
|
| 125 | 0.22 ms |
SELECT versionCount FROM objects WHERE id = ? FOR UPDATE
Parameters:
[
21963
]
|
| 126 | 0.43 ms |
SELECT MAX(versionCount) FROM versions WHERE cid = ? AND ctype = 'object'
Parameters:
[
21963
]
|
| 127 | 0.78 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "system_resource_columns_objects" ] |
| 128 | 0.23 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1781795567 "system\x01tags\x01" "resource\x01tags\x01" ] |
| 129 | 1.01 ms |
SHOW COLUMNS FROM objects
Parameters:
[] |
| 130 | 0.21 ms |
SELECT type,classId,className FROM objects WHERE id = ?
Parameters:
[
21963
]
|
| 131 | 1.11 ms |
INSERT INTO objects (`path`, `id`, `creationDate`, `modificationDate`, `versionCount`, `userOwner`, `userModification`, `parentId`, `type`, `key`, `index`, `childrenSortBy`, `childrenSortOrder`, `classId`, `published`, `className`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "/Orders/Leomat/2026/06/18/" 21963 1781789008 1781795567 8 0 0 21945 "object" "1514" 0 null null "orders" 1 "Orders" ] |
| 132 | 0.60 ms |
UPDATE objects SET `path` = ?, `id` = ?, `creationDate` = ?, `modificationDate` = ?, `versionCount` = ?, `userOwner` = ?, `userModification` = ?, `parentId` = ?, `type` = ?, `key` = ?, `index` = ?, `childrenSortBy` = ?, `childrenSortOrder` = ?, `classId` = ?, `published` = ?, `className` = ? WHERE `id` = ?
Parameters:
[ "/Orders/Leomat/2026/06/18/" 21963 1781789008 1781795567 8 0 0 21945 "object" "1514" 0 null null "orders" 1 "Orders" 21963 ] |
| 133 | 0.15 ms |
DELETE FROM tree_locks WHERE id = ? AND type = ?
Parameters:
[ 21963 "object" ] |
| 134 | 0.31 ms |
SELECT `id` FROM `object_collection_LineItems_orders` WHERE `id` = '21963' AND `fieldname` = 'lineItems' LIMIT 1
Parameters:
[] |
| 135 | 0.27 ms |
DELETE FROM object_collection_LineItems_orders WHERE id = ? AND fieldname = ?
Parameters:
[ 21963 "lineItems" ] |
| 136 | 0.46 ms |
DELETE FROM object_relations_orders WHERE (ownertype = 'fieldcollection' AND ownername = 'lineItems' AND src_id = '21963')
Parameters:
[] |
| 137 | 0.17 ms |
DELETE FROM object_relations_orders WHERE (ownertype = 'localizedfield' AND ownername LIKE '/fieldcollection~lineItems/%' AND src_id = '21963')
Parameters:
[] |
| 138 | 0.19 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 17910 "object" "product" 21963 "fieldcollection" "lineItems" "0" ] |
| 139 | 0.18 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 6002 "object" "vendor" 21963 "fieldcollection" "lineItems" "0" ] |
| 140 | 0.15 ms |
INSERT INTO object_collection_LineItems_orders (`id`, `index`, `fieldname`, `title`, `sku`, `quantity`, `price__value`, `price__unit`, `fulfillmentStatus`, `taxable`, `metaData`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 21963 0 "lineItems" "Linzertörtli 75G" "348" 2.0 20.0 "CHF" "fulfilled" 0 "[]" ] |
| 141 | 0.17 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 17216 "object" "product" 21963 "fieldcollection" "lineItems" "1" ] |
| 142 | 0.14 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 6002 "object" "vendor" 21963 "fieldcollection" "lineItems" "1" ] |
| 143 | 0.13 ms |
INSERT INTO object_collection_LineItems_orders (`id`, `index`, `fieldname`, `title`, `sku`, `quantity`, `price__value`, `price__unit`, `fulfillmentStatus`, `taxable`, `metaData`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 21963 1 "lineItems" "Leomat Café-Creamer Rahmig" "1986" 2.0 93.6 "CHF" "fulfilled" 0 "[]" ] |
| 144 | 0.38 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 18268 "object" "product" 21963 "fieldcollection" "lineItems" "2" ] |
| 145 | 0.24 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 6002 "object" "vendor" 21963 "fieldcollection" "lineItems" "2" ] |
| 146 | 0.15 ms |
INSERT INTO object_collection_LineItems_orders (`id`, `index`, `fieldname`, `title`, `sku`, `quantity`, `price__value`, `price__unit`, `fulfillmentStatus`, `taxable`, `metaData`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 21963 2 "lineItems" "Nescafé Gold De Luxe/Poc -Normales Aroma" "2775" 1.0 256.5 "CHF" "fulfilled" 0 "[]" ] |
| 147 | 0.14 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 18050 "object" "product" 21963 "fieldcollection" "lineItems" "3" ] |
| 148 | 0.11 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 6002 "object" "vendor" 21963 "fieldcollection" "lineItems" "3" ] |
| 149 | 0.20 ms |
INSERT INTO object_collection_LineItems_orders (`id`, `index`, `fieldname`, `title`, `sku`, `quantity`, `price__value`, `price__unit`, `fulfillmentStatus`, `taxable`, `metaData`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 21963 3 "lineItems" "Monday Energy Dose 25Cl" "1907" 1.0 36.5 "CHF" "fulfilled" 0 "[]" ] |
| 150 | 0.16 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 18457 "object" "product" 21963 "fieldcollection" "lineItems" "4" ] |
| 151 | 0.13 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 6002 "object" "vendor" 21963 "fieldcollection" "lineItems" "4" ] |
| 152 | 0.14 ms |
INSERT INTO object_collection_LineItems_orders (`id`, `index`, `fieldname`, `title`, `sku`, `quantity`, `price__value`, `price__unit`, `fulfillmentStatus`, `taxable`, `metaData`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 21963 4 "lineItems" "Automatenzucker (Vending)" "4925" 1.0 27.5 "CHF" "fulfilled" 0 "[]" ] |
| 153 | 0.13 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 18047 "object" "product" 21963 "fieldcollection" "lineItems" "5" ] |
| 154 | 0.13 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 6002 "object" "vendor" 21963 "fieldcollection" "lineItems" "5" ] |
| 155 | 0.14 ms |
INSERT INTO object_collection_LineItems_orders (`id`, `index`, `fieldname`, `title`, `sku`, `quantity`, `price__value`, `price__unit`, `fulfillmentStatus`, `taxable`, `metaData`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 21963 5 "lineItems" "Kaffeerahm Portionen 12G" "1877" 1.0 22.9 "CHF" "fulfilled" 0 "[]" ] |
| 156 | 0.12 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 18771 "object" "product" 21963 "fieldcollection" "lineItems" "6" ] |
| 157 | 0.13 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 6002 "object" "vendor" 21963 "fieldcollection" "lineItems" "6" ] |
| 158 | 0.13 ms |
INSERT INTO object_collection_LineItems_orders (`id`, `index`, `fieldname`, `title`, `sku`, `quantity`, `price__value`, `price__unit`, `fulfillmentStatus`, `taxable`, `metaData`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 21963 6 "lineItems" "Automatenbecher "Bio" 3.0 Dl" "3709" 1.0 138.0 "CHF" "fulfilled" 0 "[]" ] |
| 159 | 0.53 ms |
SELECT `id` FROM `object_collection_ShopifyPayload_orders` WHERE `id` = '21963' AND `fieldname` = 'payload' LIMIT 1
Parameters:
[] |
| 160 | 0.33 ms |
DELETE FROM object_collection_ShopifyPayload_orders WHERE id = ? AND fieldname = ?
Parameters:
[ 21963 "payload" ] |
| 161 | 0.19 ms |
DELETE FROM object_relations_orders WHERE (ownertype = 'fieldcollection' AND ownername = 'payload' AND src_id = '21963')
Parameters:
[] |
| 162 | 0.16 ms |
DELETE FROM object_relations_orders WHERE (ownertype = 'localizedfield' AND ownername LIKE '/fieldcollection~payload/%' AND src_id = '21963')
Parameters:
[] |
| 163 | 0.61 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 21963 0 "payload" "{"id":8043963547986,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/8043963547986","app_id":580111,"browser_ip":"178.197.214.112","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNDTLBwUbNhuvBwwZSN1RnH","checkout_id":48586281353554,"checkout_token":"f8455a6342b4e3c2bb540f711bf6c263","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"178.197.214.112","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Linux; Android 10; K) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/149.0.0.0 Mobile Safari\/537.36"},"closed_at":null,"company":null,"confirmation_number":"88LVLWAX8","confirmed":true,"contact_email":"claribel_matilde@hotmail.com","created_at":"2026-06-18T15:22:12+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"708.60","current_subtotal_price_set":{"shop_money":{"amount":"708.60","currency_code":"CHF"},"presentment_money":{"amount":"708.60","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"708.60","current_total_price_set":{"shop_money":{"amount":"708.60","currency_code":"CHF"},"presentment_money":{"amount":"708.60","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"claribel_matilde@hotmail.com","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1514","note":"Tour 17 bereits bezogen","note_attributes":[],"number":514,"order_number":1514,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/4940d02c281257d432aae3ceb0f62144\/authenticate?key=84aca13b7e5c8c5bc1f9f3b231bd0908","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Barzahlung (NUR BEI ABHOLUNG)"],"phone":"+41796159359","po_number":null,"presentment_currency":"CHF","processed_at":"2026-06-18T15:22:11+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"708.60","subtotal_price_set":{"shop_money":{"amount":"708.60","currency_code":"CHF"},"presentment_money":{"amount":"708.60","currency_code":"CHF"}},"tags":"","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"4940d02c281257d432aae3ceb0f62144","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"708.60","total_line_items_price_set":{"shop_money":{"amount":"708.60","currency_code":"CHF"},"presentment_money":{"amount":"708.60","currency_code":"CHF"}},"total_outstanding":"708.60","total_price":"708.60","total_price_set":{"shop_money":{"amount":"708.60","currency_code":"CHF"},"presentment_money":{"amount":"708.60","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-06-18T15:22:13+02:00","user_id":null,"billing_address":{"first_name":"Leomat","address1":"Wiesenstrasse","phone":null,"city":"Tübach","zip":"9327","province":null,"country":"Switzerland","last_name":"AG","address2":"2","company":null,"latitude":47.4859367,"longitude":9.4585259,"name":"Leomat AG","country_code":"CH","province_code":null},"customer":{"id":10155383292242,"created_at":"2026-03-19T06:49:38+01:00","updated_at":"2026-06-18T15:22:13+02:00","first_name":"Matilde","last_name":"2026530000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"claribel_matilde@hotmail.com","phone":"+41796159359","currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155383292242","default_address":{"id":12417847492946,"customer_id":10155383292242,"first_name":"Leomat","last_name":"AG","company":null,"address1":"Wiesenstrasse","address2":"2","city":"Tübach","province":null,"country":"Switzerland","zip":"9327","phone":null,"name":"Leomat AG","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18746422657362,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422657362","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Linzertörtli 75G","price":"20.00","price_set":{"shop_money":{"amount":"20.00","currency_code":"CHF"},"presentment_money":{"amount":"20.00","currency_code":"CHF"}},"product_exists":true,"product_id":10687687590226,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"348","taxable":true,"title":"Linzertörtli 75G","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072429482322,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422690130,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422690130","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Leomat Café-Creamer Rahmig","price":"93.60","price_set":{"shop_money":{"amount":"93.60","currency_code":"CHF"},"presentment_money":{"amount":"93.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687776293202,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"1986","taxable":true,"title":"Leomat Café-Creamer Rahmig","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072702308690,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422722898,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422722898","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":1,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Nescafé Gold De Luxe\/Poc -Normales Aroma","price":"256.50","price_set":{"shop_money":{"amount":"256.50","currency_code":"CHF"},"presentment_money":{"amount":"256.50","currency_code":"CHF"}},"product_exists":true,"product_id":10687818432850,"properties":[],"quantity":1,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2775","taxable":true,"title":"Nescafé Gold De Luxe\/Poc -Normales Aroma","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072833020242,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422755666,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422755666","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":1,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Monday Energy Dose 25Cl","price":"36.50","price_set":{"shop_money":{"amount":"36.50","currency_code":"CHF"},"presentment_money":{"amount":"36.50","currency_code":"CHF"}},"product_exists":true,"product_id":10687772492114,"properties":[],"quantity":1,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"1907","taxable":true,"title":"Monday Energy Dose 25Cl","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072683336018,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422788434,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422788434","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":1,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Automatenzucker (Vending)","price":"27.50","price_set":{"shop_money":{"amount":"27.50","currency_code":"CHF"},"presentment_money":{"amount":"27.50","currency_code":"CHF"}},"product_exists":true,"product_id":10687848907090,"properties":[],"quantity":1,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"4925","taxable":true,"title":"Automatenzucker (Vending)","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072978739538,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422821202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422821202","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":1,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kaffeerahm Portionen 12G","price":"22.90","price_set":{"shop_money":{"amount":"22.90","currency_code":"CHF"},"presentment_money":{"amount":"22.90","currency_code":"CHF"}},"product_exists":true,"product_id":10687771509074,"properties":[],"quantity":1,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"1877","taxable":true,"title":"Kaffeerahm Portionen 12G","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072682156370,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422853970,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422853970","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":1,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Automatenbecher \"Bio\" 3.0 Dl","price":"138.00","price_set":{"shop_money":{"amount":"138.00","currency_code":"CHF"},"presentment_money":{"amount":"138.00","currency_code":"CHF"}},"product_exists":true,"product_id":10687906971986,"properties":[],"quantity":1,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"3709","taxable":true,"title":"Automatenbecher \"Bio\" 3.0 Dl","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53073158308178,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":null,"shipping_lines":[{"id":6259838091602,"carrier_identifier":null,"code":"Wiesenstrasse 2","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"Wiesenstrasse 2","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/create" "2026-06-18 15:23:28" ] |
| 164 | 0.74 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 21963 1 "payload" "{"id":8043963547986,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/8043963547986","app_id":580111,"browser_ip":"178.197.214.112","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNDTLBwUbNhuvBwwZSN1RnH","checkout_id":48586281353554,"checkout_token":"f8455a6342b4e3c2bb540f711bf6c263","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"178.197.214.112","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Linux; Android 10; K) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/149.0.0.0 Mobile Safari\/537.36"},"closed_at":"2026-06-18T16:13:20+02:00","company":null,"confirmation_number":"88LVLWAX8","confirmed":true,"contact_email":"claribel_matilde@hotmail.com","created_at":"2026-06-18T15:22:12+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"708.60","current_subtotal_price_set":{"shop_money":{"amount":"708.60","currency_code":"CHF"},"presentment_money":{"amount":"708.60","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"708.60","current_total_price_set":{"shop_money":{"amount":"708.60","currency_code":"CHF"},"presentment_money":{"amount":"708.60","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"claribel_matilde@hotmail.com","estimated_taxes":false,"financial_status":"paid","fulfillment_status":"fulfilled","landing_site":"\/","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1514","note":"Tour 17 bereits bezogen","note_attributes":[],"number":514,"order_number":1514,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/4940d02c281257d432aae3ceb0f62144\/authenticate?key=84aca13b7e5c8c5bc1f9f3b231bd0908","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Barzahlung (NUR BEI ABHOLUNG)"],"phone":"+41796159359","po_number":null,"presentment_currency":"CHF","processed_at":"2026-06-18T15:22:11+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"708.60","subtotal_price_set":{"shop_money":{"amount":"708.60","currency_code":"CHF"},"presentment_money":{"amount":"708.60","currency_code":"CHF"}},"tags":"leomat-erp-status:processed","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"4940d02c281257d432aae3ceb0f62144","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"708.60","total_line_items_price_set":{"shop_money":{"amount":"708.60","currency_code":"CHF"},"presentment_money":{"amount":"708.60","currency_code":"CHF"}},"total_outstanding":"0.00","total_price":"708.60","total_price_set":{"shop_money":{"amount":"708.60","currency_code":"CHF"},"presentment_money":{"amount":"708.60","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-06-18T17:12:45+02:00","user_id":null,"billing_address":{"first_name":"Leomat","address1":"Wiesenstrasse","phone":null,"city":"Tübach","zip":"9327","province":null,"country":"Switzerland","last_name":"AG","address2":"2","company":null,"latitude":47.4859367,"longitude":9.4585259,"name":"Leomat AG","country_code":"CH","province_code":null},"customer":{"id":10155383292242,"created_at":"2026-03-19T06:49:38+01:00","updated_at":"2026-06-18T16:13:23+02:00","first_name":"Matilde","last_name":"2026530000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"claribel_matilde@hotmail.com","phone":"+41796159359","currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155383292242","default_address":{"id":12417847492946,"customer_id":10155383292242,"first_name":"Leomat","last_name":"AG","company":null,"address1":"Wiesenstrasse","address2":"2","city":"Tübach","province":null,"country":"Switzerland","zip":"9327","phone":null,"name":"Leomat AG","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[{"id":7007226200402,"admin_graphql_api_id":"gid:\/\/shopify\/Fulfillment\/7007226200402","created_at":"2026-06-18T16:13:18+02:00","location_id":113214685522,"name":"#1514.1","order_id":8043963547986,"origin_address":{},"receipt":{},"service":"manual","shipment_status":null,"status":"success","tracking_company":null,"tracking_number":null,"tracking_numbers":[],"tracking_url":null,"tracking_urls":[],"updated_at":"2026-06-18T16:13:18+02:00","line_items":[{"id":18746422657362,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422657362","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Linzertörtli 75G","price":"20.00","price_set":{"shop_money":{"amount":"20.00","currency_code":"CHF"},"presentment_money":{"amount":"20.00","currency_code":"CHF"}},"product_exists":true,"product_id":10687687590226,"properties":[],"quantity":2,"requires_shipping":true,"sku":"348","taxable":true,"title":"Linzertörtli 75G","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072429482322,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422690130,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422690130","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Leomat Café-Creamer Rahmig","price":"93.60","price_set":{"shop_money":{"amount":"93.60","currency_code":"CHF"},"presentment_money":{"amount":"93.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687776293202,"properties":[],"quantity":2,"requires_shipping":true,"sku":"1986","taxable":true,"title":"Leomat Café-Creamer Rahmig","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072702308690,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422722898,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422722898","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Nescafé Gold De Luxe\/Poc -Normales Aroma","price":"256.50","price_set":{"shop_money":{"amount":"256.50","currency_code":"CHF"},"presentment_money":{"amount":"256.50","currency_code":"CHF"}},"product_exists":true,"product_id":10687818432850,"properties":[],"quantity":1,"requires_shipping":true,"sku":"2775","taxable":true,"title":"Nescafé Gold De Luxe\/Poc -Normales Aroma","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072833020242,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422755666,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422755666","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Monday Energy Dose 25Cl","price":"36.50","price_set":{"shop_money":{"amount":"36.50","currency_code":"CHF"},"presentment_money":{"amount":"36.50","currency_code":"CHF"}},"product_exists":true,"product_id":10687772492114,"properties":[],"quantity":1,"requires_shipping":true,"sku":"1907","taxable":true,"title":"Monday Energy Dose 25Cl","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072683336018,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422788434,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422788434","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Automatenzucker (Vending)","price":"27.50","price_set":{"shop_money":{"amount":"27.50","currency_code":"CHF"},"presentment_money":{"amount":"27.50","currency_code":"CHF"}},"product_exists":true,"product_id":10687848907090,"properties":[],"quantity":1,"requires_shipping":true,"sku":"4925","taxable":true,"title":"Automatenzucker (Vending)","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072978739538,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422821202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422821202","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Kaffeerahm Portionen 12G","price":"22.90","price_set":{"shop_money":{"amount":"22.90","currency_code":"CHF"},"presentment_money":{"amount":"22.90","currency_code":"CHF"}},"product_exists":true,"product_id":10687771509074,"properties":[],"quantity":1,"requires_shipping":true,"sku":"1877","taxable":true,"title":"Kaffeerahm Portionen 12G","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072682156370,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422853970,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422853970","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Automatenbecher \"Bio\" 3.0 Dl","price":"138.00","price_set":{"shop_money":{"amount":"138.00","currency_code":"CHF"},"presentment_money":{"amount":"138.00","currency_code":"CHF"}},"product_exists":true,"product_id":10687906971986,"properties":[],"quantity":1,"requires_shipping":true,"sku":"3709","taxable":true,"title":"Automatenbecher \"Bio\" 3.0 Dl","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53073158308178,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}]}],"line_items":[{"id":18746422657362,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422657362","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Linzertörtli 75G","price":"20.00","price_set":{"shop_money":{"amount":"20.00","currency_code":"CHF"},"presentment_money":{"amount":"20.00","currency_code":"CHF"}},"product_exists":true,"product_id":10687687590226,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"348","taxable":true,"title":"Linzertörtli 75G","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072429482322,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422690130,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422690130","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Leomat Café-Creamer Rahmig","price":"93.60","price_set":{"shop_money":{"amount":"93.60","currency_code":"CHF"},"presentment_money":{"amount":"93.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687776293202,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"1986","taxable":true,"title":"Leomat Café-Creamer Rahmig","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072702308690,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422722898,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422722898","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Nescafé Gold De Luxe\/Poc -Normales Aroma","price":"256.50","price_set":{"shop_money":{"amount":"256.50","currency_code":"CHF"},"presentment_money":{"amount":"256.50","currency_code":"CHF"}},"product_exists":true,"product_id":10687818432850,"properties":[],"quantity":1,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2775","taxable":true,"title":"Nescafé Gold De Luxe\/Poc -Normales Aroma","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072833020242,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422755666,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422755666","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Monday Energy Dose 25Cl","price":"36.50","price_set":{"shop_money":{"amount":"36.50","currency_code":"CHF"},"presentment_money":{"amount":"36.50","currency_code":"CHF"}},"product_exists":true,"product_id":10687772492114,"properties":[],"quantity":1,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"1907","taxable":true,"title":"Monday Energy Dose 25Cl","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072683336018,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422788434,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422788434","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Automatenzucker (Vending)","price":"27.50","price_set":{"shop_money":{"amount":"27.50","currency_code":"CHF"},"presentment_money":{"amount":"27.50","currency_code":"CHF"}},"product_exists":true,"product_id":10687848907090,"properties":[],"quantity":1,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"4925","taxable":true,"title":"Automatenzucker (Vending)","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072978739538,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422821202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422821202","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Kaffeerahm Portionen 12G","price":"22.90","price_set":{"shop_money":{"amount":"22.90","currency_code":"CHF"},"presentment_money":{"amount":"22.90","currency_code":"CHF"}},"product_exists":true,"product_id":10687771509074,"properties":[],"quantity":1,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"1877","taxable":true,"title":"Kaffeerahm Portionen 12G","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072682156370,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]},{"id":18746422853970,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18746422853970","attributed_staffs":[],"current_quantity":1,"fulfillable_quantity":0,"fulfillment_service":"manual","fulfillment_status":"fulfilled","gift_card":false,"grams":0,"name":"Automatenbecher \"Bio\" 3.0 Dl","price":"138.00","price_set":{"shop_money":{"amount":"138.00","currency_code":"CHF"},"presentment_money":{"amount":"138.00","currency_code":"CHF"}},"product_exists":true,"product_id":10687906971986,"properties":[],"quantity":1,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"3709","taxable":true,"title":"Automatenbecher \"Bio\" 3.0 Dl","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53073158308178,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":null,"shipping_lines":[{"id":6259838091602,"carrier_identifier":null,"code":"Wiesenstrasse 2","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"Wiesenstrasse 2","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-06-18 17:12:47" ] |
| 165 | 0.30 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "system_resource_columns_object_store_orders" ] |
| 166 | 0.10 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1781795567 "system\x01tags\x01" "resource\x01tags\x01" ] |
| 167 | 0.64 ms |
SHOW COLUMNS FROM object_store_orders
Parameters:
[] |
| 168 | 0.48 ms |
INSERT INTO object_store_orders (`oo_id`, `orderId`, `orderNumber`, `status`, `totalPrice__value`, `totalPrice__unit`, `customerEmail`, `createdAt`, `abacusOrderId`, `abacusStatus`, `sentToAbacus`, `abacusPayload`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 21963 8043963547986.0 "1514" "paid" 708.6 "CHF" "claribel_matilde@hotmail.com" "2026-06-18 15:22:12" null "processed" 1 """ {\n "InboxOrderRequest": {\n "Comment": "#1514",\n "ExternalOrderReference": "bb46aa95-38ba-49d2-aa57-64d1e0e85f0a",\n "ExternalOrderNumber": 514,\n "CreationDate": "2026-06-18",\n "Language": "de",\n "DeliveryMethodName": "3",\n "TaxType": "Included",\n "AdditionalInfoList": [],\n "Summary": {\n "CurrencyId": "CHF",\n "TotalAmountIncludingTax": 708.6,\n "TotalAmountExcludingTax": 708.6\n },\n "IsGuest": false,\n "PositionList": [\n {\n "LineItemId": 1,\n "Quantity": 2,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 20,\n "PerQuantityIncludingTax": 20,\n "PositionTotalExcludingTax": 40,\n "PositionTotalIncludingTax": 40,\n "PerQuantityExcludingTaxRelevant": 20,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 348,\n "Type": "A",\n "Name": "11648",\n "Description": "Linzertörtli 75G"\n }\n },\n {\n "LineItemId": 2,\n "Quantity": 2,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 93.6,\n "PerQuantityIncludingTax": 93.6,\n "PositionTotalExcludingTax": 187.2,\n "PositionTotalIncludingTax": 187.2,\n "PerQuantityExcludingTaxRelevant": 93.6,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 1986,\n "Type": "A",\n "Name": "12155",\n "Description": "Leomat Café-Creamer Rahmig"\n }\n },\n {\n "LineItemId": 3,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 256.5,\n "PerQuantityIncludingTax": 256.5,\n "PositionTotalExcludingTax": 256.5,\n "PositionTotalIncludingTax": 256.5,\n "PerQuantityExcludingTaxRelevant": 256.5,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 2775,\n "Type": "A",\n "Name": "10001",\n "Description": "Nescafé Gold De Luxe\/Poc -Normales Aroma"\n }\n },\n {\n "LineItemId": 4,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 36.5,\n "PerQuantityIncludingTax": 36.5,\n "PositionTotalExcludingTax": 36.5,\n "PositionTotalIncludingTax": 36.5,\n "PerQuantityExcludingTaxRelevant": 36.5,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 1907,\n "Type": "A",\n "Name": "13877",\n "Description": "Monday Energy Dose 25Cl"\n }\n },\n {\n "LineItemId": 5,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 27.5,\n "PerQuantityIncludingTax": 27.5,\n "PositionTotalExcludingTax": 27.5,\n "PositionTotalIncludingTax": 27.5,\n "PerQuantityExcludingTaxRelevant": 27.5,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 4925,\n "Type": "A",\n "Name": "10034",\n "Description": "Automatenzucker (Vending)"\n }\n },\n {\n "LineItemId": 6,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 22.9,\n "PerQuantityIncludingTax": 22.9,\n "PositionTotalExcludingTax": 22.9,\n "PositionTotalIncludingTax": 22.9,\n "PerQuantityExcludingTaxRelevant": 22.9,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 1877,\n "Type": "A",\n "Name": "10025",\n "Description": "Kaffeerahm Portionen 12G"\n }\n },\n {\n "LineItemId": 7,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 138,\n "PerQuantityIncludingTax": 138,\n "PositionTotalExcludingTax": 138,\n "PositionTotalIncludingTax": 138,\n "PerQuantityExcludingTaxRelevant": 138,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 3709,\n "Type": "A",\n "Name": "17507",\n "Description": "Automatenbecher \"Bio\" 3.0 Dl"\n }\n }\n ],\n "CustomerSubject": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n }\n },\n "Address": {\n "Street": "Wiesenstrasse",\n "HouseNumber": "",\n "PostCode": "9327",\n "City": "Tübach",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n },\n "Id": 21457\n },\n "PaymentSubject": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n }\n },\n "Address": {\n "Street": "Wiesenstrasse",\n "HouseNumber": "",\n "PostCode": "9327",\n "City": "Tübach",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n },\n "Id": 21457\n },\n "ShippingHandlingList": [],\n "Shopper": {\n "Id": "5758f266-cb68-cb1a-2dd3-46ade4dcd0a5",\n "Account": "Matilde"\n },\n "DeliverySubject": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n }\n },\n "Address": {\n "Street": "Wiesenstrasse",\n "HouseNumber": "",\n "PostCode": "9327",\n "City": "Tübach",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n },\n "Id": 21457\n }\n },\n "_status_sync": {\n "erp_status": "processed",\n "erp_updated_at": "2026-06-18T15:00:03+00:00",\n "erp_status_source": "leomat_xlsx"\n }\n } """ ] |
| 169 | 0.44 ms |
UPDATE object_store_orders SET `oo_id` = ?, `orderId` = ?, `orderNumber` = ?, `status` = ?, `totalPrice__value` = ?, `totalPrice__unit` = ?, `customerEmail` = ?, `createdAt` = ?, `abacusOrderId` = ?, `abacusStatus` = ?, `sentToAbacus` = ?, `abacusPayload` = ? WHERE `oo_id` = ?
Parameters:
[ 21963 8043963547986.0 "1514" "paid" 708.6 "CHF" "claribel_matilde@hotmail.com" "2026-06-18 15:22:12" null "processed" 1 """ {\n "InboxOrderRequest": {\n "Comment": "#1514",\n "ExternalOrderReference": "bb46aa95-38ba-49d2-aa57-64d1e0e85f0a",\n "ExternalOrderNumber": 514,\n "CreationDate": "2026-06-18",\n "Language": "de",\n "DeliveryMethodName": "3",\n "TaxType": "Included",\n "AdditionalInfoList": [],\n "Summary": {\n "CurrencyId": "CHF",\n "TotalAmountIncludingTax": 708.6,\n "TotalAmountExcludingTax": 708.6\n },\n "IsGuest": false,\n "PositionList": [\n {\n "LineItemId": 1,\n "Quantity": 2,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 20,\n "PerQuantityIncludingTax": 20,\n "PositionTotalExcludingTax": 40,\n "PositionTotalIncludingTax": 40,\n "PerQuantityExcludingTaxRelevant": 20,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 348,\n "Type": "A",\n "Name": "11648",\n "Description": "Linzertörtli 75G"\n }\n },\n {\n "LineItemId": 2,\n "Quantity": 2,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 93.6,\n "PerQuantityIncludingTax": 93.6,\n "PositionTotalExcludingTax": 187.2,\n "PositionTotalIncludingTax": 187.2,\n "PerQuantityExcludingTaxRelevant": 93.6,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 1986,\n "Type": "A",\n "Name": "12155",\n "Description": "Leomat Café-Creamer Rahmig"\n }\n },\n {\n "LineItemId": 3,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 256.5,\n "PerQuantityIncludingTax": 256.5,\n "PositionTotalExcludingTax": 256.5,\n "PositionTotalIncludingTax": 256.5,\n "PerQuantityExcludingTaxRelevant": 256.5,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 2775,\n "Type": "A",\n "Name": "10001",\n "Description": "Nescafé Gold De Luxe\/Poc -Normales Aroma"\n }\n },\n {\n "LineItemId": 4,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 36.5,\n "PerQuantityIncludingTax": 36.5,\n "PositionTotalExcludingTax": 36.5,\n "PositionTotalIncludingTax": 36.5,\n "PerQuantityExcludingTaxRelevant": 36.5,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 1907,\n "Type": "A",\n "Name": "13877",\n "Description": "Monday Energy Dose 25Cl"\n }\n },\n {\n "LineItemId": 5,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 27.5,\n "PerQuantityIncludingTax": 27.5,\n "PositionTotalExcludingTax": 27.5,\n "PositionTotalIncludingTax": 27.5,\n "PerQuantityExcludingTaxRelevant": 27.5,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 4925,\n "Type": "A",\n "Name": "10034",\n "Description": "Automatenzucker (Vending)"\n }\n },\n {\n "LineItemId": 6,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 22.9,\n "PerQuantityIncludingTax": 22.9,\n "PositionTotalExcludingTax": 22.9,\n "PositionTotalIncludingTax": 22.9,\n "PerQuantityExcludingTaxRelevant": 22.9,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 1877,\n "Type": "A",\n "Name": "10025",\n "Description": "Kaffeerahm Portionen 12G"\n }\n },\n {\n "LineItemId": 7,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 138,\n "PerQuantityIncludingTax": 138,\n "PositionTotalExcludingTax": 138,\n "PositionTotalIncludingTax": 138,\n "PerQuantityExcludingTaxRelevant": 138,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 3709,\n "Type": "A",\n "Name": "17507",\n "Description": "Automatenbecher \"Bio\" 3.0 Dl"\n }\n }\n ],\n "CustomerSubject": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n }\n },\n "Address": {\n "Street": "Wiesenstrasse",\n "HouseNumber": "",\n "PostCode": "9327",\n "City": "Tübach",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n },\n "Id": 21457\n },\n "PaymentSubject": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n }\n },\n "Address": {\n "Street": "Wiesenstrasse",\n "HouseNumber": "",\n "PostCode": "9327",\n "City": "Tübach",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n },\n "Id": 21457\n },\n "ShippingHandlingList": [],\n "Shopper": {\n "Id": "5758f266-cb68-cb1a-2dd3-46ade4dcd0a5",\n "Account": "Matilde"\n },\n "DeliverySubject": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n }\n },\n "Address": {\n "Street": "Wiesenstrasse",\n "HouseNumber": "",\n "PostCode": "9327",\n "City": "Tübach",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n },\n "Id": 21457\n }\n },\n "_status_sync": {\n "erp_status": "processed",\n "erp_updated_at": "2026-06-18T15:00:03+00:00",\n "erp_status_source": "leomat_xlsx"\n }\n } """ 21963 ] |
| 170 | 0.27 ms |
SELECT * FROM object_query_orders WHERE oo_id = ?
Parameters:
[
21963
]
|
| 171 | 0.23 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "system_resource_columns_object_query_orders" ] |
| 172 | 0.42 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1781795567 "system\x01tags\x01" "resource\x01tags\x01" ] |
| 173 | 0.81 ms |
SHOW COLUMNS FROM object_query_orders
Parameters:
[] |
| 174 | 0.55 ms |
INSERT INTO object_query_orders (`orderId`, `orderNumber`, `status`, `totalPrice__value`, `totalPrice__unit`, `customerEmail`, `createdAt`, `abacusOrderId`, `abacusStatus`, `sentToAbacus`, `abacusPayload`, `oo_id`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 8043963547986.0 "1514" "paid" 708.6 "CHF" "claribel_matilde@hotmail.com" "2026-06-18 15:22:12" null "processed" 1 """ {\n "InboxOrderRequest": {\n "Comment": "#1514",\n "ExternalOrderReference": "bb46aa95-38ba-49d2-aa57-64d1e0e85f0a",\n "ExternalOrderNumber": 514,\n "CreationDate": "2026-06-18",\n "Language": "de",\n "DeliveryMethodName": "3",\n "TaxType": "Included",\n "AdditionalInfoList": [],\n "Summary": {\n "CurrencyId": "CHF",\n "TotalAmountIncludingTax": 708.6,\n "TotalAmountExcludingTax": 708.6\n },\n "IsGuest": false,\n "PositionList": [\n {\n "LineItemId": 1,\n "Quantity": 2,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 20,\n "PerQuantityIncludingTax": 20,\n "PositionTotalExcludingTax": 40,\n "PositionTotalIncludingTax": 40,\n "PerQuantityExcludingTaxRelevant": 20,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 348,\n "Type": "A",\n "Name": "11648",\n "Description": "Linzertörtli 75G"\n }\n },\n {\n "LineItemId": 2,\n "Quantity": 2,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 93.6,\n "PerQuantityIncludingTax": 93.6,\n "PositionTotalExcludingTax": 187.2,\n "PositionTotalIncludingTax": 187.2,\n "PerQuantityExcludingTaxRelevant": 93.6,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 1986,\n "Type": "A",\n "Name": "12155",\n "Description": "Leomat Café-Creamer Rahmig"\n }\n },\n {\n "LineItemId": 3,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 256.5,\n "PerQuantityIncludingTax": 256.5,\n "PositionTotalExcludingTax": 256.5,\n "PositionTotalIncludingTax": 256.5,\n "PerQuantityExcludingTaxRelevant": 256.5,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 2775,\n "Type": "A",\n "Name": "10001",\n "Description": "Nescafé Gold De Luxe\/Poc -Normales Aroma"\n }\n },\n {\n "LineItemId": 4,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 36.5,\n "PerQuantityIncludingTax": 36.5,\n "PositionTotalExcludingTax": 36.5,\n "PositionTotalIncludingTax": 36.5,\n "PerQuantityExcludingTaxRelevant": 36.5,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 1907,\n "Type": "A",\n "Name": "13877",\n "Description": "Monday Energy Dose 25Cl"\n }\n },\n {\n "LineItemId": 5,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 27.5,\n "PerQuantityIncludingTax": 27.5,\n "PositionTotalExcludingTax": 27.5,\n "PositionTotalIncludingTax": 27.5,\n "PerQuantityExcludingTaxRelevant": 27.5,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 4925,\n "Type": "A",\n "Name": "10034",\n "Description": "Automatenzucker (Vending)"\n }\n },\n {\n "LineItemId": 6,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 22.9,\n "PerQuantityIncludingTax": 22.9,\n "PositionTotalExcludingTax": 22.9,\n "PositionTotalIncludingTax": 22.9,\n "PerQuantityExcludingTaxRelevant": 22.9,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 1877,\n "Type": "A",\n "Name": "10025",\n "Description": "Kaffeerahm Portionen 12G"\n }\n },\n {\n "LineItemId": 7,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 138,\n "PerQuantityIncludingTax": 138,\n "PositionTotalExcludingTax": 138,\n "PositionTotalIncludingTax": 138,\n "PerQuantityExcludingTaxRelevant": 138,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 3709,\n "Type": "A",\n "Name": "17507",\n "Description": "Automatenbecher \"Bio\" 3.0 Dl"\n }\n }\n ],\n "CustomerSubject": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n }\n },\n "Address": {\n "Street": "Wiesenstrasse",\n "HouseNumber": "",\n "PostCode": "9327",\n "City": "Tübach",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n },\n "Id": 21457\n },\n "PaymentSubject": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n }\n },\n "Address": {\n "Street": "Wiesenstrasse",\n "HouseNumber": "",\n "PostCode": "9327",\n "City": "Tübach",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n },\n "Id": 21457\n },\n "ShippingHandlingList": [],\n "Shopper": {\n "Id": "5758f266-cb68-cb1a-2dd3-46ade4dcd0a5",\n "Account": "Matilde"\n },\n "DeliverySubject": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n }\n },\n "Address": {\n "Street": "Wiesenstrasse",\n "HouseNumber": "",\n "PostCode": "9327",\n "City": "Tübach",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n },\n "Id": 21457\n }\n },\n "_status_sync": {\n "erp_status": "processed",\n "erp_updated_at": "2026-06-18T15:00:03+00:00",\n "erp_status_source": "leomat_xlsx"\n }\n } """ 21963 ] |
| 175 | 0.56 ms |
UPDATE object_query_orders SET `orderId` = ?, `orderNumber` = ?, `status` = ?, `totalPrice__value` = ?, `totalPrice__unit` = ?, `customerEmail` = ?, `createdAt` = ?, `abacusOrderId` = ?, `abacusStatus` = ?, `sentToAbacus` = ?, `abacusPayload` = ?, `oo_id` = ? WHERE `oo_id` = ?
Parameters:
[ 8043963547986.0 "1514" "paid" 708.6 "CHF" "claribel_matilde@hotmail.com" "2026-06-18 15:22:12" null "processed" 1 """ {\n "InboxOrderRequest": {\n "Comment": "#1514",\n "ExternalOrderReference": "bb46aa95-38ba-49d2-aa57-64d1e0e85f0a",\n "ExternalOrderNumber": 514,\n "CreationDate": "2026-06-18",\n "Language": "de",\n "DeliveryMethodName": "3",\n "TaxType": "Included",\n "AdditionalInfoList": [],\n "Summary": {\n "CurrencyId": "CHF",\n "TotalAmountIncludingTax": 708.6,\n "TotalAmountExcludingTax": 708.6\n },\n "IsGuest": false,\n "PositionList": [\n {\n "LineItemId": 1,\n "Quantity": 2,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 20,\n "PerQuantityIncludingTax": 20,\n "PositionTotalExcludingTax": 40,\n "PositionTotalIncludingTax": 40,\n "PerQuantityExcludingTaxRelevant": 20,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 348,\n "Type": "A",\n "Name": "11648",\n "Description": "Linzertörtli 75G"\n }\n },\n {\n "LineItemId": 2,\n "Quantity": 2,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 93.6,\n "PerQuantityIncludingTax": 93.6,\n "PositionTotalExcludingTax": 187.2,\n "PositionTotalIncludingTax": 187.2,\n "PerQuantityExcludingTaxRelevant": 93.6,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 1986,\n "Type": "A",\n "Name": "12155",\n "Description": "Leomat Café-Creamer Rahmig"\n }\n },\n {\n "LineItemId": 3,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 256.5,\n "PerQuantityIncludingTax": 256.5,\n "PositionTotalExcludingTax": 256.5,\n "PositionTotalIncludingTax": 256.5,\n "PerQuantityExcludingTaxRelevant": 256.5,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 2775,\n "Type": "A",\n "Name": "10001",\n "Description": "Nescafé Gold De Luxe\/Poc -Normales Aroma"\n }\n },\n {\n "LineItemId": 4,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 36.5,\n "PerQuantityIncludingTax": 36.5,\n "PositionTotalExcludingTax": 36.5,\n "PositionTotalIncludingTax": 36.5,\n "PerQuantityExcludingTaxRelevant": 36.5,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 1907,\n "Type": "A",\n "Name": "13877",\n "Description": "Monday Energy Dose 25Cl"\n }\n },\n {\n "LineItemId": 5,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 27.5,\n "PerQuantityIncludingTax": 27.5,\n "PositionTotalExcludingTax": 27.5,\n "PositionTotalIncludingTax": 27.5,\n "PerQuantityExcludingTaxRelevant": 27.5,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 4925,\n "Type": "A",\n "Name": "10034",\n "Description": "Automatenzucker (Vending)"\n }\n },\n {\n "LineItemId": 6,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 22.9,\n "PerQuantityIncludingTax": 22.9,\n "PositionTotalExcludingTax": 22.9,\n "PositionTotalIncludingTax": 22.9,\n "PerQuantityExcludingTaxRelevant": 22.9,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 1877,\n "Type": "A",\n "Name": "10025",\n "Description": "Kaffeerahm Portionen 12G"\n }\n },\n {\n "LineItemId": 7,\n "Quantity": 1,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 138,\n "PerQuantityIncludingTax": 138,\n "PositionTotalExcludingTax": 138,\n "PositionTotalIncludingTax": 138,\n "PerQuantityExcludingTaxRelevant": 138,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 3709,\n "Type": "A",\n "Name": "17507",\n "Description": "Automatenbecher \"Bio\" 3.0 Dl"\n }\n }\n ],\n "CustomerSubject": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n }\n },\n "Address": {\n "Street": "Wiesenstrasse",\n "HouseNumber": "",\n "PostCode": "9327",\n "City": "Tübach",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n },\n "Id": 21457\n },\n "PaymentSubject": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n }\n },\n "Address": {\n "Street": "Wiesenstrasse",\n "HouseNumber": "",\n "PostCode": "9327",\n "City": "Tübach",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n },\n "Id": 21457\n },\n "ShippingHandlingList": [],\n "Shopper": {\n "Id": "5758f266-cb68-cb1a-2dd3-46ade4dcd0a5",\n "Account": "Matilde"\n },\n "DeliverySubject": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Leomat",\n "Name": "AG",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n }\n },\n "Address": {\n "Street": "Wiesenstrasse",\n "HouseNumber": "",\n "PostCode": "9327",\n "City": "Tübach",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "claribel_matilde@hotmail.com"\n },\n "Id": 21457\n }\n },\n "_status_sync": {\n "erp_status": "processed",\n "erp_updated_at": "2026-06-18T15:00:03+00:00",\n "erp_status_source": "leomat_xlsx"\n }\n } """ 21963 21963 ] |
| 176 | 0.09 ms |
SELECT id FROM schedule_tasks WHERE `cid` = ? AND `ctype` = ?
Parameters:
[ 21963 "object" ] |
| 177 | 0.16 ms |
DELETE FROM schedule_tasks WHERE `cid` = 21963 AND `ctype` = 'object'
Parameters:
[] |
| 178 | 0.15 ms |
SELECT * FROM users WHERE `type` = ? AND id = ?
Parameters:
[ "user" 0 ] |
| 179 | 0.09 ms |
SELECT * FROM users_workspaces_asset WHERE userId = ?
Parameters:
[
0
]
|
| 180 | 0.07 ms |
SELECT * FROM users_workspaces_document WHERE userId = ?
Parameters:
[
0
]
|
| 181 | 0.06 ms |
SELECT * FROM users_workspaces_object WHERE userId = ?
Parameters:
[
0
]
|
| 182 | 0.36 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_properties_21963" ] |
| 183 | 0.22 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "\x00tags\x00object_properties_21963" ] |
| 184 | 0.21 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_19990" ] |
| 185 | 0.23 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_19990\x01tags\x01" ] |
| 186 | 0.18 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_5997" ] |
| 187 | 0.99 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_5997\x01tags\x01" ] |
| 188 | 0.81 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_5996" ] |
| 189 | 0.20 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_5996\x01tags\x01" ] |
| 190 | 0.24 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_5995" ] |
| 191 | 0.24 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_5995\x01tags\x01" ] |
| 192 | 0.24 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_1" ] |
| 193 | 0.14 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "object_1\x01tags\x01" ] |
| 194 | 0.41 ms |
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE ( (cid IN (1,21945,19990,5997,5996,5995) AND inheritable = 1) OR cid = ? ) AND ctype='object'
Parameters:
[
21963
]
|
| 195 | 0.40 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "system_resource_columns_versions" ] |
| 196 | 0.11 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1781795567 "system\x01tags\x01" "resource\x01tags\x01" ] |
| 197 | 0.72 ms |
SHOW COLUMNS FROM versions
Parameters:
[] |
| 198 | 0.41 ms |
INSERT INTO versions (`id`, `cid`, `ctype`, `userId`, `note`, `date`, `public`, `serialized`, `stackTrace`, `versionCount`, `binaryFileHash`, `binaryFileId`, `autoSave`, `storageType`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ null 21963 "object" 0 "" 1781795567 0 1 """ #0 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/Element/AbstractElement.php(632): Pimcore\Model\Version->save()\n #1 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/DataObject/Concrete.php(275): Pimcore\Model\Element\AbstractElement->doSaveVersion()\n #2 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/DataObject/Concrete.php(213): Pimcore\Model\DataObject\Concrete->saveVersion()\n #3 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/DataObject/AbstractObject.php(537): Pimcore\Model\DataObject\Concrete->update()\n #4 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/Element/AbstractElement.php(775): Pimcore\Model\DataObject\AbstractObject->Pimcore\Model\DataObject\{closure}()\n #5 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/DataObject/AbstractObject.php(483): Pimcore\Model\Element\AbstractElement->retryableFunction()\n #6 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/DataObject/Concrete.php(642): Pimcore\Model\DataObject\AbstractObject->save()\n #7 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/bundles/PimcoreShopifyIntegrationBundle/src/Controller/ShopifyWebhookController.php(246): Pimcore\Model\DataObject\Concrete->save()\n #8 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/bundles/PimcoreShopifyIntegrationBundle/src/Controller/ShopifyWebhookController.php(104): PimcoreShopifyIntegrationBundle\Controller\ShopifyWebhookController->handleOrderUpsert()\n #9 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/symfony/http-kernel/HttpKernel.php(183): PimcoreShopifyIntegrationBundle\Controller\ShopifyWebhookController->orderWebhook()\n #10 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw()\n #11 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/symfony/http-kernel/Kernel.php(193): Symfony\Component\HttpKernel\HttpKernel->handle()\n #12 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php(35): Symfony\Component\HttpKernel\Kernel->handle()\n #13 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/autoload_runtime.php(29): Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()\n #14 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/public/index.php(16): require_once('...')\n #15 {main} """ 8 null null 0 "fs" ] |
| 199 | 0.36 ms |
"COMMIT"
Parameters:
[] |
| 200 | 0.29 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "system_cache_write_lock" ] |
| 201 | 0.23 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "\x00tags\x00system_cache_write_lock" ] |
| 202 | 0.07 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "system_cache_write_lock" ] |
| 203 | 0.06 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1781795567 "\x00tags\x00system_cache_write_lock" ] |
| 204 | 1.49 ms |
INSERT INTO cache_items (item_id, item_data, item_lifetime, item_time) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE item_data = VALUES(item_data), item_lifetime = VALUES(item_lifetime), item_time = VALUES(item_time)
Parameters:
[ 2 => 30 3 => 1781795567 0 => "system_cache_write_lock" 1 => b"O:1:"©":1:{s:6:"†gö\x07À\x1E";i:1781795567;}" ] |
| 205 | 0.23 ms |
DELETE FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ "object_21963\x01tags\x01" "object_properties\x01tags\x01" ] |
| 206 | 0.13 ms |
SELECT id, targetType, targetId FROM dependencies WHERE sourceType= ? AND sourceId = ?
Parameters:
[ "object" 21963 ] |
| 207 | 0.11 ms |
"START TRANSACTION"
Parameters:
[] |
| 208 | 0.25 ms |
INSERT INTO messenger_messages (body, headers, queue_name, created_at, available_at) VALUES(?, ?, ?, ?, ?)
Parameters:
[ "O:36:\"Symfony\\Component\\Messenger\\Envelope\":2:{s:44:\"\0Symfony\\Component\\Messenger\\Envelope\0stamps\";a:1:{s:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\";a:1:{i:0;O:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\":1:{s:55:\"\0Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\0busName\";s:26:\"messenger.bus.pimcore-core\";}}}s:45:\"\0Symfony\\Component\\Messenger\\Envelope\0message\";O:69:\"Pimcore\\Bundle\\SimpleBackendSearchBundle\\Message\\SearchBackendMessage\":2:{s:7:\"\0*\0type\";s:6:\"object\";s:5:\"\0*\0id\";i:21963;}}" "[]" "pimcore_search_backend_message" "2026-06-18 15:12:47" "2026-06-18 15:12:47" ] |
| 209 | 0.12 ms |
"COMMIT"
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
There are no configured entity managers.
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
No managed entities.
Entities Mapping
No mapped entities.