Query Metrics
23
Database Queries
6
Different statements
11.61 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
3.04 ms (26.19%) |
18 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.category_parent_id = ?
Parameters:
[
1
]
|
2.57 ms (22.15%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM store_service t0 INNER JOIN store_house_store_service ON t0.id = store_house_store_service.store_service_id WHERE store_house_store_service.store_house_id = ?
Parameters:
[
13
]
|
2.33 ms (20.03%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address1 AS address1_3, t0.address2 AS address2_4, t0.address3 AS address3_5, t0.zip_code AS zip_code_6, t0.city AS city_7, t0.phone AS phone_8, t0.mail AS mail_9, t0.benefit AS benefit_10, t0.team_word AS team_word_11, t0.map_url AS map_url_12, t0.description AS description_13, t0.facebook_url AS facebook_url_14, t0.twitter_url AS twitter_url_15, t0.pinterest_url AS pinterest_url_16, t0.instagram_url AS instagram_url_17, t0.youtube_url AS youtube_url_18, t0.turn_over_ht AS turn_over_ht_19, t0.latitude AS latitude_20, t0.longitude AS longitude_21, t0.image_path AS image_path_22, t0.slug AS slug_23, t0.delivery_id AS delivery_id_24, t0.sector_id AS sector_id_25, t0.operation_id AS operation_id_26 FROM store_house t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"savigneux"
]
|
1.87 ms (16.13%) |
1 |
SELECT t0.id AS id_1, t0.day AS day_2, t0.start_time AS start_time_3, t0.end_time AS end_time_4, t0.store_house_id AS store_house_id_5 FROM standard_hour t0 WHERE t0.store_house_id = ? ORDER BY t0.day ASC, t0.start_time ASC
Parameters:
[
13
]
|
1.50 ms (12.88%) |
1 |
SELECT t0.id AS id_1, t0.start_date AS start_date_2, t0.end_date AS end_date_3, t0.start_time AS start_time_4, t0.end_time AS end_time_5, t0.content AS content_6, t0.store_house_id AS store_house_id_7 FROM exceptional_hour t0 WHERE t0.store_house_id = ?
Parameters:
[
13
]
|
0.30 ms (2.63%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.displayed_order AS displayed_order_3, t0.is_in_footer AS is_in_footer_4, t0.slug AS slug_5, t0.category_parent_id AS category_parent_id_6 FROM category t0 WHERE t0.id = ? LIMIT 1
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 |
---|---|
App\Entity\Store\StoreHouse | No errors. |
App\Entity\Delivery\Delivery | No errors. |
App\Entity\Internal\Counter | No errors. |
App\Entity\Sector\Sector | No errors. |
App\Entity\PromotionalOperations\Operation | No errors. |
App\Entity\Customer\Customer | No errors. |
App\Entity\User\User | No errors. |
App\Entity\Store\StandardHour | No errors. |
App\Entity\Store\ExceptionalHour | No errors. |
App\Entity\Store\StoreService | No errors. |
App\Entity\Product\Category | No errors. |
App\Entity\Product\Product | No errors. |