Query Metrics
3
Database Queries
3
Different statements
11.22 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.01 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 | 7.74 ms |
SELECT p0_.id AS id_0, p0_.date_created AS date_created_1, p0_.date_changed AS date_changed_2, p0_.active AS active_3, p0_.name AS name_4, p0_.price AS price_5, p0_.description AS description_6, p0_.user_created AS user_created_7, p0_.user_changed AS user_changed_8, p0_.priceList AS priceList_9, p0_.service AS service_10 FROM price_list_item p0_ LEFT JOIN price_list p1_ ON p0_.priceList = p1_.id WHERE p1_.is_list_item_active = ? AND p1_.is_visible_for_public = ? AND p1_.legalPerson = ? GROUP BY p0_.id
Parameters:
[ 1 1 1 ] |
| 3 | 2.47 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.length_in_minutes AS length_in_minutes_6, t0.description AS description_7, t0.image AS image_8, t0.type_of_service AS type_of_service_9, t0.can_be_deleted AS can_be_deleted_10, t0.user_created AS user_created_11, t0.user_changed AS user_changed_12, t0.legal_person AS legal_person_13 FROM service t0 WHERE t0.id = ?
Parameters:
[
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\PriceListItem | No errors. |
| App\Entity\Service | No errors. |
| App\Entity\ReservationService | No errors. |
| App\Entity\PriceListItemPromotion | No errors. |
| App\Entity\ServiceDocument | No errors. |