Query Metrics

615 Database Queries
37 Different statements
142.97 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
59.06 ms
(41.31%)
297
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:
[
  1776616861
  "site_domain_96214233882cd773138ccd202272d198"
]
10.24 ms
(7.16%)
34
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:
[
  1776616861
  "system\x01tags\x01"
  "site\x01tags\x01"
]
10.10 ms
(7.06%)
38
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  2
]
8.23 ms
(5.76%)
27
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  490
]
7.09 ms
(4.96%)
36
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  560
]
6.48 ms
(4.53%)
36
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  560
]
5.49 ms
(3.84%)
17
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  2
]
4.86 ms
(3.40%)
20
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:
[
  1776616861
  "system\x01tags\x01"
  "redirect\x01tags\x01"
  "route\x01tags\x01"
]
3.78 ms
(2.65%)
16
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:
[
  1776616861
  "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"
]
3.14 ms
(2.19%)
13
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2.61 ms
(1.82%)
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:
[
  1776616861
  "document_273\x01tags\x01"
  "document_8\x01tags\x01"
  "asset_1180\x01tags\x01"
  "asset_1179\x01tags\x01"
  "asset_447\x01tags\x01"
]
2.31 ms
(1.62%)
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:
[
  1776616861
  "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"
]
2.13 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:
[
  1776616861
  "document_490\x01tags\x01"
  "asset_1112\x01tags\x01"
  "asset_1111\x01tags\x01"
  "asset_1110\x01tags\x01"
  "asset_1114\x01tags\x01"
  "asset_1113\x01tags\x01"
  "asset_1116\x01tags\x01"
  "asset_1118\x01tags\x01"
]
1.96 ms
(1.37%)
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:
[
  1776616861
  "document_558\x01tags\x01"
  "asset_995\x01tags\x01"
  "asset_552\x01tags\x01"
  "asset_129\x01tags\x01"
]
1.73 ms
(1.21%)
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:
[
  1776616861
  "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.40 ms
(0.98%)
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.31 ms
(0.92%)
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/2023/2023-11-09-zukunftstag-2023"
  "path"
  "auto_create"
  "/de/news/neuigkeiten/2023/2023-11-09-zukunftstag-2023"
  "path_query"
  "https://traveco.a4interactive.ch/de/news/neuigkeiten/2023/2023-11-09-zukunftstag-2023"
  "entire_uri"
]
1.19 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:
[
  490
]
1.06 ms
(0.74%)
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:
[
  1776616861
  "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.99 ms
(0.69%)
5
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/de/news/neuigkeiten/2023/"
  "2023-11-09-zukunftstag-2023"
]
0.96 ms
(0.67%)
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|490%,"
]
0.78 ms
(0.54%)
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:
[
  1776616861
  "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.67 ms
(0.47%)
2
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "7"
]
0.55 ms
(0.39%)
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:
[
  1776616861
  "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.55 ms
(0.38%)
1
SELECT * FROM object_url_slugs WHERE slug = '/de/news/neuigkeiten/2023/2023-11-09-zukunftstag-2023' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.53 ms
(0.37%)
3
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  17
]
0.49 ms
(0.34%)
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:
[
  1776616861
  "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.41 ms
(0.28%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.40 ms
(0.28%)
1
SELECT id FROM sites ORDER BY (SELECT LENGTH(`path`) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[]
0.36 ms
(0.25%)
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:
[
  1776616862
  "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.36 ms
(0.25%)
1
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  490
  490
  490
]
0.34 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:
[
  1776616861
  "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.32 ms
(0.23%)
1
SELECT * FROM translations_messages LIMIT 1;
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:
[
  492
  492
]
0.28 ms
(0.20%)
1
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  490
]
0.27 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:
[
  1776616861
  "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.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:
[
  1776616861
  "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"
]

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.