Query Metrics

19 Database Queries
10 Different statements
9.52 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.61 ms
(27.44%)
8
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  1
]
1.51 ms
(15.90%)
2
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/en"
  "path"
  "auto_create"
  "/en"
  "path_query"
  "https://website.ama-preview.polargold.dev/en"
  "entire_uri"
]
1.32 ms
(13.83%)
2
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
0.73 ms
(7.64%)
1
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  18
]
0.71 ms
(7.44%)
1
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "en"
]
0.70 ms
(7.32%)
1
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.62 ms
(6.47%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.56 ms
(5.89%)
1
SELECT id FROM website_settings
Parameters:
[]
0.42 ms
(4.37%)
1
SELECT id FROM sites ORDER BY (SELECT LENGTH(CONCAT(`path`, `key`)) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[]
0.35 ms
(3.71%)
1
SELECT * FROM object_url_slugs WHERE slug = '/en' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]

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.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

No loaded entities.