Query Metrics

10 Database Queries
3 Different statements
49.06 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

default connection

Time Count Info
10.82 ms
(22.06%)
1
SELECT DISTINCT p0_.id AS id_0 FROM product p0_ LEFT JOIN product_alapszin p2_ ON p0_.id = p2_.product_id LEFT JOIN alapszin a1_ ON a1_.id = p2_.alapszin_id AND (a1_.active = 1) WHERE p0_.active = ? AND p0_.meret = ? AND p0_.category_id IN (?) GROUP BY p0_.id ORDER BY CASE WHEN MIN(a1_.sorrend) IS NULL THEN -1 ELSE MIN(a1_.sorrend) END DESC, p0_.id ASC
Parameters:
[
  1
  0
  44
]
9.27 ms
(18.90%)
1
SELECT COUNT(c0_.id) AS sclr_0, COALESCE(SUM(c0_.total), 0) AS sclr_1 FROM cart c0_ WHERE c0_.session_id = ?
Parameters:
[
  "a62a1522b40ccf80285577104b8bebf1"
]

intralog connection

Time Count Info
28.96 ms
(59.04%)
8
SELECT
    ARAK.AR AS ar,
    ARAK.BRUTTO_AR AS brutto_ar,
    COALESCE(KESZLETEK.KESZLET, 0) - COALESCE(KESZLETEK.FOGLALT, 0) AS keszlet
FROM ANYAGOK
LEFT JOIN ARAK
    ON ANYAGOK.ID = ARAK.ANYAG
AND ARAK.ARLISTA = ?
LEFT JOIN KESZLETEK
    ON ANYAGOK.ID = KESZLETEK.ID
WHERE ANYAGOK.ID = ?
Parameters:
[
  "0"
  240526758514147
]

Database Connections

Name Service
default doctrine.dbal.default_connection
intralog doctrine.dbal.intralog_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

Entities Mapping

Class Mapping errors
App\Entity\Cart No errors.
App\Entity\Product No errors.
App\Entity\Alapszin No errors.
App\Entity\ProductCategoryGyik No errors.