Query Metrics

517 Database Queries
36 Different statements
119.70 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
52.47 ms
(43.84%)
240
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:
[
  1773192815
  [
    "\x00tags\x00site_domain_45d4ec4ff4f536f61d6473d9e721a8bb"
    "site_domain_45d4ec4ff4f536f61d6473d9e721a8bb"
  ]
]
9.42 ms
(7.87%)
43
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:
[
  701
]
7.66 ms
(6.40%)
43
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  701
]
5.47 ms
(4.57%)
9
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  694
]
3.76 ms
(3.14%)
9
SELECT * FROM properties WHERE ((cid IN (1,694,628,626) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  1020
]
3.36 ms
(2.80%)
18
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:
[
  694
]
3.14 ms
(2.62%)
10
SELECT id FROM assets WHERE path = :path AND `filename` = :key
Parameters:
[
  "key" => "anrufen.svg"
  "path" => "/website/2_footer-icons/"
]
3.03 ms
(2.53%)
14
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:
[
  188
]
2.73 ms
(2.28%)
4
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:
[
  "konfiguration_set"
  null
  null
]
2.72 ms
(2.27%)
16
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
Parameters:
[
  "key" => "hochsoelden-shop"
  "path" => "/website/geo-location_oeffnungszeiten_kontakt/rent/ski-u-snowboard/"
]
2.62 ms
(2.19%)
10
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 701
]
2.36 ms
(1.97%)
9
SELECT documents.*, documents_snippet.*, tree_locks.locked FROM documents
            LEFT JOIN documents_snippet ON documents.id = documents_snippet.id
            LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'
                WHERE documents.id = ?
Parameters:
[
  1020
]
2.14 ms
(1.79%)
9
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "3"
]
2.13 ms
(1.78%)
14
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  188
]
1.89 ms
(1.58%)
9
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:
[
  694
]
1.89 ms
(1.58%)
9
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE ((cid IN (1,331,75,24,9) AND inheritable = 1) OR cid = ? ) AND ctype='object'
Parameters:
[
  332
]
1.80 ms
(1.51%)
9
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE ((cid IN (1,85,75,24,9) AND inheritable = 1) OR cid = ? ) AND ctype='object'
Parameters:
[
  160
]
1.57 ms
(1.32%)
8
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE ((cid IN (1,84,76,24,9) AND inheritable = 1) OR cid = ? ) AND ctype='object'
Parameters:
[
  78
]
1.16 ms
(0.97%)
1
SELECT object_localized_15_en.o_id as o_id, object_localized_15_en.o_type as o_type FROM object_localized_15_en WHERE ( object_localized_15_en.o_type IN ('object','folder')) AND object_localized_15_en.o_published = 1 ORDER BY `o_index`
Parameters:
[]
0.98 ms
(0.82%)
5
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE ((cid IN (1,83,76,24,9) AND inheritable = 1) OR cid = ? ) AND ctype='object'
Parameters:
[
  87
]
0.91 ms
(0.76%)
4
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE ((cid IN (1,319,75,24,9) AND inheritable = 1) OR cid = ? ) AND ctype='object'
Parameters:
[
  320
]
0.83 ms
(0.69%)
4
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  30
]
0.73 ms
(0.61%)
3
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE ((cid IN (1,86,75,24,9) AND inheritable = 1) OR cid = ? ) AND ctype='object'
Parameters:
[
  170
]
0.68 ms
(0.57%)
1
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  694
]
0.65 ms
(0.54%)
1
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.54 ms
(0.45%)
3
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE ((cid IN (1,73,24,9) AND inheritable = 1) OR cid = ? ) AND ctype='object'
Parameters:
[
  113
]
0.49 ms
(0.41%)
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/intersport-rent/rental-shop-hochsoelden"
  "sourcePathQuery" => "/en/intersport-rent/rental-shop-hochsoelden"
  "sourceEntireUri" => "https://www.jumpalionenbabaloo.at/en/intersport-rent/rental-shop-hochsoelden"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.39 ms
(0.32%)
2
SELECT * FROM object_store_16 WHERE oo_id = ?
Parameters:
[
  188
]
0.37 ms
(0.31%)
2
SELECT * FROM object_relations_16 WHERE src_id = ?
Parameters:
[
  188
]
0.31 ms
(0.26%)
1
SELECT * FROM properties WHERE ((cid IN (1,628,626) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  694
]
0.30 ms
(0.25%)
1
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
0.27 ms
(0.22%)
1
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
0.25 ms
(0.21%)
1
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE ((cid IN (1,75,24,9) AND inheritable = 1) OR cid = ? ) AND ctype='object'
Parameters:
[
  248
]
0.23 ms
(0.19%)
1
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "rental-shop-hochsoelden"
  "path" => "/en/intersport-rent/"
]
0.23 ms
(0.19%)
1
SELECT * FROM object_url_slugs WHERE slug = '/en/intersport-rent/rental-shop-hochsoelden' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.22 ms
(0.18%)
1
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/intersport-rent/rental-shop-hochsoelden"
]

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.