Query Metrics

13 Database Queries
10 Different statements
23.07 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 4.80 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2 0.75 ms
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 AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/account/register"
  "path"
  "auto_create"
  "/account/register?pmpro_level=1"
  "path_query"
  "https://icantech.centricdxb.com/account/register?pmpro_level=1"
  "entire_uri"
]
3 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
4 1.12 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/account/"
  "register"
]
5 5.47 ms
SELECT object_pricingPlan.id as id, object_pricingPlan.type as `type` FROM object_pricingPlan WHERE (planId = ? AND  object_pricingPlan.type IN ('object','variant','folder')) AND object_pricingPlan.published = 1
Parameters:
[
  1.0
]
6 0.76 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
7 1.09 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  28
]
8 0.36 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
9 4.84 ms
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 AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_format=html&_locale=en&_controller=App%5CController%5CContentController%3A%3AfooterAction"
  "path_query"
  "https://icantech.centricdxb.com/_fragment?_path=_format=html&_locale=en&_controller=App%5CController%5CContentController%3A%3AfooterAction"
  "entire_uri"
]
10 0.62 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  3
]
11 0.52 ms
SELECT id FROM sites ORDER BY (SELECT LENGTH(CONCAT(`path`, `key`)) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[]
12 1.16 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  263
]
13 1.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  263
]

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.

Managed Entities

No managed entities.

Entities Mapping

No mapped entities.