GET https://deployment.qaonline.com/api/deployment/get

Query Metrics

32 Database Queries
3 Different statements
21.38 ms Query time
0 Invalid entities
32 Managed entities

Grouped Statements

Show all queries

Time Count Info
15.69 ms
(73.37%)
27
SELECT t0.id AS id_1, t0.class_name AS class_name_2, t0.name AS name_3, t0.last_install AS last_install_4, t0.last_branch AS last_branch_5, t0.last_database_date AS last_database_date_6, t0.last_deployment_user_id AS last_deployment_user_id_7 FROM deployment_configurations t0 WHERE t0.class_name = ? LIMIT 1
Parameters:
[
  "App\Services\Deployment\AcceptAlt"
]
3.68 ms
(17.23%)
4
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.email AS email_4, t0.token AS token_5, t0.token_expire AS token_expire_6 FROM user t0 WHERE t0.id = ?
Parameters:
[
  3
]
2.01 ms
(9.41%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.email AS email_4, t0.token AS token_5, t0.token_expire AS token_expire_6 FROM user t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
  "2b57e07fcc5659a1639d4622752de5db1e77df762e39cc764efb84a6f8e0c715"
]

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\DeploymentConfigurations 27
App\Entity\User 5

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\DeploymentConfigurations No errors.