Query Metrics
260
Database Queries
56
Different statements
147.61 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
58.88 ms (39.89%) |
147 |
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 (?) |
18.94 ms (12.83%) |
8 |
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:
|
12.49 ms (8.46%) |
3 |
DELETE FROM cache_items WHERE item_lifetime + item_time <= ? AND item_id IN (?) |
4.89 ms (3.31%) |
2 |
INSERT INTO messenger_messages (body, headers, queue_name, created_at, available_at) VALUES(?, ?, ?, ?, ?)
Parameters:
|
2.82 ms (1.91%) |
2 |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
|
2.40 ms (1.63%) |
8 |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
|
2.31 ms (1.56%) |
6 |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
|
2.27 ms (1.54%) |
7 |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
|
2.06 ms (1.39%) |
1 |
SELECT PLUGIN_CMF_COLLECT_DOCUMENT_SEGMENT_ASSIGNMENTS(:elementId)
Parameters:
|
2.04 ms (1.38%) |
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:
|
2.00 ms (1.36%) |
1 |
SELECT * FROM users WHERE `type` = ? AND id = ?
Parameters:
|
1.99 ms (1.35%) |
1 |
DELETE FROM tmp_store WHERE id = ?
Parameters:
|
1.91 ms (1.29%) |
1 |
"COMMIT"
Parameters:
[] |
1.88 ms (1.27%) |
1 |
SELECT * FROM users_workspaces_document WHERE userId = ?
Parameters:
|
1.87 ms (1.27%) |
1 |
SELECT id FROM schedule_tasks WHERE `cid` = ? AND `ctype` = ?
Parameters:
|
1.81 ms (1.23%) |
1 |
SELECT * FROM properties WHERE cid = ? AND ctype='document'
Parameters:
|
1.79 ms (1.21%) |
1 |
DELETE FROM cache_items WHERE item_id IN (?) |
1.74 ms (1.18%) |
3 |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
|
1.63 ms (1.10%) |
1 |
SELECT id, targetType, targetId FROM dependencies WHERE sourceType= ? AND sourceId = ?
Parameters:
|
1.53 ms (1.03%) |
1 |
SELECT * FROM users_workspaces_asset WHERE userId = ?
Parameters:
|
1.52 ms (1.03%) |
1 |
SELECT `name` FROM assets_metadata WHERE cid = ? LIMIT 1
Parameters:
|
1.40 ms (0.95%) |
1 |
SELECT * FROM users_workspaces_object WHERE userId = ?
Parameters:
|
1.39 ms (0.94%) |
1 |
SHOW COLUMNS FROM assets
Parameters:
[] |
1.32 ms (0.89%) |
3 |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
|
1.26 ms (0.85%) |
9 |
SELECT * FROM targeting_rules WHERE id = ?
Parameters:
|
1.18 ms (0.80%) |
6 |
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
Parameters:
|
1.09 ms (0.74%) |
2 |
SELECT id FROM assets WHERE path = :path AND `filename` = :key
Parameters:
|
1.06 ms (0.72%) |
5 |
SELECT name FROM classes WHERE id = ?
Parameters:
|
1.06 ms (0.72%) |
2 |
SELECT CONCAT(path,filename) as path FROM assets WHERE id = ?
Parameters:
|
0.89 ms (0.60%) |
1 |
INSERT INTO `assets` (`path`, `id`, `creationDate`, `modificationDate`, `versionCount`, `userOwner`, `userModification`, `parentId`, `type`, `filename`, `mimetype`, `customSettings`, `hasMetaData`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5, :col6, :col7, :col8, :col9, :col10, :col11, :col12) ON DUPLICATE KEY UPDATE `path` = :col0, `id` = :col1, `creationDate` = :col2, `modificationDate` = :col3, `versionCount` = :col4, `userOwner` = :col5, `userModification` = :col6, `parentId` = :col7, `type` = :col8, `filename` = :col9, `mimetype` = :col10, `customSettings` = :col11, `hasMetaData` = :col12;
Parameters:
|
0.76 ms (0.51%) |
1 |
SELECT * FROM properties WHERE ((cid IN (1,351,355) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
|
0.71 ms (0.48%) |
3 |
SELECT * FROM website_settings WHERE name = ? AND ( siteId IS NULL OR siteId = 0 OR siteId = ? ) AND ( language IS NULL OR language = '' OR language = ? ) ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
|
0.65 ms (0.44%) |
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:
|
0.64 ms (0.44%) |
4 |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
|
0.47 ms (0.32%) |
1 |
DELETE FROM tree_locks WHERE id = ? AND type = ?
Parameters:
|
0.44 ms (0.30%) |
1 |
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '259'
Parameters:
[] |
0.34 ms (0.23%) |
1 |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
0.33 ms (0.22%) |
1 |
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '69'
Parameters:
[] |
0.32 ms (0.22%) |
1 |
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
|
0.32 ms (0.21%) |
1 |
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
|
0.32 ms (0.21%) |
1 |
SELECT * FROM object_url_slugs WHERE slug = '/en/More-Stuff/Developers-Corner/Hardlink/Magazine/Pick of the Day' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[] |
0.31 ms (0.21%) |
1 |
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '257'
Parameters:
[] |
0.30 ms (0.20%) |
1 |
DELETE FROM schedule_tasks WHERE `cid` = '353' AND `ctype` = 'asset'
Parameters:
[] |
0.29 ms (0.20%) |
1 |
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
|
0.27 ms (0.18%) |
1 |
SELECT id FROM settings_store WHERE scope = ?
Parameters:
|
0.26 ms (0.18%) |
1 |
SELECT id FROM targeting_rules WHERE active = 1 ORDER BY `prio` ASC
Parameters:
[] |
0.21 ms (0.15%) |
1 |
DELETE FROM properties WHERE cid = ? AND ctype = ?
Parameters:
|
0.20 ms (0.13%) |
1 |
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[] |
0.16 ms (0.11%) |
1 |
SELECT id FROM ecommerceframework_pricing_rule WHERE active = 1 ORDER BY `prio` ASC
Parameters:
[] |
0.14 ms (0.10%) |
1 |
SELECT * FROM ecommerceframework_pricing_rule WHERE id='8'
Parameters:
[] |
0.13 ms (0.09%) |
1 |
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[] |
0.13 ms (0.09%) |
1 |
SELECT * FROM ecommerceframework_pricing_rule WHERE id='6'
Parameters:
[] |
0.13 ms (0.09%) |
1 |
SELECT * FROM ecommerceframework_pricing_rule WHERE id='10'
Parameters:
[] |
0.12 ms (0.08%) |
1 |
"START TRANSACTION"
Parameters:
[] |
0.12 ms (0.08%) |
1 |
SELECT * FROM ecommerceframework_pricing_rule WHERE id='9'
Parameters:
[] |
0.11 ms (0.08%) |
1 |
SELECT * FROM ecommerceframework_pricing_rule WHERE id='7'
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.