Query Metrics
42
Database Queries
26
Different statements
12.58 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.69 ms (37.26%) |
1 |
SELECT * FROM translations_messages WHERE language = ?
Parameters:
[
"en"
]
|
|
2.43 ms (19.34%) |
1 |
INSERT INTO lock_keys (key_id, key_token, key_expiration) VALUES (?, ?, UNIX_TIMESTAMP() + 300)
Parameters:
[ "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64" "RHyXCBeVs+0Qko+ONKb4SdOnpPx28PLj2bRcLd3z0cY=" ] |
|
2.25 ms (17.87%) |
1 |
DELETE FROM lock_keys WHERE key_id = ? AND key_token = ?
Parameters:
[ "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64" "RHyXCBeVs+0Qko+ONKb4SdOnpPx28PLj2bRcLd3z0cY=" ] |
|
0.58 ms (4.59%) |
8 |
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:
[
19016
]
|
|
0.30 ms (2.35%) |
5 |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[ "key" => "list" "path" => "/api/public/weather-reports/" ] |
|
0.28 ms (2.26%) |
1 |
SELECT object_customer.o_id as o_id, object_customer.o_type as o_type FROM object_customer WHERE (`userId` = 'fc943d949744492c90986ece2efbe5ca1a7ee293' AND object_customer.o_type IN ('object','folder')) AND object_customer.o_published = 1 LIMIT 1
Parameters:
[] |
|
0.21 ms (1.67%) |
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" => "/api/public/weather-reports/list" "sourcePathQuery" => "/api/public/weather-reports/list" "sourceEntireUri" => "https://devapimeteoksa.centricdxb.com/api/public/weather-reports/list" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
|
0.20 ms (1.56%) |
1 |
SELECT * FROM sites WHERE mainDomain = ? OR domains LIKE ?
Parameters:
[ "devapimeteoksa.centricdxb.com" "%"devapimeteoksa.centricdxb.com"%" ] |
|
0.17 ms (1.36%) |
4 |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[ "prettyUrl" => "/api/public/weather-reports/list" ] |
|
0.14 ms (1.11%) |
2 |
SELECT 1 FROM lock_keys WHERE key_id = ? AND key_token = ? AND key_expiration > UNIX_TIMESTAMP()
Parameters:
[ "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64" "RHyXCBeVs+0Qko+ONKb4SdOnpPx28PLj2bRcLd3z0cY=" ] |
|
0.13 ms (1.07%) |
1 |
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[] |
|
0.11 ms (0.90%) |
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 "RHyXCBeVs+0Qko+ONKb4SdOnpPx28PLj2bRcLd3z0cY=" "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64" "RHyXCBeVs+0Qko+ONKb4SdOnpPx28PLj2bRcLd3z0cY=" ] |
|
0.10 ms (0.78%) |
1 |
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:
[
1
]
|
|
0.10 ms (0.77%) |
1 |
SELECT id FROM assets WHERE path = :path AND `filename` = :key
Parameters:
[ "key" => "weather-reports" "path" => "/" ] |
|
0.10 ms (0.77%) |
2 |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
|
0.09 ms (0.73%) |
1 |
SELECT * FROM object_store_customer WHERE oo_id = ?
Parameters:
[
488780
]
|
|
0.08 ms (0.67%) |
1 |
SELECT * FROM properties WHERE ((cid IN (1) AND inheritable = 1) OR cid = ? ) AND ctype='document'
Parameters:
[
1
]
|
|
0.08 ms (0.65%) |
1 |
SELECT assets.id, assets.type FROM assets WHERE parentId = ? ORDER BY `filename` ASC
Parameters:
[
19016
]
|
|
0.08 ms (0.63%) |
1 |
SELECT id FROM redirects WHERE active = 1 AND regex = 1 ORDER BY `priority` DESC
Parameters:
[] |
|
0.08 ms (0.61%) |
1 |
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:
[
1
]
|
|
0.07 ms (0.58%) |
1 |
SELECT * FROM object_relations_customer WHERE src_id = ?
Parameters:
[
488780
]
|
|
0.07 ms (0.55%) |
1 |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"customer"
]
|
|
0.07 ms (0.54%) |
1 |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "reports" "scope" => "pimcore" ] |
|
0.07 ms (0.53%) |
1 |
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:
[
488780
]
|
|
0.06 ms (0.50%) |
1 |
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
488780
]
|
|
0.04 ms (0.34%) |
1 |
SELECT id,domains FROM sites
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.