Query Metrics
1
Database Queries
1
Different statements
6.89 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6.89 ms (100.00%) |
1 |
SELECT bp.*, c.Active as CustomerActive, c.Locked as CustomerLocked FROM BusinessPage bp INNER JOIN Customer c ON bp.CustomerID = c.ID WHERE (bp.Active = ?) AND (c.Active = ?) AND (c.Locked = ?) AND (bp.Products != ?) ORDER BY bp.Products ASC, bp.BusinessName ASC
Parameters:
[ "Y" "Y" "N" "" ]
|
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.