Redirect 302 redirect from POST @agreement_index (3bcd6e)

GET https://skillpilot.dfirma.pl/agreements

Query Metrics

7 Database Queries
7 Different statements
2.11 ms Query time
0 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.41 ms
(19.28%)
1
SELECT a.*, l.first_name, l.last_name, g.name AS group_name
FROM agreement a
INNER JOIN learner l ON l.id = a.learner_id
LEFT JOIN class_group g ON g.id = a.class_group_id
WHERE a.school_id = ?
ORDER BY a.created_at DESC
Parameters:
[
  1
]
0.37 ms
(17.38%)
1
SELECT
    s.id,
    s.name,
    s.slug,
    s.status,
    s.default_locale,
    s.logo_path,
    s.meta_title_suffix,
    d.id AS domain_id,
    d.host,
    d.primary_domain
FROM school_domain d
INNER JOIN school s ON s.id = d.school_id
WHERE d.host = ?
  AND d.active = 1
  AND s.status = 'active'
LIMIT 1
Parameters:
[
  "skillpilot.dfirma.pl"
]
0.29 ms
(13.68%)
1
SELECT * FROM agreement_template WHERE school_id = ? AND active = 1 ORDER BY document_type, name
Parameters:
[
  1
]
0.28 ms
(13.25%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.active AS active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM app_user t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.26 ms
(12.58%)
1
SELECT * FROM learner WHERE school_id = ? AND active = 1 ORDER BY last_name, first_name
Parameters:
[
  1
]
0.26 ms
(12.54%)
1
SELECT * FROM class_group WHERE school_id = ? AND active = 1 ORDER BY name
Parameters:
[
  1
]
0.24 ms
(11.30%)
1
SELECT COUNT(*) FROM agreement_template WHERE school_id = ?
Parameters:
[
  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\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.