POST https://ppe.bliwe.com/api/heartbeat

Query Metrics

6 Database Queries
6 Different statements
2.67 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.82 ms
(30.63%)
1
"COMMIT"
Parameters:
[]
0.52 ms
(19.60%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.type AS type_4, t0.date_in AS date_in_5, t0.date_out AS date_out_6, t0.date_booking_start AS date_booking_start_7, t0.date_booking_end AS date_booking_end_8, t0.organisateur AS organisateur_9, t0.parcexpo AS parcexpo_10, t0.date_montage AS date_montage_11, t0.date_demontage AS date_demontage_12, t0.site_vehicule AS site_vehicule_13, t0.site_badge AS site_badge_14, t0.hall AS hall_15, t0.stand AS stand_16, t0.type_espace AS type_espace_17, t0.type_espace_cmm AS type_espace_cmm_18, t0.etage AS etage_19, t0.etage_cmm AS etage_cmm_20, t0.porte AS porte_21, t0.porte_cmm AS porte_cmm_22, t0.accesEtage AS accesEtage_23, t0.accesetage_cmm AS accesetage_cmm_24, t0.equipement AS equipement_25, t0.equipement_cmm AS equipement_cmm_26, t0.stationnement AS stationnement_27, t0.stationnement_cmm AS stationnement_cmm_28, t0.badgeAccreditation AS badgeAccreditation_29, t0.vehicule_aller AS vehicule_aller_30, t0.vehicule_retour AS vehicule_retour_31, t0.date_trasnport_in AS date_trasnport_in_32, t0.date_transport_out AS date_transport_out_33, t0.imageplan AS imageplan_34, t0.signature AS signature_35 FROM event t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "big2025"
]
0.46 ms
(17.35%)
1
SELECT t0.id AS id_1, t0.serial AS serial_2, t0.reference AS reference_3, t0.signature AS signature_4, t0.signature_installed AS signature_installed_5, t0.installed AS installed_6, t0.status AS status_7, t0.installed_at AS installed_at_8, t0.timestamp AS timestamp_9, t0.date_booking_start AS date_booking_start_10, t0.date_booking_end AS date_booking_end_11, t0.event_id AS event_id_12 FROM install t0 WHERE t0.reference = ?
Parameters:
[
  "NUC10113"
]
0.43 ms
(16.19%)
1
SELECT t0.id AS id_1, t0.serial AS serial_2, t0.reference AS reference_3, t0.signature AS signature_4, t0.signature_installed AS signature_installed_5, t0.installed AS installed_6, t0.status AS status_7, t0.installed_at AS installed_at_8, t0.timestamp AS timestamp_9, t0.date_booking_start AS date_booking_start_10, t0.date_booking_end AS date_booking_end_11, t0.event_id AS event_id_12 FROM install t0 WHERE t0.reference = ? AND t0.event_id = ? LIMIT 1
Parameters:
[
  "NUC10113"
  64
]
0.32 ms
(12.03%)
1
UPDATE install SET installed_at = ?, timestamp = ? WHERE id = ?
Parameters:
[
  "2025-09-19 14:20:17"
  "2025-09-19 12:20:17"
  115
]
0.11 ms
(4.20%)
1
"START TRANSACTION"
Parameters:
[]

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.

Entities Mapping

Class Mapping errors
App\Entity\Install No errors.
App\Entity\Event No errors.
App\Entity\Product
  • The field App\Entity\Product#productParent is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Product#productParent does not contain the required 'mappedBy="productParent"' attribute.
  • If association App\Entity\Product#productParent is many-to-one, then the inversed side App\Entity\Product#productParent has to be one-to-many.
  • The mappings App\Entity\Product#nuc and App\Entity\Nuc#product are inconsistent with each other.
  • The mappings App\Entity\Product#totem and App\Entity\Totem#product are inconsistent with each other.
  • The mappings App\Entity\Product#flightcase and App\Entity\FlightCase#product are inconsistent with each other.
  • The mappings App\Entity\Product#ecran and App\Entity\Ecran#product are inconsistent with each other.
  • The mappings App\Entity\Product#battery and App\Entity\Battery#product are inconsistent with each other.
App\Entity\Chantier No errors.