Query Metrics

14 Database Queries
11 Different statements
9.52 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.81 ms
(29.56%)
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:
[
  "/"
  "path"
  "auto_create"
  "/"
  "path_query"
  "https://ix-dev.smatt.hub.oetztaltourismus.com/"
  "entire_uri"
]
1.16 ms
(12.19%)
1
SELECT * FROM documents_classification WHERE id = ? LIMIT 1
Parameters:
[
  1
]
1.03 ms
(10.87%)
2
Select * from properties where ctype = ? and `name` = ? and data like ?
Parameters:
[
  "document"
  "shortUrlDomain"
  "ix-dev.smatt.hub.oetztaltourismus.com"
]
0.93 ms
(9.72%)
2
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
0.64 ms
(6.78%)
1
SELECT * FROM members_restrictions WHERE targetId = ? AND ctype = ?
Parameters:
[
  1
  "page"
]
0.58 ms
(6.07%)
1
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.55 ms
(5.78%)
1
SELECT t0.id AS id_1, t0.element_type AS element_type_2, t0.element_id AS element_id_3, t0.integrator AS integrator_4, t0.data AS data_5 FROM seo_element_meta_data t0 WHERE t0.element_type = ? AND t0.element_id = ?
Parameters:
[
  "document"
  1
]
0.52 ms
(5.45%)
1
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1
]
0.49 ms
(5.19%)
1
SELECT * FROM object_url_slugs WHERE slug = '/' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.46 ms
(4.80%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.34 ms
(3.57%)
1
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  ""
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.