https://dev.al-meda.com/order

Query Metrics

5 Database Queries
5 Different statements
4.65 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.66 ms
(35.67%)
1
SELECT * FROM almeda.vPageSectionInfo WHERE CategoryID = :catID ORDER BY PageTitle, PageSequence, SizeSequence, ProductCost;
Parameters:
[
  "catID" => 2
]
1.36 ms
(29.34%)
1
SELECT * FROM almeda.vPageSectionInfo WHERE CategoryID = :catID OR ProductID = 9 ORDER BY PageTitle, PageSequence, SizeSequence, ProductCost;
Parameters:
[
  "catID" => 1
]
1.01 ms
(21.72%)
1
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:
[]
0.38 ms
(8.11%)
1
SELECT DISTINCT product_id FROM almeda.size ORDER BY product_id;
Parameters:
[]
0.24 ms
(5.16%)
1
SELECT * FROM almeda.size ORDER BY product_id, id;
Parameters:
[]

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.