Query Metrics
10
Database Queries
7
Different statements
105.78 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
88.33 ms (83.50%) |
2 |
"COMMIT"
Parameters:
[] |
|
6.96 ms (6.58%) |
2 |
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3 FROM shop_setting t0 WHERE t0.setting_key = ? LIMIT 1
Parameters:
[
"sanity.projectId"
]
|
|
2.79 ms (2.64%) |
1 |
SELECT pages.id, pages.parent, pages.controller FROM pages INNER JOIN stringtable str ON (pages.identifier_str = str.code) INNER JOIN stringtable_values sv ON (str.id = sv.string_id) WHERE ISNULL(pages.parent) AND sv.value = ? AND sv.language_code = ? ORDER BY id LIMIT 1
Parameters:
[ "about" "eng" ] |
|
2.46 ms (2.33%) |
2 |
"START TRANSACTION"
Parameters:
[] |
|
2.24 ms (2.11%) |
1 |
DELETE FROM sanity_cache WHERE id = ?
Parameters:
[
9244
]
|
|
1.57 ms (1.48%) |
1 |
INSERT INTO sanity_cache (query, params, response, expires) VALUES (?, ?, ?, ?)
Parameters:
[ "ec365a1892b52246f97f745bd272c239e0ce103b3c47626e89e903690eb4fd93" "2e824e33faa364026d05ef31f7ab48a355eb9fe4265a4c5e3039d4979b577aa2" "a:0:{}" "2026-03-04 01:07:38" ] |
|
1.44 ms (1.36%) |
1 |
SELECT t0.id AS id_1, t0.query AS query_2, t0.params AS params_3, t0.response AS response_4, t0.expires AS expires_5 FROM sanity_cache t0 WHERE t0.query = ? AND t0.params = ? LIMIT 1
Parameters:
[ "ec365a1892b52246f97f745bd272c239e0ce103b3c47626e89e903690eb4fd93" "2e824e33faa364026d05ef31f7ab48a355eb9fe4265a4c5e3039d4979b577aa2" ] |
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| ShopBundle\Entity\ShopSetting | No errors. |
| ShopBundle\Entity\SanityCache | No errors. |