Query Metrics
4
Database Queries
3
Different statements
6.52 ms
Query time
1
Invalid entities
1
Managed entities
Queries
local_db connection
remote_db connection
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2.40 ms |
SELECT SUM(i0_.pennylane_invoice_currency_amount_before_tax) AS sclr_0 FROM invoices i0_ WHERE i0_.pennylane_invoice_date >= ?
Parameters:
[
"2026-04-01"
]
|
||||||||||||||||||||||||||||||
| 2 | 1.31 ms |
SELECT SUM(i0_.pennylane_invoice_currency_amount_before_tax) AS sclr_0 FROM invoices i0_ WHERE i0_.pennylane_invoice_date >= ?
Parameters:
[
"2026-06-01"
]
|
||||||||||||||||||||||||||||||
| 3 | 1.70 ms |
SELECT TO_CHAR(pennylane_invoice_date, 'YYYY-MM') as month_year, SUM(pennylane_invoice_currency_amount_before_tax) as total FROM invoices WHERE pennylane_invoice_date >= :start AND pennylane_invoice_date <= :end GROUP BY month_year
Parameters:
[ "start" => "2026-04-01" "end" => "2027-03-31" ]
|
Database Connections
| Name | Service |
|---|---|
| local_db | doctrine.dbal.local_db_connection |
| remote_db | doctrine.dbal.remote_db_connection |
Entity Managers
| Name | Service |
|---|---|
| local_em | doctrine.orm.local_em_entity_manager |
| remote_em | doctrine.orm.remote_em_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
local_em entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Local\User | 1 |
remote_em entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
local_em entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Local\User | No errors. |
remote_em entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Remote\Invoice |
|