Query Metrics

40 Database Queries
6 Different statements
11.52 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.42 ms
(38.40%)
15
SELECT id, 
          (CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data
            FROM cache WHERE id IN (?)
Parameters:
[
  1775351725
  [
    "document_1"
  ]
]
3.78 ms
(32.79%)
11
SELECT id FROM documents WHERE path = :path AND `key` = :key
Parameters:
[
  "key" => "sweet-chilli-sauce"
  "path" => "/de/shop/999413/"
]
2.80 ms
(24.31%)
10
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/shop/999413/sweet-chilli-sauce"
]
0.33 ms
(2.84%)
2
SELECT * FROM object_url_slugs WHERE slug = '/de/shop/999413/sweet-chilli-sauce' AND (siteId = 0 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.12 ms
(1.02%)
1
SELECT object_EF_OSO.o_id as o_id, `object_EF_OSO`.`o_type` FROM `object_EF_OSO` WHERE ((cartId = ? AND  object_EF_OSO.o_type IN ('object','folder')) AND object_EF_OSO.o_published = 1)
Parameters:
[
  "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\SessionCart_sesscart_69d1b77df1b4a"
]
0.07 ms
(0.64%)
1
SELECT id FROM sites ORDER BY (SELECT LENGTH(path) FROM documents WHERE documents.id = sites.rootId) DESC
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