Query Metrics
5
Database Queries
5
Different statements
4.65 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.01 ms |
SELECT p.id ,p.title ,p.description ,c.title AS category ,p.size_id AS grp FROM almeda.product p JOIN almeda.category c ON c.id = p.category_id WHERE p.enabled = 1 ORDER BY p.size_id, p.title
Parameters:
[] |
2 | 0.38 ms |
SELECT DISTINCT product_id FROM almeda.size ORDER BY product_id;
Parameters:
[] |
3 | 0.24 ms |
SELECT * FROM almeda.size ORDER BY product_id, id;
Parameters:
[] |
4 | 1.36 ms |
SELECT * FROM almeda.vPageSectionInfo WHERE CategoryID = :catID OR ProductID = 9 ORDER BY PageTitle, PageSequence, SizeSequence, ProductCost;
Parameters:
[ "catID" => 1 ] |
5 | 1.66 ms |
SELECT * FROM almeda.vPageSectionInfo WHERE CategoryID = :catID ORDER BY PageTitle, PageSequence, SizeSequence, ProductCost;
Parameters:
[ "catID" => 2 ] |
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.