https://prod.golmanagerpanel.com/api/es/reset-password/4a20b34a61a78b24474f3e88708de1f2678db489?p=api%2Fes%2Freset-password%2F4a20b34a61a78b24474f3e88708de1f2678db489

Query Metrics

8 Database Queries
6 Different statements
10.31 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 3.86 ms
SELECT c0_.id AS id_0, c0_.email AS email_1, c0_.username AS username_2, c0_.roles AS roles_3, c0_.password AS password_4, c0_.plain_password AS plain_password_5, c0_.enabled AS enabled_6, c0_.name AS name_7, c0_.surname AS surname_8, c0_.address AS address_9, c0_.celular AS celular_10, c0_.image AS image_11, c0_.created_at AS created_at_12, c0_.updated_at AS updated_at_13, c0_.country_id AS country_id_14, c0_.season_active AS season_active_15, c0_.type_account AS type_account_16, c0_.is_pro AS is_pro_17, c0_.purchase AS purchase_18, c0_.purchase_platform AS purchase_platform_19, c0_.membership_id AS membership_id_20, c0_.coupon_status AS coupon_status_21, c0_.phone AS phone_22, c0_.google_auth_code AS google_auth_code_23, c0_.google_auth_code_verified AS google_auth_code_verified_24, c0_.date_of_birth AS date_of_birth_25, c0_.deleted_at AS deleted_at_26, c0_.is_deleted AS is_deleted_27, c0_.country_id AS country_id_28 FROM customer c0_ WHERE c0_.email = ? AND c0_.deleted_at IS NULL AND c0_.is_deleted IS NULL AND c0_.roles LIKE ?
Parameters:
[
  "surucasl@yahoo.es"
  "%"ROLE_CUSTOMER"%"
]
2 4.09 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.hashed_token AS hashed_token_3, t0.requested_at AS requested_at_4, t0.expires_at AS expires_at_5, t0.state AS state_6, t0.customer_id AS customer_id_7 FROM reset_password_token_request t0 WHERE t0.customer_id = ? AND t0.hashed_token = ? AND t0.state = ? LIMIT 1
Parameters:
[
  23805
  "4a20b34a61a78b24474f3e88708de1f2678db489"
  1
]
3 0.24 ms
"START TRANSACTION"
Parameters:
[]
4 0.62 ms
UPDATE customer SET PASSWORD = ?, plain_password = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "$argon2id$v=19$m=65536,t=4,p=1$WTRoenVSdmpEc0xVSVZncw$IvzHspNoUKEKNTZDfh97OcdiKLoyjxfUzc8pFQtjJdk"
  "efvmarin"
  "2024-09-21 02:25:35"
  23805
]
5 0.56 ms
"COMMIT"
Parameters:
[]
6 0.16 ms
"START TRANSACTION"
Parameters:
[]
7 0.46 ms
UPDATE reset_password_token_request SET state = ? WHERE id = ?
Parameters:
[
  2
  826
]
8 0.32 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

Class Mapping errors
App\Entity\Customer
  • The association App\Entity\Customer#exerciseQualifications refers to the owning side field App\Entity\ExerciseQualification#customer_id which does not exist.
App\Entity\Country No errors.
App\Entity\Season No errors.
App\Entity\Suggestion No errors.
App\Entity\CouponCustomer No errors.
App\Entity\Notification No errors.
App\Entity\ExerciseQualification
  • The association App\Entity\ExerciseQualification#exercise refers to the inverse side field App\Entity\Exercise#qualifications which does not exist.
  • The association App\Entity\ExerciseQualification#customer refers to the inverse side field App\Entity\Customer#exerciseQualification which does not exist.
  • The association App\Entity\ExerciseQualification#exercises refers to the owning side field App\Entity\Exercise#qualifications which does not exist.
App\Entity\Strategy No errors.
App\Entity\ResetPasswordTokenRequest No errors.