http://3.231.139.148/api/translate

Query Metrics

8 Database Queries
8 Different statements
13.93 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
8.98 ms
(64.43%)
1
"COMMIT"
Parameters:
[]
2.25 ms
(16.18%)
1
SELECT t0.id AS id_1, t0.word AS word_2, t0.translation AS translation_3, t0.meaning AS meaning_4, t0.`usage` AS usage_5, t0.synonyms AS synonyms_6, t0.examples AS examples_7, t0.language_from AS language_from_8, t0.language_to AS language_to_9, t0.created_at AS created_at_10, t0.image_filename AS image_filename_11 FROM word t0 WHERE t0.word = ? AND t0.language_from = ? AND t0.language_to = ? LIMIT 1
Parameters:
[
  "five"
  "english"
  "german"
]
0.72 ms
(5.16%)
1
SELECT t0.id AS id_1, t0.status AS status_2, t0.interval_days AS interval_days_3, t0.ease_factor AS ease_factor_4, t0.repetition AS repetition_5, t0.next_review_date AS next_review_date_6, t0.created_at AS created_at_7, t0.user_id AS user_id_8, t0.word_id AS word_id_9 FROM user_word t0 WHERE t0.user_id = ? AND t0.word_id = ? LIMIT 1
Parameters:
[
  1
  1
]
0.70 ms
(4.99%)
1
SELECT t0.id AS id_1, t0.count AS count_2, t0.date AS date_3, t0.user_id AS user_id_4 FROM daily_user_usage t0 WHERE t0.user_id = ? AND t0.date = ? LIMIT 1
Parameters:
[
  1
  "2026-04-19"
]
0.44 ms
(3.16%)
1
SELECT t0.id AS id_1, t0.version AS version_2, t0.enabled AS enabled_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM app_version t0 WHERE t0.version = ? LIMIT 1
Parameters:
[
  "1.0.0"
]
0.40 ms
(2.90%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.status AS status_7, t0.google_id AS google_id_8 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@example.com"
]
0.29 ms
(2.05%)
1
INSERT INTO daily_user_usage (count, date, user_id) VALUES (?, ?, ?)
Parameters:
[
  1
  "2026-04-19"
  1
]
0.16 ms
(1.13%)
1
"START TRANSACTION"
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.