Query Metrics
5
Database Queries
5
Different statements
9.33 ms
Query time
0
Invalid entities
22
Managed entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.73 ms (29.28%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.bank AS bank_6, t0.acount_number AS acount_number_7, t0.acount_name AS acount_name_8, t0.website AS website_9, t0.email AS email_10, t0.phone AS phone_11, t0.map AS map_12 FROM info_residence t0 WHERE t0.id = ?
Parameters:
[
1
]
|
1.74 ms (18.65%) |
1 |
SELECT t0.id AS id_1, t0.image AS image_2, t0.title AS title_3, t0.is_published AS is_published_4, t0.link AS link_5, t0.type_id AS type_id_6 FROM gallery t0 WHERE t0.is_published = ? ORDER BY t0.id DESC LIMIT 12
Parameters:
[
1
]
|
1.69 ms (18.09%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.sous_title AS sous_title_3, t0.description AS description_4, t0.image AS image_5, t0.is_published AS is_published_6, t0.video AS video_7 FROM descriptif t0 WHERE t0.is_published = ? ORDER BY t0.id DESC LIMIT 1
Parameters:
[
1
]
|
1.66 ms (17.74%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.is_published AS is_published_4, t0.avis AS avis_5 FROM avis t0 WHERE t0.is_published = ? ORDER BY t0.id DESC LIMIT 5
Parameters:
[
1
]
|
1.51 ms (16.24%) |
1 |
SELECT t0.id AS id_1, t0.image AS image_2, t0.page AS page_3, t0.titre AS titre_4, t0.sous_titre AS sous_titre_5, t0.is_published AS is_published_6 FROM banner t0 WHERE t0.is_published = ? AND t0.page = ? ORDER BY t0.id ASC LIMIT 3
Parameters:
[ 1 "home" ] |
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.
Managed Entities
default entity manager
Class | Amount of managed objects |
---|---|
App\Entity\Frontend\Gallery | 9 |
App\Entity\Frontend\TypeGallery | 4 |
App\Entity\Frontend\Avis | 4 |
App\Entity\Frontend\Banner | 3 |
App\Entity\InfoResidence | 1 |
App\Entity\Frontend\Descriptif | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\InfoResidence | No errors. |
App\Entity\Frontend\Banner | No errors. |
App\Entity\Frontend\Descriptif | No errors. |
App\Entity\Frontend\Gallery | No errors. |
App\Entity\Frontend\TypeGallery | No errors. |
App\Entity\Frontend\Avis | No errors. |