GET https://pimcore.genvelo.com/robots.txt

Query Metrics

10 Database Queries
9 Different statements
3.53 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.95 ms
(26.86%)
1
SELECT * FROM sites WHERE mainDomain = ? OR domains LIKE ?
Parameters:
[
  "pimcore.genvelo.com"
  "%"pimcore.genvelo.com"%"
]
0.63 ms
(17.73%)
2
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "robots.txt"
]
0.35 ms
(9.95%)
1
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "robots.txt"
]
0.33 ms
(9.44%)
1
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1) AND inheritable = 1) OR cid = ?
                             ) AND ctype='document'
Parameters:
[
  1
]
0.32 ms
(9.07%)
1
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
]
0.26 ms
(7.26%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.25 ms
(7.17%)
1
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/robots.txt"
]
0.25 ms
(7.09%)
1
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
]
0.19 ms
(5.42%)
1
SELECT id,domains FROM sites
Parameters:
[]

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.

Entities Mapping

No mapped entities.