Query Metrics
24
Database Queries
15
Different statements
4.73 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.22 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1774287770 "site_domain_f2655eec2e39c49a3f2211d23114d28b" ] |
| 2 | 0.17 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1774287770 "system\x01tags\x01" "site\x01tags\x01" ] |
| 3 | 0.15 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
| 4 | 0.30 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:
[ "/" "path" "auto_create" "/" "path_query" "https://www.pimcore2.local.szerver.online/" "entire_uri" ] |
| 5 | 0.13 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1774287770 "system_route_redirect" ] |
| 6 | 0.17 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)
Parameters:
[ 1774287770 "system\x01tags\x01" "redirect\x01tags\x01" "route\x01tags\x01" ] |
| 7 | 0.12 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
| 8 | 0.11 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "reports" "pimcore" ] |
| 9 | 0.21 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
"/"
""
]
|
| 10 | 0.13 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1774287770 "document_1" ] |
| 11 | 0.11 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1774287770 "document_1\x01tags\x01" ] |
| 12 | 0.10 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1774287770 "sites_path_mapping" ] |
| 13 | 0.09 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1774287770 "\x00tags\x00sites_path_mapping" ] |
| 14 | 0.15 ms |
SELECT id FROM sites ORDER BY (SELECT LENGTH(CONCAT(`path`, `key`)) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[] |
| 15 | 0.11 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1774287770 "document_properties_1" ] |
| 16 | 0.09 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1774287770 "\x00tags\x00document_properties_1" ] |
| 17 | 0.19 ms |
SELECT * FROM properties WHERE ( (cid IN (1) AND inheritable = 1) OR cid = ? ) AND ctype='document'
Parameters:
[
1
]
|
| 18 | 0.15 ms |
SELECT * FROM object_url_slugs WHERE slug = '/' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[] |
| 19 | 0.25 ms |
SELECT c0_.name AS name_0, c0_.template AS template_1, c0_.isDefault AS isDefault_2, c0_.siteId AS siteId_3, c0_.creationDate AS creationDate_4, c0_.modificationDate AS modificationDate_5, c0_.id AS id_6, c0_.useGrossPrice AS useGrossPrice_7, c0_.currencyId AS currencyId_8, c0_.baseCountryId AS baseCountryId_9 FROM coreshop_store c0_ WHERE c0_.isDefault = 1
Parameters:
[] |
| 20 | 0.19 ms |
SELECT t0.isoCode AS isoCode_1, t0.active AS active_2, t0.addressFormat AS addressFormat_3, t0.salutations AS salutations_4, t0.creationDate AS creationDate_5, t0.modificationDate AS modificationDate_6, t0.id AS id_7, t0.zoneId AS zoneId_8, t0.currencyId AS currencyId_9 FROM coreshop_country t0 WHERE t0.id IN (?)
Parameters:
[
11
]
|
| 21 | 0.32 ms |
SELECT t0.configKey AS configKey_1, t0.data AS data_2, t0.creationDate AS creationDate_3, t0.modificationDate AS modificationDate_4, t0.id AS id_5, t0.store_id AS store_id_6 FROM coreshop_configuration t0 WHERE t0.store_id IN (?)
Parameters:
[
1
]
|
| 22 | 0.21 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"cs_order"
]
|
| 23 | 0.74 ms |
SELECT DISTINCT c0_.isoCode AS isoCode_0, c0_.name AS name_1, c0_.numericIsoCode AS numericIsoCode_2, c0_.symbol AS symbol_3, c0_.creationDate AS creationDate_4, c0_.modificationDate AS modificationDate_5, c0_.id AS id_6 FROM coreshop_currency c0_ LEFT JOIN coreshop_country c1_ ON c0_.id = c1_.currencyId INNER JOIN coreshop_store_countries c3_ ON c1_.id = c3_.country_id INNER JOIN coreshop_store c2_ ON c2_.id = c3_.store_id WHERE c1_.active = 1 AND c2_.id = ?
Parameters:
[
1
]
|
| 24 | 0.29 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"cs_wishlist"
]
|
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 |
|---|---|
| CoreShop\Component\Core\Model\Store | 1 |
| CoreShop\Component\Core\Model\Currency | 1 |
| CoreShop\Component\Core\Model\Country | 1 |
| CoreShop\Component\Address\Model\Zone | 1 |