Query Metrics
306
Database Queries
47
Different statements
234.38 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
56.73 ms (24.20%) |
76 |
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:
[ 1774387928 "site_domain_e19013cb161706785ddee46d4210cfcb" ] |
|
21.91 ms (9.35%) |
6 |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"1"
]
|
|
19.95 ms (8.51%) |
19 |
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:
[ 1774387928 "system\x01tags\x01" "redirect\x01tags\x01" "route\x01tags\x01" ] |
|
19.68 ms (8.40%) |
5 |
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:
[
12988
]
|
|
16.31 ms (6.96%) |
19 |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
|
15.98 ms (6.82%) |
6 |
UPDATE assets SET customSettings = ? WHERE id = ?
Parameters:
[ "a:6:{s:25:"imageDimensionsCalculated";b:1;s:10:"imageWidth";i:3746;s:11:"imageHeight";i:2500;s:16:"embeddedMetaData";a:40:{s:8:"FileSize";s:6:"3.5 MB";s:14:"FileModifyDate";s:25:"2022:09:01 12:23:21+02:00";s:14:"FileAccessDate";s:25:"2022:09:27 16:29:37+02:00";s:19:"FileInodeChangeDate";s:25:"2022:09:27 11:24:21+02:00";s:15:"FilePermissions";s:9:"rw-r--r--";s:8:"FileType";s:4:"JPEG";s:17:"FileTypeExtension";s:3:"jpg";s:8:"MIMEType";s:10:"image/jpeg";s:13:"ExifByteOrder";s:25:"Little-endian (Intel, II)";s:9:"Copyright";s:55:"© Studio Rogado, Luzern/Berlin\rGiacomo Santiago Rogado";s:7:"Quality";s:4:"100%";s:10:"XMPToolkit";s:63:"Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44 ";s:12:"WebStatement";s:14:"www.rogado.com";s:18:"OriginalDocumentID";s:32:"AD9FA3FD52FF25A12B15CBCDC22130FD";s:10:"DocumentID";s:40:"xmp.did:E923FFE1E3EF11ECB504CB23BD779C62";s:10:"InstanceID";s:40:"xmp.iid:E923FFE0E3EF11ECB504CB23BD779C62";s:11:"CreatorTool";s:24:"NIKON D810 Ver.1.01 ";s:15:"AuthorsPosition";s:23:"Giacomo Santiago Rogado";s:21:"DerivedFromInstanceID";s:44:"xmp.iid:812a877e-d432-4a87-a42d-464279ea8966";s:21:"DerivedFromDocumentID";s:44:"xmp.did:812a877e-d432-4a87-a42d-464279ea8966";s:6:"Rights";s:55:"© Studio Rogado, Luzern/Berlin\rGiacomo Santiago Rogado";s:7:"Creator";s:23:"Giacomo Santiago Rogado";s:5:"Title";s:23:"Giacomo Santiago Rogado";s:17:"CurrentIPTCDigest";s:32:"91599bcdbacba9b146ce11f424ea17ea";s:17:"CodedCharacterSet";s:4:"UTF8";s:24:"ApplicationRecordVersion";i:2;s:15:"CopyrightNotice";s:55:"© Studio Rogado, Luzern/Berlin\rGiacomo Santiago Rogado";s:10:"IPTCDigest";s:32:"91599bcdbacba9b146ce11f424ea17ea";s:16:"DCTEncodeVersion";i:100;s:11:"APP14Flags0";s:39:"[14], Encoded with Blend=1 downsampling";s:11:"APP14Flags1";s:6:"(none)";s:14:"ColorTransform";s:5:"YCbCr";s:10:"ImageWidth";i:3746;s:11:"ImageHeight";i:2500;s:15:"EncodingProcess";s:28:"Baseline DCT, Huffman coding";s:13:"BitsPerSample";i:8;s:15:"ColorComponents";i:3;s:16:"YCbCrSubSampling";s:16:"YCbCr4:4:4 (1 1)";s:9:"ImageSize";s:9:"3746x2500";s:10:"Megapixels";d:9.4;}s:25:"embeddedMetaDataExtracted";b:1;s:8:"checksum";s:32:"d61727cd5ab47f68961c6d52c2f1c4bc";}" 9503 ] |
|
14.26 ms (6.09%) |
29 |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
5931
]
|
|
12.99 ms (5.54%) |
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:
[ "urlHost" null null ] |
|
10.86 ms (4.64%) |
1 |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
|
9.93 ms (4.24%) |
9 |
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:
[ 1774387928 "system\x01tags\x01" "site\x01tags\x01" ] |
|
6.91 ms (2.95%) |
16 |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
|
5.91 ms (2.52%) |
23 |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
5931
]
|
|
5.06 ms (2.16%) |
4 |
SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
Parameters:
[ "/de/kuenstler/giacomo-santiago-rogado~a490/ausstellungen/giacomo-santiago-rogado-reality-blue~e12952" "path" "auto_create" "/de/kuenstler/giacomo-santiago-rogado~a490/ausstellungen/giacomo-santiago-rogado-reality-blue~e12952" "path_query" "https://dev.bernhardknaus.com/de/kuenstler/giacomo-santiago-rogado~a490/ausstellungen/giacomo-santiago-rogado-reality-blue~e12952" "entire_uri" ] |
|
3.21 ms (1.37%) |
21 |
SELECT * FROM object_relations_5 WHERE src_id = ?
Parameters:
[
10594
]
|
|
3.13 ms (1.34%) |
5 |
SELECT * FROM object_localized_data_5 WHERE ooo_id = ? AND language IN ('en','de','fr')
Parameters:
[
12988
]
|
|
1.85 ms (0.79%) |
1 |
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:
[ 1774387928 "website_config\x01tags\x01" "system\x01tags\x01" "config\x01tags\x01" "output\x01tags\x01" "document_85\x01tags\x01" "document_86\x01tags\x01" "document_96\x01tags\x01" "document_87\x01tags\x01" "object_12999\x01tags\x01" "object_13000\x01tags\x01" ] |
|
1.61 ms (0.69%) |
1 |
SELECT COUNT(*) FROM object_localized_5_de INNER JOIN object_1 artist ON object_localized_5_de.artist__id = artist.oo_id AND object_localized_5_de.isDevItem IS false AND (artist.status = 'artist' OR artist.status = 'guest' OR artist.status = 'exMarketingEdition' OR artist.oo_id = 490 ) AND workType = 'edition' AND object_localized_5_de.published IS true AND artist__id = 490 WHERE ( object_localized_5_de.type IN ('object','variant','folder')) AND object_localized_5_de.published = 1
Parameters:
[] |
|
1.27 ms (0.54%) |
10 |
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:
[
9398
]
|
|
0.94 ms (0.40%) |
5 |
SELECT * FROM object_store_5 WHERE oo_id = ? FOR UPDATE
Parameters:
[
12988
]
|
|
0.84 ms (0.36%) |
5 |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/de/kuenstler/giacomo-santiago-rogado~a490/ausstellungen/" "giacomo-santiago-rogado-reality-blue~e12952" ] |
|
0.63 ms (0.27%) |
5 |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
12988
]
|
|
0.49 ms (0.21%) |
1 |
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:
[ 1774387928 "object_12952\x01tags\x01" "class_3\x01tags\x01" "asset_9502\x01tags\x01" "asset_9503\x01tags\x01" "asset_9504\x01tags\x01" "asset_9505\x01tags\x01" "asset_9507\x01tags\x01" "asset_9506\x01tags\x01" "asset_9508\x01tags\x01" ] |
|
0.46 ms (0.20%) |
3 |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/de/kuenstler/giacomo-santiago-rogado~a490/ausstellungen/giacomo-santiago-rogado-reality-blue~e12952"
]
|
|
0.42 ms (0.18%) |
1 |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
8
]
|
|
0.31 ms (0.13%) |
6 |
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:
[ 1774387929 "object_12782\x01tags\x01" "class_14\x01tags\x01" "asset_8590\x01tags\x01" "asset_8591\x01tags\x01" ] |
|
0.29 ms (0.13%) |
1 |
SELECT * FROM object_relations_3 WHERE src_id = ?
Parameters:
[
12952
]
|
|
0.27 ms (0.11%) |
1 |
SELECT * FROM object_collection_multiLinks_localized_3 WHERE ooo_id = ? AND language IN ('en','de','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 12952 "links" 0 ] |
|
0.23 ms (0.10%) |
3 |
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
9
]
|
|
0.22 ms (0.09%) |
1 |
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:
[ 1774387928 "object_10614\x01tags\x01" "class_5\x01tags\x01" "asset_9082\x01tags\x01" "asset_9083\x01tags\x01" "asset_9084\x01tags\x01" "asset_9085\x01tags\x01" "asset_9086\x01tags\x01" "asset_9087\x01tags\x01" "asset_9088\x01tags\x01" "asset_9089\x01tags\x01" "asset_9090\x01tags\x01" "asset_9091\x01tags\x01" "asset_9092\x01tags\x01" "asset_9093\x01tags\x01" ] |
|
0.20 ms (0.09%) |
1 |
SELECT * FROM object_relations_12 WHERE src_id = ?
Parameters:
[
14839
]
|
|
0.20 ms (0.08%) |
1 |
SELECT * FROM object_collection_multiLinks_3 WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 12952 "links" ] |
|
0.16 ms (0.07%) |
1 |
SELECT * FROM object_relations_4 WHERE src_id = ?
Parameters:
[
14556
]
|
|
0.14 ms (0.06%) |
1 |
SELECT COUNT(*) FROM object_localized_5_de WHERE (isDevItem IS false AND workType = 'work' AND published IS true AND artist__id = 490 AND object_localized_5_de.type IN ('object','variant','folder')) AND object_localized_5_de.published = 1
Parameters:
[] |
|
0.13 ms (0.05%) |
2 |
SELECT COUNT(*) FROM (SELECT object_localized_5_de.id FROM object_localized_5_de WHERE (isDevItem IS false AND workType = 'work' AND workgroup__id > 0 AND published IS true AND artist__id = 490 AND object_localized_5_de.type IN ('object','variant','folder')) AND object_localized_5_de.published = 1 GROUP BY `workgroup__id`) XYZ
Parameters:
[] |
|
0.12 ms (0.05%) |
2 |
SELECT COUNT(*) FROM (SELECT object_localized_5_de.id FROM object_localized_5_de WHERE (isDevItem IS false AND workType = 'edition' AND workgroup__id > 0 AND published IS true AND artist__id = 490 AND object_localized_5_de.type IN ('object','variant','folder')) AND object_localized_5_de.published = 1 GROUP BY `workgroup__id`) XYZ
Parameters:
[] |
|
0.09 ms (0.04%) |
1 |
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:
[ 1774387928 "output\x01tags\x01" "navigation\x01tags\x01" "document_3\x01tags\x01" "document_4\x01tags\x01" "document_110\x01tags\x01" "document_19\x01tags\x01" "document_116\x01tags\x01" "document_77\x01tags\x01" "document_21\x01tags\x01" "document_22\x01tags\x01" "document_23\x01tags\x01" "document_78\x01tags\x01" "document_24\x01tags\x01" "document_25\x01tags\x01" "document_107\x01tags\x01" "document_74\x01tags\x01" "document_83\x01tags\x01" "document_82\x01tags\x01" "document_73\x01tags\x01" "document_26\x01tags\x01" "document_27\x01tags\x01" "document_88\x01tags\x01" "document_90\x01tags\x01" "document_91\x01tags\x01" "document_121\x01tags\x01" ] |
|
0.07 ms (0.03%) |
1 |
SELECT object_14.id as id, object_14.type as `type` FROM object_14 WHERE ( object_14.type IN ('object','variant','folder')) AND object_14.published = 1 ORDER BY `name` ASC
Parameters:
[] |
|
0.06 ms (0.03%) |
1 |
SELECT COUNT(*) FROM object_localized_4_de WHERE (isDevItem IS false AND published IS true AND artists LIKE '%,490,%' AND object_localized_4_de.type IN ('object','variant','folder')) AND object_localized_4_de.published = 1
Parameters:
[] |
|
0.06 ms (0.03%) |
1 |
SELECT COUNT(*) FROM object_localized_3_de WHERE (isDevItem IS false AND published IS true AND artists LIKE '%,490,%' AND object_localized_3_de.type IN ('object','variant','folder')) AND object_localized_3_de.published = 1
Parameters:
[] |
|
0.06 ms (0.03%) |
1 |
SELECT COUNT(*) FROM object_localized_12_de WHERE (isDevItem IS false AND published IS true AND artists LIKE '%,490,%' AND object_localized_12_de.type IN ('object','variant','folder')) AND object_localized_12_de.published = 1
Parameters:
[] |
|
0.06 ms (0.03%) |
1 |
SELECT COUNT(*) FROM object_localized_11_de WHERE (isDevItem IS false AND published IS true AND artists LIKE '%,490,%' AND object_localized_11_de.type IN ('object','variant','folder')) AND object_localized_11_de.published = 1
Parameters:
[] |
|
0.06 ms (0.03%) |
1 |
SELECT COUNT(*) FROM object_localized_5_de WHERE (isDevItem IS false AND workType = 'edition' AND workgroup__id IS NULL AND published IS true AND artist__id = 490 AND object_localized_5_de.type IN ('object','variant','folder')) AND object_localized_5_de.published = 1
Parameters:
[] |
|
0.06 ms (0.03%) |
1 |
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:
[ 1774387929 "object_14556\x01tags\x01" "class_4\x01tags\x01" "asset_9475\x01tags\x01" "asset_9474\x01tags\x01" "asset_9466\x01tags\x01" "asset_9460\x01tags\x01" ] |
|
0.06 ms (0.02%) |
1 |
SELECT COUNT(*) FROM object_localized_5_de INNER JOIN object_1 artist ON object_localized_5_de.artist__id = artist.oo_id AND object_localized_5_de.isDevItem IS false AND (artist.status = 'artist' OR artist.status = 'guest' OR artist.oo_id = 490 ) AND workType = 'architecture' AND object_localized_5_de.published IS true AND artist__id = 490 WHERE ( object_localized_5_de.type IN ('object','variant','folder')) AND object_localized_5_de.published = 1
Parameters:
[] |
|
0.06 ms (0.02%) |
1 |
SELECT COUNT(*) FROM object_localized_5_de WHERE (isDevItem IS false AND workType = 'work' AND workgroup__id IS NULL AND preview = true AND published IS true AND artist__id = 490 AND object_localized_5_de.type IN ('object','variant','folder')) AND object_localized_5_de.published = 1
Parameters:
[] |
|
0.06 ms (0.02%) |
1 |
SELECT object_localized_5_de.id as id, object_localized_5_de.type as `type` FROM object_localized_5_de WHERE (isDevItem IS false AND workType = 'work' AND workgroup__id > 0 AND published IS true AND artist__id = 490 AND object_localized_5_de.type IN ('object','variant','folder')) AND object_localized_5_de.published = 1 GROUP BY `workgroup__id` ORDER BY `workDateEnd` DESC, `workDate` DESC
Parameters:
[] |
|
0.05 ms (0.02%) |
1 |
SELECT COUNT(*) FROM object_localized_2_de WHERE (isDevItem IS false AND published IS true AND artists LIKE '%,490,%' AND object_localized_2_de.type IN ('object','variant','folder')) AND object_localized_2_de.published = 1
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.