Query Metrics
8
Database Queries
5
Different statements
30.68 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 5.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0
Parameters:
[] |
2 | 4.66 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.subtitle AS subtitle_4, t0.phone_number AS phone_number_5, t0.about AS about_6, t0.adress_street AS adress_street_7, t0.adress_street2 AS adress_street2_8, t0.address_postal_code AS address_postal_code_9, t0.address_city AS address_city_10, t0.image_name AS image_name_11, t0.image_name2 AS image_name2_12, t0.image_name3 AS image_name3_13, t0.image_name4 AS image_name4_14, t0.image_name5 AS image_name5_15, t0.image_name6 AS image_name6_16, t0.facebook AS facebook_17, t0.twitter AS twitter_18, t0.instagram AS instagram_19, t0.linkedin AS linkedin_20, t0.website AS website_21, t0.available AS available_22, t0.verified AS verified_23, t0.homepage_place AS homepage_place_24, t0.slug AS slug_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.latitude AS latitude_28, t0.longitude AS longitude_29, t0.my_business AS my_business_30, t0.users_id AS users_id_31 FROM shop t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"la-fabrique"
]
|
3 | 4.82 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0 INNER JOIN shop_category ON t0.id = shop_category.category_id WHERE shop_category.shop_id = ?
Parameters:
[
12
]
|
4 | 2.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.subtitle AS subtitle_4, t0.phone_number AS phone_number_5, t0.about AS about_6, t0.adress_street AS adress_street_7, t0.adress_street2 AS adress_street2_8, t0.address_postal_code AS address_postal_code_9, t0.address_city AS address_city_10, t0.image_name AS image_name_11, t0.image_name2 AS image_name2_12, t0.image_name3 AS image_name3_13, t0.image_name4 AS image_name4_14, t0.image_name5 AS image_name5_15, t0.image_name6 AS image_name6_16, t0.facebook AS facebook_17, t0.twitter AS twitter_18, t0.instagram AS instagram_19, t0.linkedin AS linkedin_20, t0.website AS website_21, t0.available AS available_22, t0.verified AS verified_23, t0.homepage_place AS homepage_place_24, t0.slug AS slug_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.latitude AS latitude_28, t0.longitude AS longitude_29, t0.my_business AS my_business_30, t0.users_id AS users_id_31 FROM shop t0 INNER JOIN shop_category ON t0.id = shop_category.shop_id WHERE shop_category.category_id = ?
Parameters:
[
3
]
|
5 | 1.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.subtitle AS subtitle_4, t0.phone_number AS phone_number_5, t0.about AS about_6, t0.adress_street AS adress_street_7, t0.adress_street2 AS adress_street2_8, t0.address_postal_code AS address_postal_code_9, t0.address_city AS address_city_10, t0.image_name AS image_name_11, t0.image_name2 AS image_name2_12, t0.image_name3 AS image_name3_13, t0.image_name4 AS image_name4_14, t0.image_name5 AS image_name5_15, t0.image_name6 AS image_name6_16, t0.facebook AS facebook_17, t0.twitter AS twitter_18, t0.instagram AS instagram_19, t0.linkedin AS linkedin_20, t0.website AS website_21, t0.available AS available_22, t0.verified AS verified_23, t0.homepage_place AS homepage_place_24, t0.slug AS slug_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.latitude AS latitude_28, t0.longitude AS longitude_29, t0.my_business AS my_business_30, t0.users_id AS users_id_31 FROM shop t0 INNER JOIN shop_category ON t0.id = shop_category.shop_id WHERE shop_category.category_id = ?
Parameters:
[
7
]
|
6 | 4.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0
Parameters:
[] |
7 | 0.65 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0
Parameters:
[] |
8 | 7.12 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM tags t0 INNER JOIN shop_tags ON t0.id = shop_tags.tags_id WHERE shop_tags.shop_id = ?
Parameters:
[
12
]
|
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\Category | No errors. |
App\Entity\Shop | No errors. |
App\Entity\SubCategory | No errors. |
App\Entity\User | No errors. |
App\Entity\Tags | No errors. |