POST http://de.diglin.eu/api/rating/save?p=api%2Frating%2Fsave

Query Metrics

6 Database Queries
6 Different statements
10.19 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.39 ms
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.last_used AS last_used_5, t0.username AS username_6, t0.enabled AS enabled_7, t0.used AS used_8, t0.name AS name_9, t0.organisation AS organisation_10, t0.town AS town_11, t0.country AS country_12, t0.email AS email_13, t0.password AS password_14, t0.azure_id AS azure_id_15, t0.menu_id AS menu_id_16, t0.azure_refresh_token AS azure_refresh_token_17, t0.progress AS progress_18, t0.roles AS roles_19, t0.lastlogin AS lastlogin_20, t0.user_id AS user_id_21 FROM user t0 WHERE t0.id = ?
Parameters:
[
  86
]
2 0.30 ms
SELECT t0.id AS id_1, t0.menu_origin AS menu_origin_2, t0.page AS page_3, t0.location AS location_4, t0.exercise_id AS exercise_id_5, t0.path1 AS path1_6, t0.sequence1 AS sequence1_7, t0.name1 AS name1_8, t0.path2 AS path2_9, t0.sequence2 AS sequence2_10, t0.name2 AS name2_11, t0.path3 AS path3_12, t0.sequence3 AS sequence3_13, t0.name3 AS name3_14, t0.path4 AS path4_15, t0.sequence4 AS sequence4_16, t0.name4 AS name4_17, t0.path5 AS path5_18, t0.sequence5 AS sequence5_19, t0.name5 AS name5_20, t0.request_uri AS request_uri_21, t0.path_title AS path_title_22 FROM st_path t0 WHERE t0.id = ?
Parameters:
[
  "2432"
]
3 0.37 ms
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.score AS score_5, t0.user_id AS user_id_6, t0.path_id AS path_id_7 FROM st_rating t0 WHERE t0.path_id = ? AND t0.user_id = ? LIMIT 1
Parameters:
[
  2432
  86
]
4 0.13 ms
"START TRANSACTION"
Parameters:
[]
5 0.26 ms
INSERT INTO st_rating (created_at, updated_at, active, user_id, score, path_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "2024-10-22 09:31:16"
  "2024-10-22 09:31:16"
  1
  86
  1.0
  2432
]
6 8.74 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.

Entities Mapping