GET https://aws.comtoplay.com/

Query Metrics

6 Database Queries
3 Different statements
1.65 ms Query time
0 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 0.39 ms
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.user_id AS user_id_3, t0.equipment_id AS equipment_id_4 FROM user_inventory t0 WHERE t0.user_id = ?
Parameters:
[
  1
]
2 0.32 ms
SELECT t0.id AS id_1, t0.model AS model_2, t0.type AS type_3, t0.description AS description_4, t0.specs AS specs_5, t0.brand_id AS brand_id_6, t0.category_id AS category_id_7 FROM equipment t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM brand t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 0.26 ms
SELECT t0.id AS id_1, t0.model AS model_2, t0.type AS type_3, t0.description AS description_4, t0.specs AS specs_5, t0.brand_id AS brand_id_6, t0.category_id AS category_id_7 FROM equipment t0 WHERE t0.id = ?
Parameters:
[
  2
]
5 0.22 ms
SELECT t0.id AS id_1, t0.model AS model_2, t0.type AS type_3, t0.description AS description_4, t0.specs AS specs_5, t0.brand_id AS brand_id_6, t0.category_id AS category_id_7 FROM equipment t0 WHERE t0.id = ?
Parameters:
[
  3
]
6 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM brand t0 WHERE t0.id = ?
Parameters:
[
  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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\UserInventory 3
App\Entity\Equipment 3
App\Entity\Brand 2
App\Entity\Category 2
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\UserInventory No errors.
App\Entity\User No errors.
App\Entity\Equipment No errors.
App\Entity\Brand No errors.
App\Entity\Category No errors.