Query Metrics

605 Database Queries
37 Different statements
134.89 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
54.19 ms
(40.18%)
292
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:
[
  1776605461
  "site_domain_96214233882cd773138ccd202272d198"
]
12.18 ms
(9.03%)
32
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  560
]
9.36 ms
(6.94%)
38
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  2
]
7.96 ms
(5.90%)
27
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  189
]
7.92 ms
(5.87%)
37
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:
[
  1776605461
  "system\x01tags\x01"
  "site\x01tags\x01"
]
6.08 ms
(4.51%)
32
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  560
]
4.87 ms
(3.61%)
17
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  2
]
4.71 ms
(3.49%)
21
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:
[
  1776605461
  "system\x01tags\x01"
  "redirect\x01tags\x01"
  "route\x01tags\x01"
]
3.21 ms
(2.38%)
15
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:
[
  1776605462
  "document_239\x01tags\x01"
  "asset_413\x01tags\x01"
  "asset_1295\x01tags\x01"
  "asset_1294\x01tags\x01"
  "asset_1293\x01tags\x01"
  "asset_832\x01tags\x01"
  "asset_467\x01tags\x01"
]
2.92 ms
(2.16%)
13
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2.44 ms
(1.81%)
11
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:
[
  1776605462
  "document_273\x01tags\x01"
  "document_8\x01tags\x01"
  "asset_1180\x01tags\x01"
  "asset_1179\x01tags\x01"
  "asset_447\x01tags\x01"
]
2.01 ms
(1.49%)
8
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:
[
  1776605462
  "document_293\x01tags\x01"
  "document_257\x01tags\x01"
  "asset_1290\x01tags\x01"
  "asset_1292\x01tags\x01"
  "asset_1286\x01tags\x01"
  "asset_1287\x01tags\x01"
  "asset_1289\x01tags\x01"
  "asset_1291\x01tags\x01"
  "asset_457\x01tags\x01"
]
1.86 ms
(1.38%)
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:
[
  1776605462
  "document_558\x01tags\x01"
  "asset_995\x01tags\x01"
  "asset_552\x01tags\x01"
  "asset_129\x01tags\x01"
]
1.79 ms
(1.33%)
8
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:
[
  1776605462
  "document_258\x01tags\x01"
  "asset_1290\x01tags\x01"
  "asset_1292\x01tags\x01"
  "asset_1286\x01tags\x01"
  "asset_1287\x01tags\x01"
  "asset_1289\x01tags\x01"
  "asset_1291\x01tags\x01"
  "asset_168\x01tags\x01"
]
1.46 ms
(1.08%)
7
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:
[
  1776605462
  "document_447\x01tags\x01"
  "asset_725\x01tags\x01"
  "asset_956\x01tags\x01"
  "asset_957\x01tags\x01"
  "asset_1005\x01tags\x01"
  "asset_571\x01tags\x01"
]
1.25 ms
(0.93%)
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:
[
  "pageNewsList"
  null
  "de"
]
1.12 ms
(0.83%)
1
SELECT object_11.id as id, object_11.type as `type` FROM object_11 WHERE (pageId = ? AND  object_11.type IN ('object','variant','folder')) AND object_11.published = 1
Parameters:
[
  189
]
1.11 ms
(0.82%)
2
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/news/neuigkeiten/2020/2020-01-28-traveco-hat-ein-neues-erscheinungsbild-erhalten"
  "path"
  "auto_create"
  "/de/news/neuigkeiten/2020/2020-01-28-traveco-hat-ein-neues-erscheinungsbild-erhalten"
  "path_query"
  "https://traveco.a4interactive.ch/de/news/neuigkeiten/2020/2020-01-28-traveco-hat-ein-neues-erscheinungsbild-erhalten"
  "entire_uri"
]
1.03 ms
(0.76%)
5
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/de/news/neuigkeiten/2020/"
  "2020-01-28-traveco-hat-ein-neues-erscheinungsbild-erhalten"
]
0.95 ms
(0.70%)
1
SELECT object_localized_10_de.id as id, object_localized_10_de.type as `type` FROM object_localized_10_de WHERE ((showOnEveryPage = ?) OR (showOnPages LIKE ?) AND  object_localized_10_de.type IN ('object','variant','folder')) AND object_localized_10_de.published = 1
Parameters:
[
  1
  ",%document|189%,"
]
0.89 ms
(0.66%)
4
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:
[
  1776605462
  "document_541\x01tags\x01"
  "document_330\x01tags\x01"
  "asset_509\x01tags\x01"
  "asset_758\x01tags\x01"
  "asset_759\x01tags\x01"
  "asset_696\x01tags\x01"
  "asset_725\x01tags\x01"
  "asset_707\x01tags\x01"
  "asset_757\x01tags\x01"
  "asset_695\x01tags\x01"
  "asset_681\x01tags\x01"
]
0.71 ms
(0.53%)
3
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:
[
  1776605462
  "document_86\x01tags\x01"
  "asset_1303\x01tags\x01"
  "asset_1309\x01tags\x01"
  "asset_1305\x01tags\x01"
  "asset_275\x01tags\x01"
  "asset_1300\x01tags\x01"
  "asset_208\x01tags\x01"
  "asset_209\x01tags\x01"
  "asset_207\x01tags\x01"
  "asset_459\x01tags\x01"
]
0.55 ms
(0.41%)
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:
[
  1776605462
  "document_415\x01tags\x01"
  "asset_853\x01tags\x01"
  "asset_849\x01tags\x01"
  "asset_846\x01tags\x01"
  "asset_847\x01tags\x01"
  "asset_845\x01tags\x01"
  "asset_854\x01tags\x01"
  "asset_860\x01tags\x01"
  "asset_883\x01tags\x01"
  "asset_898\x01tags\x01"
  "asset_899\x01tags\x01"
  "asset_855\x01tags\x01"
  "asset_872\x01tags\x01"
  "asset_871\x01tags\x01"
  "asset_873\x01tags\x01"
  "asset_879\x01tags\x01"
  "asset_880\x01tags\x01"
  "asset_881\x01tags\x01"
  "asset_882\x01tags\x01"
  "asset_856\x01tags\x01"
  "asset_858\x01tags\x01"
  "asset_857\x01tags\x01"
  "asset_862\x01tags\x01"
  "asset_864\x01tags\x01"
  "asset_868\x01tags\x01"
  "asset_867\x01tags\x01"
  "asset_874\x01tags\x01"
  "asset_875\x01tags\x01"
  "asset_890\x01tags\x01"
  "asset_891\x01tags\x01"
  "asset_892\x01tags\x01"
  "asset_893\x01tags\x01"
  "asset_894\x01tags\x01"
  "asset_895\x01tags\x01"
  "asset_896\x01tags\x01"
  "asset_876\x01tags\x01"
  "asset_877\x01tags\x01"
  "asset_878\x01tags\x01"
  "asset_885\x01tags\x01"
  "asset_886\x01tags\x01"
  "asset_887\x01tags\x01"
  "asset_888\x01tags\x01"
  "asset_889\x01tags\x01"
  "asset_900\x01tags\x01"
  "asset_910\x01tags\x01"
  "asset_912\x01tags\x01"
  "asset_911\x01tags\x01"
  "asset_901\x01tags\x01"
  "asset_902\x01tags\x01"
  "asset_903\x01tags\x01"
  "asset_904\x01tags\x01"
  "asset_905\x01tags\x01"
  "asset_906\x01tags\x01"
  "asset_907\x01tags\x01"
  "asset_909\x01tags\x01"
  "asset_915\x01tags\x01"
  "asset_914\x01tags\x01"
  "asset_916\x01tags\x01"
  "asset_917\x01tags\x01"
  "asset_920\x01tags\x01"
  "asset_921\x01tags\x01"
  "asset_922\x01tags\x01"
  "asset_919\x01tags\x01"
  "asset_852\x01tags\x01"
  "asset_859\x01tags\x01"
  "asset_843\x01tags\x01"
]
0.51 ms
(0.38%)
3
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  17
]
0.44 ms
(0.33%)
2
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:
[
  1776605462
  "document_367\x01tags\x01"
  "asset_704\x01tags\x01"
  "asset_696\x01tags\x01"
  "asset_693\x01tags\x01"
  "asset_701\x01tags\x01"
  "asset_705\x01tags\x01"
  "asset_702\x01tags\x01"
  "asset_712\x01tags\x01"
  "asset_708\x01tags\x01"
  "asset_725\x01tags\x01"
  "asset_694\x01tags\x01"
  "asset_444\x01tags\x01"
]
0.42 ms
(0.31%)
1
SELECT * FROM object_url_slugs WHERE slug = '/de/news/neuigkeiten/2020/2020-01-28-traveco-hat-ein-neues-erscheinungsbild-erhalten' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.41 ms
(0.31%)
1
SELECT id FROM sites ORDER BY (SELECT LENGTH(`path`) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[]
0.37 ms
(0.27%)
2
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "7"
]
0.34 ms
(0.26%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.31 ms
(0.23%)
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:
[
  1776605462
  "document_7\x01tags\x01"
  "document_81\x01tags\x01"
  "asset_592\x01tags\x01"
  "asset_589\x01tags\x01"
  "asset_586\x01tags\x01"
  "asset_588\x01tags\x01"
  "asset_590\x01tags\x01"
  "asset_591\x01tags\x01"
  "asset_587\x01tags\x01"
  "asset_682\x01tags\x01"
  "asset_683\x01tags\x01"
  "asset_593\x01tags\x01"
  "asset_571\x01tags\x01"
]
0.26 ms
(0.19%)
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:
[
  1776605462
  "document_476\x01tags\x01"
  "asset_928\x01tags\x01"
  "asset_933\x01tags\x01"
  "asset_938\x01tags\x01"
  "asset_935\x01tags\x01"
  "asset_934\x01tags\x01"
  "asset_931\x01tags\x01"
  "asset_930\x01tags\x01"
  "asset_937\x01tags\x01"
  "asset_926\x01tags\x01"
  "asset_1059\x01tags\x01"
  "asset_932\x01tags\x01"
  "asset_1057\x01tags\x01"
  "asset_1062\x01tags\x01"
  "asset_1060\x01tags\x01"
  "asset_443\x01tags\x01"
  "asset_1065\x01tags\x01"
  "asset_1063\x01tags\x01"
]
0.26 ms
(0.19%)
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:
[
  1776605462
  "website_config\x01tags\x01"
  "system\x01tags\x01"
  "config\x01tags\x01"
  "output\x01tags\x01"
  "document_47\x01tags\x01"
  "document_76\x01tags\x01"
  "document_77\x01tags\x01"
  "document_44\x01tags\x01"
  "document_63\x01tags\x01"
  "document_46\x01tags\x01"
  "document_62\x01tags\x01"
  "document_182\x01tags\x01"
  "document_374\x01tags\x01"
  "object_133\x01tags\x01"
]
0.25 ms
(0.18%)
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:
[
  1776605462
  "document_421\x01tags\x01"
  "asset_928\x01tags\x01"
  "asset_933\x01tags\x01"
  "asset_938\x01tags\x01"
  "asset_935\x01tags\x01"
  "asset_934\x01tags\x01"
  "asset_931\x01tags\x01"
  "asset_930\x01tags\x01"
  "asset_937\x01tags\x01"
  "asset_926\x01tags\x01"
  "asset_936\x01tags\x01"
  "asset_932\x01tags\x01"
  "asset_443\x01tags\x01"
  "asset_929\x01tags\x01"
  "asset_939\x01tags\x01"
]
0.23 ms
(0.17%)
1
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  189
  189
  189
]
0.19 ms
(0.14%)
1
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  403
  403
]
0.17 ms
(0.13%)
1
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.15 ms
(0.11%)
1
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  189
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
pimcore doctrine.orm.pimcore_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

No loaded entities.