Query Metrics

109 Database Queries
11 Different statements
23.91 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
14.60 ms
(61.08%)
64
SELECT id, 
          (CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data
            FROM cache WHERE id IN (?)
Parameters:
[
  1775392613
  [
    "site_domain_f0e27590c05b3dd632720673c049b404"
  ]
]
2.10 ms
(8.78%)
11
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/home-commercial/%"
  "/properties/va/leesburg/catoctin-corner/contact"
]
1.88 ms
(7.85%)
12
SELECT id FROM documents WHERE path = :path AND `key` = :key
Parameters:
[
  "key" => "contact"
  "path" => "/home-commercial/properties/va/leesburg/catoctin-corner/"
]
1.43 ms
(6.00%)
11
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/home-commercial/properties/va/leesburg/catoctin-corner/contact"
]
1.18 ms
(4.92%)
4
SELECT `documents`.`id`, `documents`.`type` FROM `documents` WHERE ( (parentId = ?) AND published = 1) ORDER BY `index` ASC
Parameters:
[
  154
]
1.04 ms
(4.35%)
1
SELECT object_68.o_id as o_id, `object_68`.`o_type` FROM `object_68` WHERE ((o_path = ? AND  object_68.o_type IN ('object','folder')) AND object_68.o_published = 1)
Parameters:
[
  "/_DATA/COMMERCIAL/PROPERTIES/"
]
0.59 ms
(2.45%)
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 = '4' AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/properties/va/leesburg/catoctin-corner/contact"
  "sourcePathQuery" => "/properties/va/leesburg/catoctin-corner/contact"
  "sourceEntireUri" => "https://vm-commercial.grafik-stage.io/properties/va/leesburg/catoctin-corner/contact"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.42 ms
(1.76%)
1
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
Parameters:
[
  "key" => "catoctin-corner"
  "path" => "/_DATA/COMMERCIAL/PROPERTIES/"
]
0.31 ms
(1.31%)
2
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "68"
]
0.20 ms
(0.86%)
1
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
0.16 ms
(0.65%)
1
SELECT * FROM object_url_slugs WHERE slug = '/home-commercial/properties/va/leesburg/catoctin-corner/contact' AND siteId = '0'
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