Query Metrics

1549 Database Queries
50 Different statements
318.62 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

default connection

Time Count Info
45.27 ms
(14.21%)
201
SELECT * FROM object_localized_data_AlpsteinTour WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  854340
]
34.69 ms
(10.89%)
1
SELECT object_localized_AlpsteinTour_en.o_id as o_id, object_localized_AlpsteinTour_en.o_type as o_type FROM object_localized_AlpsteinTour_en WHERE ((name != '' AND name IS NOT NULL)  AND  object_localized_AlpsteinTour_en.o_type IN ('object','folder')) AND object_localized_AlpsteinTour_en.o_published = 1
Parameters:
[]
32.09 ms
(10.07%)
201
SELECT * FROM object_relations_AlpsteinTour WHERE src_id = ?
Parameters:
[
  854340
]
27.47 ms
(8.62%)
201
SELECT * FROM object_store_AlpsteinTour WHERE oo_id = ?
Parameters:
[
  854340
]
27.19 ms
(8.53%)
1
SELECT object_localized_AlpsteinTour_en.o_id as o_id, object_localized_AlpsteinTour_en.o_type as o_type FROM object_localized_AlpsteinTour_en WHERE ((name != '' AND name IS NOT NULL)  AND ((regions LIKE "%,11173819,%" OR regions LIKE "%,234379,%" OR regions LIKE "%,231055,%"))  AND  object_localized_AlpsteinTour_en.o_type IN ('object','folder')) AND object_localized_AlpsteinTour_en.o_published = 1 ORDER BY opened DESC    LIMIT 16 OFFSET 208
Parameters:
[]
25.77 ms
(8.09%)
1
SELECT COUNT(*) FROM object_localized_AlpsteinTour_en WHERE ((name != '' AND name IS NOT NULL)  AND ((regions LIKE "%,11173819,%" OR regions LIKE "%,234379,%" OR regions LIKE "%,231055,%"))  AND  object_localized_AlpsteinTour_en.o_type IN ('object','folder')) AND object_localized_AlpsteinTour_en.o_published = 1
Parameters:
[]
24.35 ms
(7.64%)
202
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  854340
]
23.81 ms
(7.47%)
202
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:
[
  854340
]
23.66 ms
(7.43%)
185
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:
[
  463174
]
19.90 ms
(6.25%)
184
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  463174
]
11.95 ms
(3.75%)
53
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  46460035
  11173819
  "regions"
  "object"
  ""
  "0"
  1
]
2.68 ms
(0.84%)
30
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
2.34 ms
(0.73%)
6
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((alpsteinRegions like '%,11173819,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
1.73 ms
(0.54%)
9
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SiteConfig"
]
1.28 ms
(0.40%)
2
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,235065,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
1.14 ms
(0.36%)
2
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:
[
  "defaultSiteConfig"
  null
  null
]
1.13 ms
(0.36%)
1
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((alpsteinRegions != "" AND alpsteinRegions IS NOT NULL)  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 ORDER BY `sorting`
Parameters:
[]
0.85 ms
(0.27%)
7
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Tour-portal"
  "path" => "/steiermark.com/en/Erzberg-Leoben/Activities/"
]
0.82 ms
(0.26%)
6
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1062499
]
0.82 ms
(0.26%)
1
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,232298,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
0.80 ms
(0.25%)
5
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/en/Erzberg-Leoben/Activities/Tour-portal"
]
0.74 ms
(0.23%)
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 = '6' AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/en/Erzberg-Leoben/Activities/Tour-portal"
  "sourcePathQuery" => "/en/Erzberg-Leoben/Activities/Tour-portal?liveCss=1&page=14"
  "sourceEntireUri" => "https://stage.steiermark.com/en/Erzberg-Leoben/Activities/Tour-portal?liveCss=1&page=14"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.69 ms
(0.22%)
4
SELECT id FROM sites
Parameters:
[]
0.67 ms
(0.21%)
2
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((alpsteinRegions like '%,238912,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
0.62 ms
(0.19%)
2
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (231045,235065,235064,234380,234391,234470,234476,234486,234481,234492,234474,235068,231056,231054,231055,234379,234469,231035,235069,229662,238941,238907,238996,238910,24214595,238842,238861,238945,11173819);
Parameters:
[]
0.60 ms
(0.19%)
4
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  11613
]
0.50 ms
(0.16%)
5
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Erzberg-Leoben/Activities/Tour-portal"
]
0.44 ms
(0.14%)
1
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((alpsteinRegions like '%,232298,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
0.41 ms
(0.13%)
1
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((alpsteinRegions like '%,235065,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
0.40 ms
(0.13%)
2
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234392,232347,232298,232305,234394,234387,232295,238411,234379,229662,238912,238987,11173819);
Parameters:
[]
0.35 ms
(0.11%)
2
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234380,234391,234379,229662,238941,238842,11173819);
Parameters:
[]
0.32 ms
(0.10%)
2
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  11613
  11613
]
0.26 ms
(0.08%)
1
SELECT * FROM object_url_slugs WHERE slug = '/en/Erzberg-Leoben/Activities/Tour-portal' AND (siteId = 6 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.23 ms
(0.07%)
1
SELECT * FROM object_localized_data_AlpsteinCategory WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  781
]
0.23 ms
(0.07%)
2
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (11173819,234380);
Parameters:
[]
0.22 ms
(0.07%)
2
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (11173819,234389);
Parameters:
[]
0.22 ms
(0.07%)
2
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  1
]
0.21 ms
(0.06%)
2
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
0.20 ms
(0.06%)
1
SELECT o_id FROM objects WHERE o_id IN (231045,235065,235064,234380,234391,234470,234476,234486,234481,234492,234474,235068,231056,231054,231055,234379,234469,231035,235069,229662,238941,238907,238996,238910,24214595,238842,238861,238945,11173819)
Parameters:
[]
0.19 ms
(0.06%)
1
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  6594
  11613
  11613
]
0.18 ms
(0.06%)
1
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.17 ms
(0.05%)
1
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
0.16 ms
(0.05%)
1
SELECT o_id FROM objects WHERE o_id IN (234392,232347,232298,232305,234394,234387,232295,238411,234379,229662,238912,238987,11173819)
Parameters:
[]
0.15 ms
(0.05%)
1
SELECT o_id FROM objects WHERE o_id IN (11173819,234380)
Parameters:
[]
0.14 ms
(0.04%)
1
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  11613
]
0.13 ms
(0.04%)
1
SELECT o_id FROM objects WHERE o_id IN (234380,234391,234379,229662,238941,238842,11173819)
Parameters:
[]
0.13 ms
(0.04%)
1
SELECT * FROM object_url_slugs WHERE slug = '/en/Erzberg-Leoben/Activities/Tour-portal' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.11 ms
(0.03%)
1
SELECT * FROM object_relations_AlpsteinCategory WHERE src_id = ?
Parameters:
[
  781
]
0.10 ms
(0.03%)
1
SELECT o_id FROM objects WHERE o_id IN (11173819,234389)
Parameters:
[]
0.09 ms
(0.03%)
1
SELECT * FROM object_store_AlpsteinCategory WHERE oo_id = ?
Parameters:
[
  781
]

demi_vacancies connection

No database queries were performed.

Database Connections

Name Service
default doctrine.dbal.default_connection
demi_vacancies doctrine.dbal.demi_vacancies_connection

Entity Managers

Name Service
portal_engine doctrine.orm.portal_engine_entity_manager
pimcore_direct_edit doctrine.orm.pimcore_direct_edit_entity_manager
statistics_explorer doctrine.orm.statistics_explorer_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

portal_engine entity manager

No loaded entities.

pimcore_direct_edit entity manager

No loaded entities.

statistics_explorer entity manager

No loaded entities.