Query Metrics
35
Database Queries
11
Different statements
17.86 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
7.05 ms (39.46%) |
21 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM block_translation t0 WHERE t0.object_id = ?
Parameters:
[
1
]
|
2.11 ms (11.81%) |
2 |
SELECT t0.id AS id_1, t0.user AS user_2, t0.prod AS prod_3, t0.var AS var_4, t0.num AS num_5, t0.tstamp AS tstamp_6 FROM wishlist t0 WHERE t0.user = ? ORDER BY t0.id DESC
Parameters:
[
0
]
|
1.78 ms (9.96%) |
2 |
SELECT t0.id AS id_1, t0.oldurl AS oldurl_2, t0.newurl AS newurl_3 FROM redirect t0
Parameters:
[] |
1.15 ms (6.42%) |
1 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM city_translation t0 WHERE t0.object_id = ?
Parameters:
[
2
]
|
1.13 ms (6.33%) |
1 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"mirb_mir"
]
|
1.06 ms (5.91%) |
2 |
SELECT t0.id AS id_1, t0.intname AS intname_2, t0.name AS name_3, t0.value AS value_4 FROM block t0
Parameters:
[] |
1.03 ms (5.79%) |
1 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM region_translation t0 WHERE t0.object_id = ?
Parameters:
[
1
]
|
0.89 ms (5.00%) |
1 |
SELECT t0.id AS id_1, t0.fias_id AS fias_id_2, t0.name AS name_3, t0.prior AS prior_4, t0.visible AS visible_5 FROM region t0 WHERE t0.fias_id = ? LIMIT 1
Parameters:
[
"0c5b2444-70a0-4932-980c-b4dc0d3f02b5"
]
|
0.73 ms (4.10%) |
1 |
SELECT t0.id AS id_1, t0.user_id AS user_id_2, t0.cart AS cart_3 FROM cart_unsaved t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
"guest_68f83c2f51d2f"
]
|
0.63 ms (3.51%) |
1 |
SELECT t0.id AS id_1, t0.region AS region_2, t0.fias_id AS fias_id_3, t0.postal_code AS postal_code_4, t0.type AS type_5, t0.name AS name_6, t0.kw AS kw_7, t0.prior AS prior_8, t0.visible AS visible_9, t0.top AS top_10, t0.top2 AS top2_11 FROM city t0 WHERE t0.fias_id = ? LIMIT 1
Parameters:
[
"0c5b2444-70a0-4932-980c-b4dc0d3f02b5"
]
|
0.31 ms (1.71%) |
2 |
SELECT DATABASE()
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\User | No errors. |
App\Entity\Discount | No errors. |
App\Entity\Redirect | No errors. |
App\Entity\Prod | No errors. |
App\Entity\CartUnsaved | No errors. |
App\Entity\Cart | No errors. |
App\Entity\Region | No errors. |
App\Entity\City | No errors. |
App\Entity\Delivery | No errors. |
App\Entity\Esystem | No errors. |
App\Entity\Block | No errors. |
Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation | No errors. |
App\Entity\Translation\BlockTranslation | No errors. |
App\Entity\Wishlist | No errors. |
App\Entity\Translation\RegionTranslation | No errors. |
App\Entity\Translation\CityTranslation | No errors. |
App\Entity\Translation\DiscountTranslation | No errors. |
App\Entity\Translation\ProdTranslation | No errors. |
App\Entity\Translation\DeliveryTranslation | No errors. |
App\Entity\Translation\EsystemTranslation | No errors. |