http://test-upgrade.pim.koe.engine.acl.at/

Query Metrics

12 Database Queries
12 Different statements
40.85 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.80 ms
SELECT * FROM sites WHERE mainDomain = ? OR domains LIKE ?
Parameters:
[
  "test-upgrade.pim.koe.engine.acl.at"
  "%"test-upgrade.pim.koe.engine.acl.at"%"
]
2 0.24 ms
SELECT id,domains FROM sites
Parameters:
[]
3 0.65 ms
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" => "/"
  "sourcePathQuery" => "/"
  "sourceEntireUri" => "http://test-upgrade.pim.koe.engine.acl.at/"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
4 0.65 ms
SELECT * FROM locks WHERE id = ?
Parameters:
[
  "system_route_redirect"
]
5 15.56 ms
INSERT INTO locks (`id`, `date`) VALUES (?, ?)
Parameters:
[
  "system_route_redirect"
  1753565706
]
6 0.58 ms
SELECT id FROM redirects WHERE active = 1 AND regex = 1  ORDER BY `priority` DESC
Parameters:
[]
7 5.53 ms
DELETE FROM locks WHERE id = ?
Parameters:
[
  "system_route_redirect"
]
8 14.26 ms
SELECT id FROM documents WHERE path = :path AND `key` = :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
9 0.69 ms
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:
[
  1
]
10 0.58 ms
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:
[
  1
]
11 0.64 ms
SELECT * FROM properties WHERE ((cid IN (1) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  1
]
12 0.68 ms
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]

market connection

No database queries were performed.

Database Connections

Name Service
default doctrine.dbal.default_connection
market doctrine.dbal.market_connection

Entity Managers

Name Service
market doctrine.orm.market_entity_manager
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

market entity manager

No loaded entities.

default entity manager

No loaded entities.