Query Metrics
4
Database Queries
4
Different statements
1.45 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.38 ms |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM prim_point_of_sale p0_ WHERE 1 = 1
Parameters:
[] |
| 2 | 0.23 ms |
SELECT DISTINCT p0_.id AS id_0, p0_.name AS name_1 FROM prim_point_of_sale p0_ WHERE 1 = 1 ORDER BY p0_.name ASC LIMIT 15
Parameters:
[] |
| 3 | 0.29 ms |
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.slug AS slug_2, p0_.code AS code_3, p0_.name AS name_4, p0_.vat AS vat_5, p0_.fiscal_code AS fiscal_code_6, p0_.address AS address_7, p0_.city AS city_8, p0_.zip AS zip_9, p0_.country AS country_10, p0_.email AS email_11, p0_.phone AS phone_12, p0_.directory_path AS directory_path_13, p0_.logo_path AS logo_path_14, p0_.latitude AS latitude_15, p0_.longitude AS longitude_16 FROM prim_point_of_sale p0_ WHERE 1 = 1 AND p0_.id IN (?) ORDER BY p0_.name ASC
Parameters:
[
"5"
]
|
| 4 | 0.54 ms |
SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.role AS role_3, t0.user_id AS user_id_4, t0.point_of_sale_id AS point_of_sale_id_5 FROM prim_join_table_user_pos t0 WHERE t0.point_of_sale_id = ?
Parameters:
[
"5"
]
|
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 |
|---|---|
| App\Entity\PointOfSale | 1 |
| App\Entity\JoinTableUserPointOfSale | 1 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\PointOfSale | No errors. |
| App\Entity\JoinTableUserPointOfSale | No errors. |
| App\Entity\JoinTablePointOfSaleCatalogueProduct | No errors. |
| App\Entity\Campaign\Ticket | No errors. |
| App\Entity\Maintenance\Maintenance | No errors. |
| App\Entity\User | No errors. |