Query Metrics
2
Database Queries
2
Different statements
0.50 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price_ht AS price_ht_4, t0.tva AS tva_5, t0.meta_description AS meta_description_6, t0.address AS address_7, t0.postcode AS postcode_8, t0.city AS city_9, t0.picture AS picture_10, t0.picture_alt AS picture_alt_11, t0.video AS video_12, t0.activated AS activated_13, t0.homepage AS homepage_14 FROM studio t0 WHERE t0.homepage = ? LIMIT 1
Parameters:
[
1
]
|
| 2 | 0.11 ms |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.description AS description_2, m0_.price_ht AS price_ht_3, m0_.tva AS tva_4, m0_.meta_description AS meta_description_5, m0_.picture AS picture_6, m0_.picture_alt AS picture_alt_7, m0_.activated AS activated_8 FROM material m0_ WHERE m0_.activated = ? ORDER BY m0_.id DESC LIMIT 2
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\Studio | No errors. |
| App\Entity\Material | No errors. |
| App\Entity\MaterialGallery | No errors. |
| App\Entity\MaterialBooking | No errors. |