GET https://karchonboardingtool.cube-hosting.net/maschine/8/scan

Query Metrics

1 Database Queries
1 Different statements
0.46 ms Query time
3 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.createdat AS createdat_4, t0.videopath AS videopath_5, t0.qr_code AS qr_code_6, t0.qr_path AS qr_path_7, t0.in_use AS in_use_8, t0.qr_main AS qr_main_9, t0.qr_info AS qr_info_10, t0.qr_scan AS qr_scan_11, t0.resources_id AS resources_id_12, t0.group_id AS group_id_13 FROM machines t0 WHERE t0.id = ?
Parameters:
[
  "8"
]

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\Machines 1
App\Entity\MachineGroup 1

Entities Mapping

Class Mapping errors
App\Entity\Machines
  • The field App\Entity\Machines#tests is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Tests#machine does not contain the required 'inversedBy: "tests"' attribute.
  • The mappings App\Entity\Machines#machineResources and App\Entity\MachineResource#machine are inconsistent with each other.
App\Entity\MachineResource
  • The field App\Entity\MachineResource#machine is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Machines#resources does not contain the required 'mappedBy: "machine"' attribute.
  • If association App\Entity\MachineResource#machine is many-to-one, then the inversed side App\Entity\Machines#resources has to be one-to-many.
App\Entity\MachineGroup No errors.
App\Entity\Tests No errors.
App\Entity\MaintenancePlan No errors.
App\Entity\MaintenanceRecord No errors.
App\Entity\OnboardingStep
  • The association App\Entity\OnboardingStep#userOnboardingProgress refers to the owning side field App\Entity\UserOnboardingProgress#OnboardingStep which does not exist.
  • The field App\Entity\OnboardingStep#progress is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\UserOnboardingProgress#onboardingStep does not contain the required 'inversedBy: "progress"' attribute.
App\Entity\MachineTraining No errors.
App\Entity\MachineChecklistItem No errors.