http://3.231.139.148/api/translate

Query Metrics

6 Database Queries
6 Different statements
2.31 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.46 ms
(19.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.45 ms
(19.51%)
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.41 ms
(17.99%)
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:
[
  "hello"
  "english"
  "german"
]
0.39 ms
(16.86%)
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.33 ms
(14.13%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.daily_word_limit AS daily_word_limit_3, t0.price AS price_4, t0.is_default AS is_default_5 FROM plan t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.27 ms
(11.62%)
1
SELECT t0.id AS id_1, t0.start_date AS start_date_2, t0.end_date AS end_date_3, t0.is_active AS is_active_4, t0.user_id AS user_id_5, t0.plan_id AS plan_id_6 FROM user_subscription t0 WHERE t0.user_id = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  1
  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.

Entities Mapping

Class Mapping errors
App\Domains\Shared\Entity\AppVersion No errors.
App\Domains\User\Domain\Entity\User No errors.
App\Domains\Word\Domain\Entity\Word No errors.
App\Domains\User\Domain\Entity\DailyWordUsage No errors.
App\Domains\UserPlan\Domain\Entity\UserSubscription No errors.
App\Domains\Plan\Domain\Entity\Plan
  • The field 'App\Domains\Plan\Domain\Entity\Plan#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.