Query Metrics
3
Database Queries
3
Different statements
6.89 ms
Query time
0
Invalid entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
4.99 ms (72.41%) |
1 |
SELECT p.id, p.name, p.model_no AS modelNo, p.product_fdm AS productFdm, p.global_id AS globalId, p.sync_flag AS syncFlag, '' AS description, p.alias, ig.name AS igName, cat.name AS categoryName, sub.name AS subCategoryName, br.name AS brandName, ut.name AS uomName, '' AS image FROM inv_products p LEFT JOIN inv_item_group ig ON ig.id = p.ig_id LEFT JOIN inv_product_categories cat ON cat.id = p.category_id LEFT JOIN inv_product_sub_categories sub ON sub.id = p.sub_category_id LEFT JOIN brand_company br ON br.id = p.brand_company LEFT JOIN unit_type ut ON ut.id = p.unit_type_id WHERE (p.name LIKE ? OR p.model_no LIKE ?) ORDER BY CASE WHEN p.name = ? THEN 0 WHEN p.model_no = ? THEN 1 ELSE 2 END, p.name ASC LIMIT ?
Parameters:
[ "%JA Sola%" "%JA Sola%" "JA Sola" "JA Sola" 10 ] |
|
0.99 ms (14.43%) |
1 |
SELECT table_name AS t FROM information_schema.tables WHERE table_schema = DATABASE()
Parameters:
[] |
|
0.91 ms (13.16%) |
1 |
SELECT column_name AS c FROM information_schema.columns WHERE table_schema = DATABASE() AND table_name = 'inv_products'
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| company_group | doctrine.dbal.company_group_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
| company_group | doctrine.orm.company_group_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
No loaded entities.
company_group entity manager
No loaded entities.