https://dev.sirene.tech/form/tygVP6pUffEQQg_bOlokdT8PJg

Query Metrics

3 Database Queries
2 Different statements
3.27 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.66 ms
(50.61%)
2
SELECT v0_.id AS id_0, v0_.version_web AS version_web_1, v0_.description_web AS description_web_2, v0_.version_mobile AS version_mobile_3, v0_.description_mobile AS description_mobile_4, v0_.date AS date_5 FROM version v0_ WHERE v0_.version_web IS NOT NULL ORDER BY v0_.id DESC LIMIT 1
Parameters:
[]
1.62 ms
(49.39%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.is_active AS is_active_3, t0.description AS description_4, t0.is_animal AS is_animal_5, t0.json_form AS json_form_6, t0.publication_date AS publication_date_7, t0.is_geolocated AS is_geolocated_8, t0.is_shape AS is_shape_9, t0.is_public AS is_public_10, t0.got_media AS got_media_11, t0.media_explanation AS media_explanation_12, t0.is_booking AS is_booking_13, t0.number_booking AS number_booking_14, t0.booking_date AS booking_date_15, t0.booking_name_display AS booking_name_display_16, t0.booking_space AS booking_space_17, t0.is_signed AS is_signed_18, t0.is_object AS is_object_19, t0.is_linked_to_object AS is_linked_to_object_20, t0.edit AS edit_21, t0.is_polyline AS is_polyline_22, t0.publication_end AS publication_end_23, t0.animal_id AS animal_id_24, t0.entity_id AS entity_id_25, t0.pdf_id AS pdf_id_26, t0.category_id AS category_id_27, t0.map_object_type_id AS map_object_type_id_28 FROM form t0 WHERE t0.id = ?
Parameters:
[
  "398"
]

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\Form
  • The association App\Entity\Form#entity refers to the inverse side field App\Entity\Entity#formAccesses which does not exist.
  • The association App\Entity\Form#profiles refers to the inverse side field App\Entity\Profile#formAccesses which does not exist.
App\Entity\UserEntity No errors.
App\Entity\Animal No errors.
App\Entity\Entity
  • The mappings App\Entity\Entity#form and App\Entity\Form#entity are inconsistent with each other.
App\Entity\Media No errors.
App\Entity\Category No errors.
App\Entity\MapObjectType No errors.
App\Entity\Answer
  • The mappings App\Entity\Answer#comments and App\Entity\Comment#answer are inconsistent with each other.
App\Entity\Profile
  • The mappings App\Entity\Profile#form and App\Entity\Form#profiles are inconsistent with each other.
App\Entity\Field No errors.
App\Entity\MapObject No errors.
App\Entity\Version No errors.