Query Metrics
44
Database Queries
5
Different statements
3512.99 ms
Query time
0
Invalid entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
1955.47 ms (55.66%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT s0_.id AS id_0, s0_.id_warehouse AS id_warehouse_1, s1_.name AS name_2, s0_.date_add AS date_add_3, COUNT(s2_.id) AS sclr_4, s0_.date_add AS date_add_5, s0_.date_store_reception AS date_store_reception_6, SUM(s2_.stock_added) AS sclr_7, s0_.uniqid AS uniqid_8, s0_.mvt_type AS mvt_type_9 FROM stock_mvt s0_ INNER JOIN stock_mvt_detail s2_ ON s0_.id = s2_.id_stock_mvt_id INNER JOIN store s1_ ON (s1_.id_warehouse = s0_.id_warehouse) GROUP BY s0_.id ORDER BY s0_.date_add DESC) dctrn_table
Parameters:
[] |
|
1540.11 ms (43.84%) |
1 |
SELECT s0_.id AS id_0, s0_.id_warehouse AS id_warehouse_1, s1_.name AS name_2, s0_.date_add AS date_add_3, COUNT(s2_.id) AS sclr_4, s0_.date_add AS date_add_5, s0_.date_store_reception AS date_store_reception_6, SUM(s2_.stock_added) AS sclr_7, s0_.uniqid AS uniqid_8, s0_.mvt_type AS mvt_type_9 FROM stock_mvt s0_ INNER JOIN stock_mvt_detail s2_ ON s0_.id = s2_.id_stock_mvt_id INNER JOIN store s1_ ON (s1_.id_warehouse = s0_.id_warehouse) GROUP BY s0_.id ORDER BY s0_.date_add DESC LIMIT 20
Parameters:
[] |
|
15.81 ms (0.45%) |
40 |
SELECT t0.id AS id_1, t0.id_warehouse AS id_warehouse_2, t0.name AS name_3, t0.hours AS hours_4 FROM store t0 WHERE t0.id_warehouse = ? LIMIT 1
Parameters:
[
6
]
|
|
1.13 ms (0.03%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.firstname AS firstname_6, t0.lastname AS lastname_7, t0.active AS active_8 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
16
]
|
|
0.48 ms (0.01%) |
1 |
SELECT t0.id AS id_1, t0.id_warehouse AS id_warehouse_2, t0.name AS name_3, t0.hours AS hours_4 FROM store t0
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| dashboard | doctrine.dbal.dashboard_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\HistoryAction | No errors. |
| App\Entity\Gifts | No errors. |
| App\Entity\GiftHistory | No errors. |
| App\Entity\StockMvt | No errors. |
| App\Entity\StockMvtDetail | No errors. |
| App\Entity\Store | No errors. |