Query Metrics
4
Database Queries
2
Different statements
4.85 ms
Query time
0
Invalid entities
140
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.50 ms (72.13%) |
1 |
SELECT m0_.id AS id_0, m0_.numer_mieszkania AS numer_mieszkania_1, m0_.pietro AS pietro_2, m0_.powierzchnia AS powierzchnia_3, m0_.koszt_partycypacji AS koszt_partycypacji_4, m0_.czynsz AS czynsz_5, m0_.liczba_pokoi AS liczba_pokoi_6, m0_.status AS status_7, m0_.is_active AS is_active_8, m0_.created_at AS created_at_9, m0_.updated_at AS updated_at_10, m0_.segment_id AS segment_id_11 FROM mieszkania m0_ LEFT JOIN bloki b1_ ON m0_.segment_id = b1_.id WHERE m0_.is_active = ? ORDER BY m0_.numer_mieszkania ASC
Parameters:
[
1
]
|
|
1.35 ms (27.87%) |
3 |
SELECT t0.id AS id_1, t0.segment AS segment_2, t0.nazwa AS nazwa_3, t0.adres AS adres_4, t0.koszt AS koszt_5, t0.partycypacja_zl AS partycypacja_zl_6, t0.partycypacja_p AS partycypacja_p_7, t0.czynsz AS czynsz_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM bloki t0 WHERE t0.id = ?
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Mieszkanie | 137 |
| App\Entity\Blok | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Mieszkanie | No errors. |
| App\Entity\Blok | No errors. |