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

Query Metrics

4 Database Queries
4 Different statements
1.57 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.46 ms
(29.30%)
1
SELECT * FROM school_website_config WHERE school_id = ? LIMIT 1
Parameters:
[
  4
]
0.39 ms
(24.65%)
1
SELECT g.*, l.name AS location_name
FROM class_group g
LEFT JOIN location l ON l.id = g.default_location_id
WHERE g.school_id = ?
    AND g.active = 1
    AND g.self_enrollment_enabled = 1
ORDER BY g.name ASC
Parameters:
[
  4
]
0.37 ms
(23.57%)
1
SELECT
    s.id,
    s.name,
    s.slug,
    s.status,
    s.default_locale,
    s.logo_path,
    s.meta_title_suffix,
    s.gtm_container_id,
    s.google_analytics_id,
    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:
[
  "demo.skillpilot.dfirma.pl"
]
0.35 ms
(22.48%)
1
SELECT * FROM location WHERE school_id = ? AND active = 1 ORDER BY name ASC
Parameters:
[
  4
]

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

Entities Mapping

No loaded entities.