https://prod.golmanagerpanel.com/api/es/auth/login_external?p=api%2Fes%2Fauth%2Flogin_external

Query Metrics

11 Database Queries
9 Different statements
13.01 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 1.77 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:
[
  "tambosimo19749@gmail.com"
  "%"ROLE_CUSTOMER"%"
]
2 3.35 ms
SELECT t0.id AS id_1, t0.customer_id AS customer_id_2, t0.device_id AS device_id_3, t0.fingerprint AS fingerprint_4, t0.created_at AS created_at_5 FROM customer_fingerprint t0 WHERE t0.device_id = ? AND t0.customer_id = ? LIMIT 1
Parameters:
[
  "ca5b41eb5238d87e"
  11276
]
3 0.48 ms
SELECT t0.id AS id_1, t0.customer_id AS customer_id_2, t0.device_id AS device_id_3, t0.fingerprint AS fingerprint_4, t0.created_at AS created_at_5 FROM customer_fingerprint t0 WHERE t0.device_id = ? LIMIT 1
Parameters:
[
  "ca5b41eb5238d87e"
]
4 0.29 ms
"START TRANSACTION"
Parameters:
[]
5 1.83 ms
INSERT INTO customer_fingerprint (customer_id, device_id, fingerprint, created_at) VALUES (?, ?, ?, ?)
Parameters:
[
  1 => 11276
  2 => "ca5b41eb5238d87e"
  3 => null
  4 => "2024-11-14 13:20:13"
]
6 1.06 ms
"COMMIT"
Parameters:
[]
7 1.76 ms
DELETE FROM customer_device WHERE device_id LIKE :device_id AND `status` = 0 ;
Parameters:
[
  "device_id" => "ca5b41eb5238d87e"
]
8 1.84 ms
SELECT t0.refresh_token AS refresh_token_1, t0.username AS username_2, t0.valid AS valid_3, t0.id AS id_4 FROM refresh_tokens t0 WHERE t0.refresh_token = ?
Parameters:
[
  "6733e33accdb30561cb1b1c365fa6d01c6cd3032ed6c5c83535d802bcda9395da449d5fc440ef5fe3d3f869156cacd0756d5cd4664266febd9542ea7cf73cc30"
]
9 0.14 ms
"START TRANSACTION"
Parameters:
[]
10 0.30 ms
INSERT INTO refresh_tokens (refresh_token, username, valid) VALUES (?, ?, ?)
Parameters:
[
  1 => "6733e33accdb30561cb1b1c365fa6d01c6cd3032ed6c5c83535d802bcda9395da449d5fc440ef5fe3d3f869156cacd0756d5cd4664266febd9542ea7cf73cc30"
  2 => "tambosimo19749@ģmail.com "
  3 => "2024-12-14 13:20:13"
]
11 0.18 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\Exercise
  • The field App\Entity\Exercise#notes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\NoteExercise#exercise does not contain the required 'inversedBy="notes"' attribute.
  • The mappings App\Entity\Exercise#exerciseQualifications and App\Entity\ExerciseQualification#exercise are inconsistent with each other.
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\CustomerFingerprint No errors.
Gesdinet\JWTRefreshTokenBundle\Entity\AbstractRefreshToken No errors.
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken No errors.