Query Metrics
3008
Database Queries
36
Different statements
277.23 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
121.94 ms (43.99%) |
1029 |
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:
[ 1768337886 [ "\x00tags\x00site_domain_4255233cd3c097aa1a1e876044b17206" "site_domain_4255233cd3c097aa1a1e876044b17206" ] ] |
|
24.03 ms (8.67%) |
135 |
SELECT * FROM object_localized_data_news WHERE ooo_id = ? AND language IN ('de','en')
Parameters:
[
23480
]
|
|
20.25 ms (7.30%) |
289 |
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:
[
2495
]
|
|
13.95 ms (5.03%) |
240 |
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
"2495"
]
|
|
11.17 ms (4.03%) |
186 |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "reports" "scope" => "pimcore" ] |
|
10.22 ms (3.69%) |
92 |
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:
[ ":col0" => "thumb_2479__ee76a6cce1615bdd58e61e765032e9d8" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:12:"scaleByWidth";s:9:"arguments";a:2:{s:5:"width";s:3:"600";s:11:"forceResize";b:0;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_3c77c602e80291fe4a422038929e39c9";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:6:"SOURCE";s:10:"\x00*\x00quality";i:85;s:17:"\x00*\x00highResolution";d:2;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1768337887 ":col4" => 1768942687 ":col5" => 1 ] |
|
9.31 ms (3.36%) |
135 |
SELECT * FROM object_relations_news WHERE src_id = ?
Parameters:
[
23480
]
|
|
9.15 ms (3.30%) |
182 |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_2479__ee76a6cce1615bdd58e61e765032e9d8"
]
|
|
9.11 ms (3.29%) |
135 |
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:
[
23480
]
|
|
8.56 ms (3.09%) |
130 |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[ "cid" => 1130 ] |
|
6.79 ms (2.45%) |
135 |
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
23480
]
|
|
6.43 ms (2.32%) |
92 |
DELETE FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_2479__ee76a6cce1615bdd58e61e765032e9d8"
]
|
|
6.31 ms (2.28%) |
135 |
SELECT * FROM object_store_news WHERE oo_id = ?
Parameters:
[
23480
]
|
|
4.87 ms (1.76%) |
1 |
SELECT object_localized_news_en.o_id as o_id, object_localized_news_en.o_type as o_type FROM object_localized_news_en WHERE (o_path LIKE :folder AND object_localized_news_en.o_type IN ('object','folder')) AND object_localized_news_en.o_published = 1 ORDER BY `date` DESC
Parameters:
[ "folder" => "/NEWS/SALES AND RACES/PRESS RELEASES AUCTION HOUSES%" ] |
|
2.48 ms (0.89%) |
16 |
SELECT * FROM properties WHERE ((cid IN (1,93,87,151,2) AND inheritable = 1) OR cid = ? ) AND ctype='document'
Parameters:
[
321
]
|
|
1.87 ms (0.67%) |
19 |
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:
[
322
]
|
|
1.63 ms (0.59%) |
19 |
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:
[
322
]
|
|
1.52 ms (0.55%) |
1 |
SELECT assets.id, assets.type FROM assets WHERE parentId = ? ORDER BY `filename` ASC
Parameters:
[
2325
]
|
|
1.49 ms (0.54%) |
11 |
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[ "1076" "1076" ] |
|
1.08 ms (0.39%) |
1 |
SELECT dependencies.sourceid, dependencies.sourcetype FROM dependencies LEFT JOIN objects ON dependencies.sourceid=objects.o_id AND dependencies.sourcetype="object" LEFT JOIN assets ON dependencies.sourceid=assets.id AND dependencies.sourcetype="asset" LEFT JOIN documents ON dependencies.sourceid=documents.id AND dependencies.sourcetype="document" WHERE dependencies.targettype = ? AND dependencies.targetid = ? ORDER BY objects.o_path, objects.o_key, documents.path, documents.key, assets.path, assets.filename
Parameters:
[ "object" 2238 ] |
|
0.69 ms (0.25%) |
4 |
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[ "1053" 1076 1076 ] |
|
0.55 ms (0.20%) |
2 |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
1076
]
|
|
0.52 ms (0.19%) |
1 |
SELECT dependencies.targetid,dependencies.targettype FROM dependencies LEFT JOIN objects ON dependencies.targettype="object" AND dependencies.targetid=objects.o_id LEFT JOIN assets ON dependencies.targettype="asset" AND dependencies.targetid=assets.id LEFT JOIN documents ON dependencies.targettype="document" AND dependencies.targetid=documents.id WHERE dependencies.sourceid = ? AND dependencies.sourcetype = ? ORDER BY objects.o_path, objects.o_key, documents.path, documents.key, assets.path, assets.filename
Parameters:
[ 2238 "object" ] |
|
0.43 ms (0.16%) |
1 |
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'threeforone_abowire' AND TABLE_NAME = 'tmp_store' ORDER BY ORDINAL_POSITION ASC
Parameters:
[] |
|
0.43 ms (0.15%) |
4 |
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
1076
]
|
|
0.39 ms (0.14%) |
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/PRESS RELEASES" "sourcePathQuery" => "/en/PRESS RELEASES" "sourceEntireUri" => "https://abos.3forone.ch/en/PRESS RELEASES" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
|
0.29 ms (0.11%) |
2 |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"news"
]
|
|
0.27 ms (0.10%) |
1 |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
|
0.27 ms (0.10%) |
2 |
SELECT * FROM object_url_slugs WHERE slug = '/en/PRESS RELEASES' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[] |
|
0.25 ms (0.09%) |
1 |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[ "key" => "PRESS RELEASES" "path" => "/en/" ] |
|
0.25 ms (0.09%) |
1 |
SELECT * FROM properties WHERE ((cid IN (1,154,153,9) AND inheritable = 1) OR cid = ? ) AND ctype='document'
Parameters:
[
184
]
|
|
0.22 ms (0.08%) |
1 |
SELECT * FROM properties WHERE ((cid IN (1,197,196,33) AND inheritable = 1) OR cid = ? ) AND ctype='document'
Parameters:
[
227
]
|
|
0.16 ms (0.06%) |
1 |
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[] |
|
0.14 ms (0.05%) |
1 |
SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'tmp_store' */ WHERE k.table_name = 'tmp_store' AND k.table_schema = 'threeforone_abowire' /*!50116 AND c.constraint_schema = 'threeforone_abowire' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL
Parameters:
[] |
|
0.10 ms (0.04%) |
1 |
SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'tmp_store'
Parameters:
[] |
|
0.09 ms (0.03%) |
1 |
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tmp_store' AND TABLE_SCHEMA = 'threeforone_abowire' ORDER BY SEQ_IN_INDEX ASC
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.