Query Metrics
17
Database Queries
6
Different statements
30.95 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
11.82 ms (38.17%) |
6 |
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.77 ms (21.88%) |
1 |
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
Parameters:
[] |
5.12 ms (16.53%) |
6 |
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:
[
3
]
|
4.17 ms (13.46%) |
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.picture AS picture_2, c0_.subtitle AS subtitle_3 FROM category c0_
Parameters:
[] |
1.87 ms (6.03%) |
2 |
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:
[] |
1.21 ms (3.91%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0 ORDER BY t0.name ASC LIMIT 6
Parameters:
[] |
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. |