POST https://welovedoner.shopme24.website/user/article/update

Query Metrics

19 Database Queries
10 Different statements
2.82 ms Query time
0 Invalid entities
15 Managed entities

Queries

Group similar statements

# Time Info
1 0.46 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ?
Parameters:
[
  4
]
2 0.32 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.price AS price_4, t0.image AS image_5, t0.nr AS nr_6, t0.category_id AS category_id_7 FROM article t0 WHERE t0.nr = ? LIMIT 1
Parameters:
[
  "1"
]
3 0.25 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.price AS price_4, t0.image AS image_5, t0.nr AS nr_6, t0.category_id AS category_id_7 FROM article t0 WHERE t0.nr = ? LIMIT 1
Parameters:
[
  "1"
]
4 0.22 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM size t0 WHERE t0.id = ?
Parameters:
[
  10
]
5 0.21 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.size AS size_3, t0.nr AS nr_4, t0.image AS image_5 FROM category t0 WHERE t0.id = ?
Parameters:
[
  18
]
6 0.21 ms
SELECT t0.id AS id_1, t0.price AS price_2, t0.size_id AS size_id_3, t0.article_id AS article_id_4 FROM article_size t0 WHERE t0.article_id = ?
Parameters:
[
  30
]
7 0.10 ms
"START TRANSACTION"
Parameters:
[]
8 0.16 ms
DELETE FROM article_size WHERE id = ?
Parameters:
[
  134
]
9 0.08 ms
"COMMIT"
Parameters:
[]
10 0.05 ms
"START TRANSACTION"
Parameters:
[]
11 0.10 ms
DELETE FROM article_size WHERE id = ?
Parameters:
[
  135
]
12 0.09 ms
"COMMIT"
Parameters:
[]
13 0.11 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM size t0
Parameters:
[]
14 0.05 ms
"START TRANSACTION"
Parameters:
[]
15 0.15 ms
INSERT INTO article_size (price, size_id, article_id) VALUES (?, ?, ?)
Parameters:
[
  6.5
  1
  30
]
16 0.06 ms
"COMMIT"
Parameters:
[]
17 0.04 ms
"START TRANSACTION"
Parameters:
[]
18 0.10 ms
INSERT INTO article_size (price, size_id, article_id) VALUES (?, ?, ?)
Parameters:
[
  8.5
  2
  30
]
19 0.07 ms
"COMMIT"
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Size 10
App\Entity\ArticleSize 2
App\Entity\User 1
App\Entity\Article 1
App\Entity\Category 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Article No errors.
App\Entity\Category No errors.
App\Entity\ActicleScreen No errors.
App\Entity\ArticleSize No errors.
App\Entity\Size No errors.