Query Metrics
12
Database Queries
4
Different statements
4.07 ms
Query time
0
Invalid entities
34
Managed entities
Grouped Statements
refuge connection
| Time▼ | Count | Info |
|---|---|---|
|
2.22 ms (54.58%) |
8 |
SELECT t0.id AS id_1, t0.tarif_key AS tarif_key_2, t0.category AS category_3, t0.label AS label_4, t0.amount AS amount_5, t0.effective_from AS effective_from_6, t0.display_order AS display_order_7 FROM tarif t0 WHERE t0.effective_from = ? AND t0.category = ? ORDER BY t0.category ASC, t0.display_order ASC
Parameters:
[ "2026-03-27 00:00:00" "PUBLIC" ] |
|
1.32 ms (32.54%) |
2 |
SELECT MAX(t0_.effective_from) AS sclr_0 FROM tarif t0_ WHERE t0_.effective_from <= ?
Parameters:
[
"2026-06-06 00:22:29"
]
|
|
0.27 ms (6.64%) |
1 |
SELECT DISTINCT t0_.effective_from AS effective_from_0 FROM tarif t0_ WHERE t0_.effective_from < ? ORDER BY t0_.effective_from DESC
Parameters:
[
"2026-03-27 00:00:00"
]
|
|
0.25 ms (6.24%) |
1 |
SELECT MIN(t0_.effective_from) AS sclr_0 FROM tarif t0_ WHERE t0_.effective_from > ?
Parameters:
[
"2026-06-06 00:22:29"
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| refuge | doctrine.dbal.refuge_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
| refuge | doctrine.orm.refuge_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
refuge entity manager
| Class | Amount of managed objects |
|---|---|
| App\Refuge\Entity\Tarif | 34 |
Entities Mapping
default entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Supervisor | No errors. |
refuge entity manager
| Class | Mapping errors |
|---|---|
| App\Refuge\Entity\Tarif | No errors. |