GET https://facturation.myapp.agence-saycom.com/download/invoice/6c779f378331f2ae4a03518571ad3321

Query Metrics

5 Database Queries
5 Different statements
5.12 ms Query time
1 Invalid entities
3 Managed entities

Queries

Group similar statements

remote_db connection

# Time Info
1 2.06 ms
SELECT t0.pennylane_invoice_id AS pennylane_invoice_id_1, t0.pennylane_invoice_label AS pennylane_invoice_label_2, t0.pennylane_invoice_number AS pennylane_invoice_number_3, t0.pennylane_invoice_amount AS pennylane_invoice_amount_4, t0.pennylane_invoice_currency_amount AS pennylane_invoice_currency_amount_5, t0.pennylane_invoice_currency_amount_before_tax AS pennylane_invoice_currency_amount_before_tax_6, t0.pennylane_invoice_tax AS pennylane_invoice_tax_7, t0.pennylane_invoice_currency_tax AS pennylane_invoice_currency_tax_8, t0.pennylane_invoice_remaining_amount_with_tax AS pennylane_invoice_remaining_amount_with_tax_9, t0.pennylane_invoice_remaining_amount_without_tax AS pennylane_invoice_remaining_amount_without_tax_10, t0.pennylane_invoice_filename AS pennylane_invoice_filename_11, t0.pennylane_invoice_date AS pennylane_invoice_date_12, t0.pennylane_invoice_special_mention AS pennylane_invoice_special_mention_13, t0.pennylane_invoice_pdf_invoice_free_text AS pennylane_invoice_pdf_invoice_free_text_14, t0.pennylane_invoice_pdf_description AS pennylane_invoice_pdf_description_15, t0.pennylane_invoice_pdf_invoice_subject AS pennylane_invoice_pdf_invoice_subject_16, t0.pennylane_invoice_extrenal_reference AS pennylane_invoice_extrenal_reference_17, t0.pennylane_invoice_customer_invoice_template_id AS pennylane_invoice_customer_invoice_template_id_18, t0.vtiger_invoice_id AS vtiger_invoice_id_19, t0.vtiger_document_id AS vtiger_document_id_20, t0.vtiger_attachment_id AS vtiger_attachment_id_21, t0.generated AS generated_22, t0.token AS token_23, t0.pennylane_customer_id AS pennylane_customer_id_24 FROM invoices t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
  "6c779f378331f2ae4a03518571ad3321"
]
2 1.06 ms
SELECT NEXTVAL('invoice_download_log_id_seq')
Parameters:
[]
3 0.45 ms
"START TRANSACTION"
Parameters:
[]
4 0.90 ms
INSERT INTO invoice_download_log (id, downloaded_at, ip_address, user_agent, invoice_pennylane_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  912
  "2026-06-15 17:45:14"
  "216.73.217.151"
  "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
  "2205639888"
]
5 0.65 ms
"COMMIT"
Parameters:
[]

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

remote_em entity manager

Class Amount of managed objects
App\Entity\Remote\Invoice 1
App\Entity\Remote\Customer 1
App\Entity\Remote\InvoiceDownloadLog 1

Entities Mapping

local_em entity manager

No loaded entities.

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.
App\Entity\Remote\Customer No errors.
App\Entity\Remote\InvoiceLine No errors.
App\Entity\Remote\InvoiceSendAt No errors.
App\Entity\Remote\InvoiceDownloadLog No errors.