Query Metrics
15
Database Queries
12
Different statements
61.12 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 12.17 ms |
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_681be9e152a6a"
]
|
2 | 0.17 ms |
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
]
|
3 | 0.29 ms |
select d.id as id, d.intname as intname, d.name as name, d.cont as cont, d.prior as prior, d.fields as fields, 0 as cost from delivery as d where d.visible = 1 order by d.prior desc, d.name
Parameters:
[] |
4 | 1.13 ms |
SELECT t0.id AS id_1, t0.intname AS intname_2, t0.name AS name_3, t0.cont AS cont_4, t0.prior AS prior_5, t0.price AS price_6, t0.fields AS fields_7, t0.visible AS visible_8 FROM delivery t0 WHERE t0.id IN (?, ?)
Parameters:
[ 17 18 ] |
5 | 2.81 ms |
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 delivery_translation t0 WHERE t0.object_id = ?
Parameters:
[
17
]
|
6 | 4.22 ms |
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 delivery_translation t0 WHERE t0.object_id = ?
Parameters:
[
18
]
|
7 | 1.82 ms |
SELECT t0.id AS id_1, t0.delivery AS delivery_2, t0.name AS name_3, t0.code AS code_4, t0.fields AS fields_5, t0.visible AS visible_6, t0.prior AS prior_7 FROM subdelivery t0 WHERE t0.delivery = ?
Parameters:
[
17
]
|
8 | 0.11 ms |
SELECT t0.id AS id_1, t0.delivery AS delivery_2, t0.name AS name_3, t0.code AS code_4, t0.fields AS fields_5, t0.visible AS visible_6, t0.prior AS prior_7 FROM subdelivery t0 WHERE t0.delivery = ?
Parameters:
[
18
]
|
9 | 8.75 ms |
SELECT p0_.id AS id_0, p0_.type AS type_1, p0_.page AS page_2, p0_.intname AS intname_3, p0_.mainpage AS mainpage_4, p0_.name AS name_5, p0_.href AS href_6, p0_.short AS short_7, p0_.cont AS cont_8, p0_.prior AS prior_9, p0_.visible AS visible_10, p0_.title AS title_11, p0_.h1 AS h1_12, p0_.kw AS kw_13, p0_.descr AS descr_14, p0_.tstamp AS tstamp_15, p0_.icon AS icon_16 FROM page p0_ WHERE p0_.intname = ? LIMIT 1
Parameters:
[
"cart"
]
|
10 | 1.91 ms |
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 page_translation t0 WHERE t0.object_id = ?
Parameters:
[
57
]
|
11 | 3.66 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.type AS type_1, a0_.page AS page_2, a0_.intname AS intname_3, a0_.mainpage AS mainpage_4, a0_.name AS name_5, a0_.href AS href_6, a0_.short AS short_7, a0_.cont AS cont_8, a0_.prior AS prior_9, a0_.visible AS visible_10, a0_.title AS title_11, a0_.h1 AS h1_12, a0_.kw AS kw_13, a0_.descr AS descr_14, a0_.tstamp AS tstamp_15, a0_.icon AS icon_16 FROM article a0_ WHERE a0_.visible = 1 AND a0_.type = 'article' ORDER BY a0_.tstamp DESC) dctrn_result) dctrn_table
Parameters:
[] |
12 | 13.94 ms |
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_681be9e16ea16"
]
|
13 | 2.38 ms |
"START TRANSACTION"
Parameters:
[] |
14 | 7.33 ms |
INSERT INTO cart_unsaved (user_id, cart) VALUES (?, ?)
Parameters:
[ "guest_681be9e16ea16" "[]" ] |
15 | 0.44 ms |
"COMMIT"
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\Prod | No errors. |
App\Entity\CartUnsaved | No errors. |
App\Entity\Cart | No errors. |
App\Entity\Wishlist | No errors. |
App\Entity\Delivery | No errors. |
Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation | No errors. |
App\Entity\Translation\DeliveryTranslation | No errors. |
App\Entity\Subdelivery | No errors. |
App\Entity\Page | No errors. |
App\Entity\PagePhoto | No errors. |
App\Entity\PageBlock | No errors. |
App\Entity\Translation\PageTranslation | No errors. |
App\Entity\Article | No errors. |