GET http://5.189.165.213:8081/

Query Metrics

4 Database Queries
4 Different statements
10.12 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
6.72 ms
(66.38%)
1
"COMMIT"
Parameters:
[]
1.33 ms
(13.12%)
1
"START TRANSACTION"
Parameters:
[]
1.33 ms
(13.12%)
1
INSERT INTO product (name, description, price, category_id) VALUES (?, ?, ?, ?)
Parameters:
[
  "Produit A"
  "Product description"
  "1000"
  null
]
0.75 ms
(7.39%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.category_id AS category_id_5 FROM product t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\Product 2

Entities Mapping

Class Mapping errors
App\Entity\Product No errors.
App\Entity\PurchaseOrderLine No errors.
App\Entity\Category No errors.