Query Metrics
3
Database Queries
3
Different statements
3.14 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.21 ms |
SELECT t0.id AS id_1, t0.date_created AS date_created_2, t0.date_changed AS date_changed_3, t0.active AS active_4, t0.name AS name_5, t0.label AS label_6, t0.color AS color_7, t0.status AS status_8, t0.oib AS oib_9, t0.address AS address_10, t0.place AS place_11, t0.county AS county_12, t0.country AS country_13, t0.contact_phone AS contact_phone_14, t0.contact_email AS contact_email_15, t0.web_page AS web_page_16, t0.additional_data AS additional_data_17, t0.is_pdv AS is_pdv_18, t0.iban AS iban_19, t0.longitude AS longitude_20, t0.latitude AS latitude_21, t0.image AS image_22, t0.user_created AS user_created_23, t0.user_changed AS user_changed_24, t0.legal_entity AS legal_entity_25 FROM legal_person t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
| 2 | 1.25 ms |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.longitude AS longitude_2, b0_.latitude AS latitude_3, CONCAT(b0_.address, ' ', b0_.place, ' ', b0_.zip_code) AS sclr_4, l1_.name AS name_5 FROM building b0_ INNER JOIN legal_person l1_ ON b0_.legalPerson = l1_.id WHERE b0_.legalPerson = ? AND b0_.active = ? ORDER BY b0_.name ASC
Parameters:
[ 1 1 ] |
| 3 | 0.67 ms |
SELECT t0.id AS id_1, t0.date_created AS date_created_2, t0.date_changed AS date_changed_3, t0.active AS active_4, t0.name AS name_5, t0.address AS address_6, t0.zip_code AS zip_code_7, t0.place AS place_8, t0.longitude AS longitude_9, t0.latitude AS latitude_10, t0.user_created AS user_created_11, t0.user_changed AS user_changed_12, t0.doorLock AS doorLock_13, t0.owner AS owner_14, t0.legalPerson AS legalPerson_15 FROM building t0 WHERE t0.active = ? AND t0.legalPerson = ? ORDER BY t0.id DESC
Parameters:
[ 1 1 ] |
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 |
|---|---|
| Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken | No errors. |
| App\Entity\RefreshToken | No errors. |
| App\Entity\Mapped\Entity | No errors. |
| App\Entity\LegalPerson | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Mapped\NamedEntity | No errors. |
| App\Entity\LegalEntity | No errors. |
| App\Entity\LegalPersonContactPerson | No errors. |
| App\Entity\PriceList | No errors. |
| App\Entity\LegalPersonResponsiblePerson | No errors. |
| App\Entity\LegalPersonDocument | No errors. |
| App\Entity\UserLegalPerson | No errors. |
| App\Entity\ReservationType | No errors. |
| App\Entity\ActivityLegalPerson | No errors. |
| App\Entity\Building | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\LegalPersonRating | No errors. |
| App\Entity\BankStatement | No errors. |
| App\Entity\Lock | No errors. |
| App\Entity\BuildingContactPerson | No errors. |
| App\Entity\BuildingResponsiblePerson | No errors. |
| App\Entity\BuildingImage | No errors. |
| App\Entity\BuildingDocument | No errors. |
| App\Entity\BuildingSpace | No errors. |