GET https://mybox-webappsdev2849340.taild66027.ts.net/api/job/4C4C4544-0054-3310-8034-C8C04F523734

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.40 ms
(59.48%)
1
SELECT j0_.id AS id_0, j0_.type AS type_1, j0_.command AS command_2, j0_.arguments AS arguments_3, j0_.file_url AS file_url_4, j0_.status AS status_5, j0_.created_at AS created_at_6, j0_.started_at AS started_at_7, j0_.finished_at AS finished_at_8, j0_.machine_id AS machine_id_9 FROM jobs j0_ INNER JOIN machines m1_ ON j0_.machine_id = m1_.id WHERE m1_.machine_id = ? AND j0_.status = ? ORDER BY j0_.id ASC
Parameters:
[
  "4C4C4544-0054-3310-8034-C8C04F523734"
  "Pending"
]
0.28 ms
(40.52%)
1
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.enabled AS enabled_3, t0.created_at AS created_at_4 FROM api_keys t0 WHERE t0.api_key = ? AND t0.enabled = ? LIMIT 1
Parameters:
[
  "218307038975df4a53650c3a35820750bb565b4ce8155d681236ef15d3979d4e"
  1
]

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\ApiKey 1

Entities Mapping

Class Mapping errors
App\Entity\ApiKey No errors.
App\Entity\Job
  • The field App\Entity\Job#result is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\JobResult#job does not contain the required 'inversedBy: "result"' attribute.
App\Entity\Machine No errors.