Query Metrics
26
Database Queries
7
Different statements
17.22 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
7.30 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.zip_code AS zip_code_4, t0.town AS town_5, t0.created_by AS created_by_6, t0.updated_by AS updated_by_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.country_id AS country_id_10, t11.id AS id_12, t11.name AS name_13, t14.id AS id_15, t14.type AS type_16, t14.name AS name_17, t14.company AS company_18, t14.remarques AS remarques_19, t14.phone1 AS phone1_20, t14.phone2 AS phone2_21, t14.purchase_address_use_address AS purchase_address_use_address_22, t14.prix_m3_defaut AS prix_m3_defaut_23, t14.created_by AS created_by_24, t14.updated_by AS updated_by_25, t14.created_at AS created_at_26, t14.updated_at AS updated_at_27, t14.address_id AS address_id_28, t14.purchase_address_id AS purchase_address_id_29, t30.id AS id_31, t30.type AS type_32, t30.name AS name_33, t30.company AS company_34, t30.remarques AS remarques_35, t30.phone1 AS phone1_36, t30.phone2 AS phone2_37, t30.purchase_address_use_address AS purchase_address_use_address_38, t30.prix_m3_defaut AS prix_m3_defaut_39, t30.created_by AS created_by_40, t30.updated_by AS updated_by_41, t30.created_at AS created_at_42, t30.updated_at AS updated_at_43, t30.address_id AS address_id_44, t30.purchase_address_id AS purchase_address_id_45 FROM address t0 LEFT JOIN country t11 ON t0.country_id = t11.id LEFT JOIN tiers t14 ON t14.address_id = t0.id LEFT JOIN tiers t30 ON t30.purchase_address_id = t0.id WHERE t0.id IN (?)
Parameters:
[ [ 1490 1486 1484 1482 1480 1478 1476 1474 1472 1470 1468 1466 1464 1462 1460 1456 1454 1452 1448 1446 ] ] |
4.91 ms (0.00%) |
20 |
SELECT t0.id AS id_1, t0.price AS price_2, t0.description AS description_3, t0.type_price AS type_price_4, t0.created_by AS created_by_5, t0.updated_by AS updated_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.tiers_id AS tiers_id_9 FROM tiers_m3_price t0 WHERE t0.tiers_id = ?
Parameters:
[
797
]
|
1.29 ms (0.00%) |
1 |
DELETE FROM token WHERE name IS NULL AND lifetime IS NOT NULL AND (create_time + lifetime) < ?
Parameters:
[
1730875078
]
|
1.12 ms (0.00%) |
1 |
SELECT COUNT(t0_.id) AS sclr_0 FROM tiers t0_ WHERE t0_.type IN (?)
Parameters:
[
[
"PROPRIETAIRE"
]
]
|
1.07 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.create_time AS create_time_2, t0.lifetime AS lifetime_3, t0.rights AS rights_4, t0.name AS name_5, t0.created_by AS created_by_6, t0.updated_by AS updated_by_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.user_id AS user_id_10 FROM token t0 WHERE t0.id = ?
Parameters:
[
"TOKEN_90cfcc2c871a1a1389d44929fc5e959d2a4d305f"
]
|
0.96 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.password AS password_4, t0.enable AS enable_5, t0.salt AS salt_6, t0.roles AS roles_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.phone AS phone_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
13
]
|
0.57 ms (0.00%) |
1 |
SELECT t0_.id AS id_0, t0_.type AS type_1, t0_.name AS name_2, t0_.company AS company_3, t0_.remarques AS remarques_4, t0_.phone1 AS phone1_5, t0_.phone2 AS phone2_6, t0_.purchase_address_use_address AS purchase_address_use_address_7, t0_.prix_m3_defaut AS prix_m3_defaut_8, t0_.created_by AS created_by_9, t0_.updated_by AS updated_by_10, t0_.created_at AS created_at_11, t0_.updated_at AS updated_at_12, t0_.address_id AS address_id_13, t0_.purchase_address_id AS purchase_address_id_14 FROM tiers t0_ WHERE t0_.type IN (?) ORDER BY t0_.id DESC LIMIT 20
Parameters:
[
[
"PROPRIETAIRE"
]
]
|
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\Token | No errors. |
App\Entity\User | No errors. |
App\Entity\Contrat | No errors. |
App\Entity\Tiers | No errors. |
App\Entity\Address | No errors. |
App\Entity\Contact | No errors. |
App\Entity\Purchase | No errors. |
App\Entity\CubageLivraison | No errors. |
App\Entity\Livraison | No errors. |
App\Entity\CubageChantier | No errors. |
App\Entity\CubageLivraisonPlateforme | No errors. |
App\Entity\TiersM3Price | No errors. |
App\Entity\LivraisonPlateformePourChauffeur | No errors. |
App\Entity\Country | No errors. |