Query Metrics

12 Database Queries
11 Different statements
33.79 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.05 ms
(14.95%)
2
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  3
]
3.48 ms
(10.31%)
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"
  3
]
3.23 ms
(9.55%)
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 = '1' AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/"
  "sourcePathQuery" => "/"
  "sourceEntireUri" => "https://dev.daskrebsportal.de/"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
3.05 ms
(9.02%)
1
SELECT data FROM documents_editables WHERE name = 'tags' AND documentId = :documentId
Parameters:
[
  "documentId" => 3
]
3.03 ms
(8.97%)
1
SELECT id FROM sites ORDER BY (SELECT LENGTH(path) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[]
2.94 ms
(8.71%)
1
SELECT * FROM object_url_slugs WHERE slug = '/' AND (siteId = 1 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
2.79 ms
(8.26%)
1
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "dasKrebsportal.de"
  "path" => "/"
]
2.78 ms
(8.23%)
1
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
Parameters:
[
  "key" => "rest"
  "path" => "/dasKrebsportal.de/Ads/Zones/"
]
2.73 ms
(8.08%)
1
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
2.40 ms
(7.11%)
1
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
2.31 ms
(6.83%)
1
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AdZone"
]

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.

Entities Mapping

Class Mapping errors
SeoBundle\Model\ElementMetaData No errors.