GET http://192.168.2.8:8888/cron/updateReportsCost/dshsqcfqs44567vsd437Vdfdfsgvs47653

Query Metrics

1131 Database Queries
9 Different statements
4664.80 ms Query time
8 Invalid entities
276 Managed entities

Grouped Statements

Show all queries

Time Count Info
1431.67 ms
(30.69%)
238
SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1
Parameters:
[
  "FRATEUR_CENTRAL"
  "2026-03-09 00:00:00"
]
1383.33 ms
(29.65%)
233
SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1
Parameters:
[
  "2026-03-09 00:00:00"
  "0"
  "391"
]
1137.69 ms
(24.39%)
238
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1
Parameters:
[
  "FRATEUR_CENTRAL"
  0
  0
]
628.98 ms
(13.48%)
32
SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?
Parameters:
[
  "2026-03-07"
  "%/%"
]
39.23 ms
(0.84%)
233
INSERT INTO reports_cost (works, tools, created_at, datetime, number_of_construction_site, update_at, construction_site_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  391.0
  0.0
  "2026-03-09 00:00:00"
  "2026-03-09 00:00:00"
  "FRATEUR_CENTRAL"
  "2026-04-07 12:00:02"
  4025
]
20.75 ms
(0.44%)
104
DELETE FROM reports_cost WHERE id = ?
Parameters:
[
  1098341
]
16.13 ms
(0.35%)
24
"COMMIT"
Parameters:
[]
6.03 ms
(0.13%)
24
"START TRANSACTION"
Parameters:
[]
0.98 ms
(0.02%)
5
UPDATE reports_cost SET created_at = ?, datetime = ?, update_at = ? WHERE id = ?
Parameters:
[
  "2026-03-16 00:00:00"
  "2026-03-16 00:00:00"
  "2026-04-07 12:00:05"
  1091812
]

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\ReportsCost 238
App\Entity\ConstructionSite 37
App\Entity\ConstructionSiteStatus 1

Entities Mapping

Class Mapping errors
App\Entity\ReportsCost No errors.
App\Entity\ConstructionSite
  • The mappings App\Entity\ConstructionSite#contractingAuthority and App\Entity\Company#constructionSites are inconsistent with each other.
  • The mappings App\Entity\ConstructionSite#chief and App\Entity\User#constructionSites are inconsistent with each other.
  • The association App\Entity\ConstructionSite#constructionSites refers to the owning side field App\Entity\ConstructionSite#constructionSiteOffer which does not exist.
  • The mappings App\Entity\ConstructionSite#secondChief and App\Entity\User#constructionSites are inconsistent with each other.
App\Entity\Company
  • The field App\Entity\Company#materials is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Material#company does not contain the required 'inversedBy="materials"' attribute.
App\Entity\User
  • The association App\Entity\User#constructionSites refers to the owning side field App\Entity\ConstructionSite#projectManager which is not defined as association, but as field.
  • The association App\Entity\User#constructionSites refers to the owning side field App\Entity\ConstructionSite#projectManager which does not exist.
  • The association App\Entity\User#createMail refers to the owning side field App\Entity\Mail#created_by which does not exist.
  • The field App\Entity\User#invoiceTypeUsers is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\InvoiceTypeUser#user does not contain the required 'inversedBy="invoiceTypeUsers"' attribute.
App\Entity\ConstructionSiteStatus No errors.
App\Entity\SiteImage No errors.
App\Entity\Progress
  • The association App\Entity\Progress#reviewFormulas refers to the owning side field App\Entity\ReviewFormula#progress which does not exist.
App\Entity\Mail
  • The mappings App\Entity\Mail#createdBy and App\Entity\User#createMail are inconsistent with each other.
App\Entity\Invoice
  • The association App\Entity\Invoice#invoiceAmounts refers to the owning side field App\Entity\InvoiceAmount#invoice which does not exist.
App\Entity\InvoiceConstructionSite No errors.
App\Entity\HistoryAction No errors.
App\Entity\SuppliesEncodeConstructionSite No errors.
App\Entity\MetreConstructionSiteEncode No errors.
App\Entity\Index No errors.
App\Entity\MetreConstructionSite No errors.
App\Entity\MaterialConstructionSite No errors.
App\Entity\ConstructionSiteComment No errors.
App\Entity\ConstructionSitePhoto No errors.
App\Entity\Family No errors.
App\Entity\ReservedStock No errors.
App\Entity\Rental No errors.
App\Entity\OrderFormMateriel
  • The mappings App\Entity\OrderFormMateriel#materiel and App\Entity\Materiel#orderFormMateriels are inconsistent with each other.
App\Entity\OrderDocument
  • The mappings App\Entity\OrderDocument#allocation and App\Entity\Allocation#orderDocuments are inconsistent with each other.
App\Entity\IndexBaseValue No errors.
App\Entity\MonthlyCost No errors.