Query Metrics
42
Database Queries
30
Different statements
12.95 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.75 ms (13.54%) |
1 |
SELECT * FROM translations_messages WHERE language = ?
Parameters:
[
"en"
]
|
|
1.49 ms (11.50%) |
1 |
INSERT INTO lock_keys (key_id, key_token, key_expiration) VALUES (?, ?, UNIX_TIMESTAMP() + 300)
Parameters:
[ "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64" "DisJ6UWxPphqqujDDKd+XtVZwiSH6JXol7X/nTJVRiE=" ] |
|
1.10 ms (8.50%) |
1 |
DELETE FROM lock_keys WHERE key_id = ? AND key_token = ?
Parameters:
[ "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64" "DisJ6UWxPphqqujDDKd+XtVZwiSH6JXol7X/nTJVRiE=" ] |
|
0.62 ms (4.78%) |
3 |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[ "key" => "latzschuerze-5342" "path" => "/en/products/" ] |
|
0.59 ms (4.58%) |
3 |
SELECT objects.*, tree_locks.locked as o_locked FROM objects LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object' WHERE o_id = ?
Parameters:
[
5342
]
|
|
0.50 ms (3.88%) |
3 |
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
5342
]
|
|
0.48 ms (3.73%) |
2 |
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents LEFT JOIN documents_page ON documents.id = documents_page.id LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document' WHERE documents.id = ?
Parameters:
[
3
]
|
|
0.42 ms (3.27%) |
2 |
SELECT documents.*, tree_locks.locked FROM documents LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document' WHERE documents.id = ?
Parameters:
[
3
]
|
|
0.41 ms (3.17%) |
1 |
SELECT object_localized_category_en.o_id as o_id, object_localized_category_en.o_type as o_type FROM object_localized_category_en WHERE ((`o_path` = ?) AND object_localized_category_en.o_type IN ('object','folder')) AND object_localized_category_en.o_published = 1
Parameters:
[
"/Categories/products/"
]
|
|
0.40 ms (3.10%) |
2 |
SELECT assets.*, tree_locks.locked FROM assets LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset' WHERE assets.id = ?
Parameters:
[
412
]
|
|
0.40 ms (3.10%) |
1 |
SELECT object_localized_productGroup_en.o_id as o_id, object_localized_productGroup_en.o_type as o_type FROM object_localized_productGroup_en WHERE ( object_localized_productGroup_en.o_type IN ('object','folder')) AND object_localized_productGroup_en.o_published = 1
Parameters:
[] |
|
0.37 ms (2.88%) |
1 |
SELECT * FROM redirects WHERE ( (source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR (source = :sourcePathQuery AND `type` = :typePathQuery) OR (source = :sourceEntireUri AND `type` = :typeEntireUri) ) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
Parameters:
[ "sourcePath" => "/en/products/latzschuerze-5342" "sourcePathQuery" => "/en/products/latzschuerze-5342" "sourceEntireUri" => "http://leiber.pimgu.in/en/products/latzschuerze-5342" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
|
0.37 ms (2.84%) |
1 |
SELECT * FROM sites WHERE mainDomain = ? OR domains LIKE ?
Parameters:
[ "leiber.pimgu.in" "%"leiber.pimgu.in"%" ] |
|
0.36 ms (2.81%) |
1 |
SELECT object_localized_productLine_en.o_id as o_id, object_localized_productLine_en.o_type as o_type FROM object_localized_productLine_en WHERE ( object_localized_productLine_en.o_type IN ('object','folder')) AND object_localized_productLine_en.o_published = 1
Parameters:
[] |
|
0.33 ms (2.56%) |
2 |
SELECT 1 FROM lock_keys WHERE key_id = ? AND key_token = ? AND key_expiration > UNIX_TIMESTAMP()
Parameters:
[ "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64" "DisJ6UWxPphqqujDDKd+XtVZwiSH6JXol7X/nTJVRiE=" ] |
|
0.31 ms (2.40%) |
2 |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
|
0.30 ms (2.33%) |
2 |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[ "prettyUrl" => "/en/products/latzschuerze-5342" ] |
|
0.29 ms (2.22%) |
1 |
SELECT * FROM properties WHERE ((cid IN (1) AND inheritable = 1) OR cid = ? ) AND ctype='document'
Parameters:
[
3
]
|
|
0.28 ms (2.20%) |
1 |
SELECT * FROM object_store_product WHERE oo_id = ?
Parameters:
[
5342
]
|
|
0.27 ms (2.08%) |
1 |
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND objects.o_type IN ('variant')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
5342
]
|
|
0.23 ms (1.74%) |
1 |
SELECT * FROM object_localized_data_product WHERE ooo_id = ? AND language IN ('de','en')
Parameters:
[
5342
]
|
|
0.22 ms (1.68%) |
1 |
SELECT * FROM object_collection_ColorCode_product WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 5342 "colorCodes" ] |
|
0.22 ms (1.67%) |
1 |
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[] |
|
0.22 ms (1.66%) |
1 |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[ "cid" => 412 ] |
|
0.18 ms (1.42%) |
1 |
UPDATE lock_keys SET key_expiration = UNIX_TIMESTAMP() + ?, key_token = ? WHERE key_id = ? AND (key_token = ? OR key_expiration <= UNIX_TIMESTAMP())
Parameters:
[ 300.0 "DisJ6UWxPphqqujDDKd+XtVZwiSH6JXol7X/nTJVRiE=" "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64" "DisJ6UWxPphqqujDDKd+XtVZwiSH6JXol7X/nTJVRiE=" ] |
|
0.18 ms (1.42%) |
1 |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "reports" "scope" => "pimcore" ] |
|
0.18 ms (1.38%) |
1 |
SELECT id FROM redirects WHERE active = 1 AND regex = 1 ORDER BY `priority` DESC
Parameters:
[] |
|
0.18 ms (1.37%) |
1 |
SELECT * FROM object_relations_product WHERE src_id = ?
Parameters:
[
5342
]
|
|
0.14 ms (1.10%) |
1 |
SELECT id,domains FROM sites
Parameters:
[] |
|
0.14 ms (1.09%) |
1 |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"product"
]
|
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.