Query Metrics
1
Database Queries
1
Different statements
1.08 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 1.08 ms |
SELECT td.id, c.id inspectionId, c.comments, td.hasBooleanResponse, IFNULL(c.booleanResponse, 0) booleanResponse, td.desiredResponse, td.multipleChoiceResponses, 'form' inspectionType, t.name name, td.description description, c.passed, IFNULL(td.sort_order, 1) sort_order FROM templatedetail td JOIN template t ON t.id = td.template_id JOIN inspection mi ON mi.templateId = t.id LEFT JOIN category cat ON cat.id = td.categoryId LEFT JOIN inspection c ON c.masterInspectionId = mi.id and c.templateDetailId = td.id WHERE td.deleted = 0 AND t.deleted = 0 AND mi.id = :id ORDER BY IFNULL(td.sort_order, 0) ASC
Parameters:
[ "id" => 62441 ]
|
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.
Entities Mapping
No loaded entities.