Query Metrics
4
Database Queries
4
Different statements
11.27 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
8.68 ms (77.03%) |
1 |
SELECT t0.id AS id_1, t0.picture AS picture_2, t0.picture_alt AS picture_alt_3, t0.listorder AS listorder_4, t0.sewing_id AS sewing_id_5 FROM sewing_gallery t0 WHERE t0.sewing_id = ?
Parameters:
[
2
]
|
|
1.33 ms (11.76%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.level AS level_3, t0.price_ht AS price_ht_4, t0.tva AS tva_5, t0.description AS description_6, t0.picture AS picture_7, t0.picture_alt AS picture_alt_8, t0.published AS published_9, t0.date_publication AS date_publication_10, t0.file AS file_11, t0.is_on_homepage AS is_on_homepage_12, t0.is_physical AS is_physical_13, t0.is_quantity AS is_quantity_14, t0.category_id AS category_id_15 FROM sewing t0 WHERE t0.id = ?
Parameters:
[
"2"
]
|
|
0.89 ms (7.91%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.level AS level_3, t0.price_ht AS price_ht_4, t0.tva AS tva_5, t0.description AS description_6, t0.picture AS picture_7, t0.picture_alt AS picture_alt_8, t0.published AS published_9, t0.date_publication AS date_publication_10, t0.file AS file_11, t0.is_on_homepage AS is_on_homepage_12, t0.is_physical AS is_physical_13, t0.is_quantity AS is_quantity_14, t0.category_id AS category_id_15 FROM sewing t0 INNER JOIN sewing_sewing ON t0.id = sewing_sewing.sewing_target WHERE sewing_sewing.sewing_source = ?
Parameters:
[
2
]
|
|
0.37 ms (3.30%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.published AS published_4, t0.date_publication AS date_publication_5 FROM notification t0 WHERE t0.published = ? ORDER BY t0.date_publication DESC
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\Notification | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Sewing | No errors. |
| App\Entity\SewingCategory | No errors. |
| App\Entity\SewingGallery | No errors. |
| App\Entity\Client | No errors. |