Query Metrics
89
Database Queries
9
Different statements
211.87 ms
Query time
11
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 61.03 ms |
SELECT * FROM customer_device WHERE :token LIKE CONCAT(token,'%') AND `status` = 0
Parameters:
[ "token" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MzE4NzgzMDgsImV4cCI6MTczMTg4MTkwOCwicm9sZXMiOlsiUk9MRV9DVVNUT01FUiJdLCJ1c2VybmFtZSI6InNhbmNoZXpqZXNvbjJAZ21haWwuY29tIn0.c6velAPgLJfMkkSDQU9tyw5UST8EjjEPrA-snU6wcgtbydgqG_ubEFf-yfm9GbYyHJNHPQGODZvWMiA6kgR4UgfIhESPw_AgCE-wccelrCKE4zO6Y1Qjhcg1OW7VR7YBucCHYl0EvU_icITp1ehwVcjTcD_OILMUrWYm6-ipE539YBIqwFw96k_OH31Fh6paB1hzlNmlkIB1C_w8eX5DRbk0atoikQ3kkBPuCDx79pZILf8uauvZMf7PR5dTB5KE1PWvLOYUXmXatJW4X9MAx9SWJZKnaF9hG5uWhPKHPSR0b-PdhPZTXHsqM-Ccxus_W-d7nH-noB8epROzhLaTEYax8Saitizf5DWiZrJVVYFy9nrUp-MroNdCQXXPo7tq65K5kBkNlWJG1drI2--jgi2DoO05cCP5JZmk68LJ5z9UDas_4QHa7MWV-anyNQ6htbwUgUY43kbr0Pcv5vsg-LMWIexzTcBMG9QMa1Mp0POuAox2VdsI__nFLx7YfSU33v5cE7hZDd53OJZ2xlhR7ZlafvvdAQGU34sFjbzGd7o90Bs7qN8xqwp3yyAbrqo46c5KwpHHasZMP3w7545v-XHaYOz1TnDqZOhExyEFlxcY41M2nUjkVk6tEv2m1V-1PAeHV1eqiSf4O0eR90pqeqxEUPbFiBR3aBPe_Bx36jU" ] |
2 | 1.75 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.roles AS roles_4, t0.password AS password_5, t0.plain_password AS plain_password_6, t0.enabled AS enabled_7, t0.name AS name_8, t0.surname AS surname_9, t0.address AS address_10, t0.celular AS celular_11, t0.image AS image_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.country_id AS country_id_15, t0.season_active AS season_active_16, t0.type_account AS type_account_17, t0.is_pro AS is_pro_18, t0.purchase AS purchase_19, t0.purchase_platform AS purchase_platform_20, t0.membership_id AS membership_id_21, t0.coupon_status AS coupon_status_22, t0.phone AS phone_23, t0.google_auth_code AS google_auth_code_24, t0.google_auth_code_verified AS google_auth_code_verified_25, t0.date_of_birth AS date_of_birth_26, t0.deleted_at AS deleted_at_27, t0.is_deleted AS is_deleted_28, t0.country_id AS country_id_29 FROM customer t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"sanchezjeson2@gmail.com"
]
|
3 | 1.62 ms |
SELECT t0.id AS id_1, t0.year AS year_2, t0.is_active AS is_active_3, t0.team_id AS team_id_4, t0.customer_id AS customer_id_5, t0.country_id AS country_id_6 FROM season t0 WHERE t0.customer_id = ?
Parameters:
[
26629
]
|
4 | 4.38 ms |
SELECT t0.id AS id_1, t0.games AS games_2, t0.goals AS goals_3, t0.yellow_card AS yellow_card_4, t0.red_card AS red_card_5, t0.dorsal AS dorsal_6, t0.is_active AS is_active_7, t0.deleted_at AS deleted_at_8, t0.season_id AS season_id_9, t0.player_id AS player_id_10 FROM season_player t0 WHERE t0.season_id = ?
Parameters:
[
27913
]
|
5 | 14.69 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126620 "2024-11-01 00:00:00" ] |
6 | 2.11 ms |
"START TRANSACTION"
Parameters:
[] |
7 | 39.03 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126620 7 => 27913 ] |
8 | 2.56 ms |
"COMMIT"
Parameters:
[] |
9 | 1.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123387
]
|
10 | 1.79 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126623 "2024-11-01 00:00:00" ] |
11 | 1.61 ms |
"START TRANSACTION"
Parameters:
[] |
12 | 0.66 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126623 7 => 27913 ] |
13 | 0.36 ms |
"COMMIT"
Parameters:
[] |
14 | 3.61 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123390
]
|
15 | 1.61 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126624 "2024-11-01 00:00:00" ] |
16 | 0.20 ms |
"START TRANSACTION"
Parameters:
[] |
17 | 0.44 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126624 7 => 27913 ] |
18 | 0.25 ms |
"COMMIT"
Parameters:
[] |
19 | 0.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123391
]
|
20 | 1.02 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126625 "2024-11-01 00:00:00" ] |
21 | 5.71 ms |
"START TRANSACTION"
Parameters:
[] |
22 | 1.12 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126625 7 => 27913 ] |
23 | 0.63 ms |
"COMMIT"
Parameters:
[] |
24 | 1.89 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123392
]
|
25 | 1.68 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126626 "2024-11-01 00:00:00" ] |
26 | 2.77 ms |
"START TRANSACTION"
Parameters:
[] |
27 | 2.83 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126626 7 => 27913 ] |
28 | 3.71 ms |
"COMMIT"
Parameters:
[] |
29 | 0.74 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123393
]
|
30 | 3.76 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126627 "2024-11-01 00:00:00" ] |
31 | 0.68 ms |
"START TRANSACTION"
Parameters:
[] |
32 | 1.15 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126627 7 => 27913 ] |
33 | 0.79 ms |
"COMMIT"
Parameters:
[] |
34 | 1.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123394
]
|
35 | 1.04 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126628 "2024-11-01 00:00:00" ] |
36 | 0.17 ms |
"START TRANSACTION"
Parameters:
[] |
37 | 0.46 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126628 7 => 27913 ] |
38 | 0.77 ms |
"COMMIT"
Parameters:
[] |
39 | 1.12 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123395
]
|
40 | 0.74 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126629 "2024-11-01 00:00:00" ] |
41 | 1.22 ms |
"START TRANSACTION"
Parameters:
[] |
42 | 0.52 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126629 7 => 27913 ] |
43 | 0.48 ms |
"COMMIT"
Parameters:
[] |
44 | 0.54 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123396
]
|
45 | 0.55 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126650 "2024-11-01 00:00:00" ] |
46 | 0.18 ms |
"START TRANSACTION"
Parameters:
[] |
47 | 0.45 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126650 7 => 27913 ] |
48 | 0.31 ms |
"COMMIT"
Parameters:
[] |
49 | 0.56 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123417
]
|
50 | 0.55 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126651 "2024-11-01 00:00:00" ] |
51 | 0.25 ms |
"START TRANSACTION"
Parameters:
[] |
52 | 0.39 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126651 7 => 27913 ] |
53 | 0.23 ms |
"COMMIT"
Parameters:
[] |
54 | 0.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123418
]
|
55 | 0.54 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126652 "2024-11-01 00:00:00" ] |
56 | 0.22 ms |
"START TRANSACTION"
Parameters:
[] |
57 | 0.41 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126652 7 => 27913 ] |
58 | 0.27 ms |
"COMMIT"
Parameters:
[] |
59 | 1.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123419
]
|
60 | 1.09 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126653 "2024-11-01 00:00:00" ] |
61 | 0.18 ms |
"START TRANSACTION"
Parameters:
[] |
62 | 0.44 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126653 7 => 27913 ] |
63 | 0.26 ms |
"COMMIT"
Parameters:
[] |
64 | 0.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123420
]
|
65 | 0.51 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126654 "2024-11-01 00:00:00" ] |
66 | 0.17 ms |
"START TRANSACTION"
Parameters:
[] |
67 | 0.34 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126654 7 => 27913 ] |
68 | 0.23 ms |
"COMMIT"
Parameters:
[] |
69 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123421
]
|
70 | 0.46 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126655 "2024-11-01 00:00:00" ] |
71 | 0.17 ms |
"START TRANSACTION"
Parameters:
[] |
72 | 0.36 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126655 7 => 27913 ] |
73 | 0.22 ms |
"COMMIT"
Parameters:
[] |
74 | 0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123422
]
|
75 | 0.55 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126656 "2024-11-01 00:00:00" ] |
76 | 0.23 ms |
"START TRANSACTION"
Parameters:
[] |
77 | 0.38 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126656 7 => 27913 ] |
78 | 0.65 ms |
"COMMIT"
Parameters:
[] |
79 | 0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123423
]
|
80 | 0.47 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126681 "2024-11-01 00:00:00" ] |
81 | 5.63 ms |
"START TRANSACTION"
Parameters:
[] |
82 | 1.70 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126681 7 => 27913 ] |
83 | 2.46 ms |
"COMMIT"
Parameters:
[] |
84 | 2.87 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123448
]
|
85 | 4.05 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM club_monthly_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27913 126682 "2024-11-01 00:00:00" ] |
86 | 2.01 ms |
"START TRANSACTION"
Parameters:
[] |
87 | 0.55 ms |
INSERT INTO club_monthly_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126682 7 => 27913 ] |
88 | 0.25 ms |
"COMMIT"
Parameters:
[] |
89 | 0.56 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123449
]
|
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 |
|
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 |
|
App\Entity\Strategy | No errors. |
App\Entity\Team |
|
App\Entity\SeasonPlayer |
|
App\Entity\Game |
|
App\Entity\TrainingAsist | No errors. |
App\Entity\ExerciseCalendar |
|
App\Entity\PlayerJustification | No errors. |
App\Entity\Player |
|
App\Entity\Minutes | No errors. |
App\Entity\KilometersTraveled | No errors. |
App\Entity\ShotsOnGoal | No errors. |
App\Entity\PlayerWeight |
|
App\Entity\GamePlayerStatistics | No errors. |
App\Entity\PlayerSportsInjuries | No errors. |
App\Entity\GameAlignment |
|
App\Entity\ClubMonthlyPayments |
|
App\Entity\TypeSoccer | No errors. |
App\Entity\Tactic | No errors. |
App\Entity\Position | No errors. |
App\Entity\Convocatoria |
|