GET https://facturation.myapp.agence-saycom.com/

Query Metrics

4 Database Queries
3 Different statements
6.52 ms Query time
1 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

local_db connection

Time Count Info
1.11 ms
(17.01%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "a.grelier@agence-saycom.fr"
]

remote_db connection

Time Count Info
3.71 ms
(56.87%)
2
SELECT SUM(i0_.pennylane_invoice_currency_amount_before_tax) AS sclr_0 FROM invoices i0_ WHERE i0_.pennylane_invoice_date >= ?
Parameters:
[
  "2026-04-01"
]
1.70 ms
(26.12%)
1
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
  • The field App\Entity\Remote\Invoice#sendSchedules is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Remote\InvoiceSendAt#invoice does not contain the required 'inversedBy: "sendSchedules"' attribute.