1
1.04 ms
SELECT t0 . id AS id_1 , t0 . ip AS ip_2 , t0 . user_agent AS user_agent_3 , t0 . visited_at AS visited_at_4 , t0 . location AS location_5 , t0 . count AS count_6 , t0 . country AS country_7 , t0 . country_code AS country_code_8 , t0 . region_name AS region_name_9 , t0 . city AS city_10 , t0 . zip_code AS zip_code_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . time_zone AS time_zone_14 , t0 . org AS org_15 , t0 . ass AS ass_16 FROM visitor t0 WHERE t0 . ip = ? ORDER BY t0 . visited_at DESC LIMIT 1
Parameters :
[
"151.21.255.5 "
]
SELECT t0 . id AS id_1 , t0 . ip AS ip_2 , t0 . user_agent AS user_agent_3 , t0 . visited_at AS visited_at_4 , t0 . location AS location_5 , t0 . count AS count_6 , t0 . country AS country_7 , t0 . country_code AS country_code_8 , t0 . region_name AS region_name_9 , t0 . city AS city_10 , t0 . zip_code AS zip_code_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . time_zone AS time_zone_14 , t0 . org AS org_15 , t0 . ass AS ass_16 FROM visitor t0 WHERE t0 . ip = '151.21.255.5' ORDER BY t0 . visited_at DESC LIMIT 1 ;
Copy
2
1.08 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
3
3.26 ms
INSERT INTO visitor (ip , user_agent , visited_at , location , count , country , country_code , region_name , city , zip_code , latitude , longitude , time_zone , org , ass ) VALUES (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
"151.21.255.5 "
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:148.0) Gecko/20100101 Firefox/148.0 "
"2026-03-07 19:25:17 "
"25 "
null
"Italy "
null
"Lombardy "
"Lissone "
"20851 "
45.6135
null
"Europe/Rome "
""
"AS1267 WIND TRE S.P.A. "
]
INSERT INTO visitor (ip , user_agent , visited_at , location , count , country , country_code , region_name , city , zip_code , latitude , longitude , time_zone , org , ass ) VALUES ('151.21.255.5' , 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:148.0) Gecko/20100101 Firefox/148.0' , '2026-03-07 19:25:17' , '25' , NULL , 'Italy' , NULL , 'Lombardy' , 'Lissone' , '20851' , 45.6135 , NULL , 'Europe/Rome' , '' , 'AS1267 WIND TRE S.P.A.' );
Copy
4
2.17 ms
"COMMIT"
5
1.57 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . log_count AS log_count_5 , t0 . firstname AS firstname_6 , t0 . lastname AS lastname_7 , t0 . telephone AS telephone_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . failed_login_attempts AS failed_login_attempts_11 , t0 . blocked_until AS blocked_until_12 , t0 . last_failed_login_ip AS last_failed_login_ip_13 , t0 . last_failed_login_at AS last_failed_login_at_14 , t0 . is_actif AS is_actif_15 , t0 . is_blocked AS is_blocked_16 , t0 . presentation_fr AS presentation_fr_17 , t0 . presentation_en AS presentation_en_18 , t0 . presentation_it AS presentation_it_19 , t0 . adresse AS adresse_20 , t0 . github AS github_21 , t0 . linkedin AS linkedin_22 , t0 . tel_1 AS tel_1_23 , t0 . tel_2 AS tel_2_24 FROM user t0 WHERE t0 . email IS NULL LIMIT 1
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . log_count AS log_count_5 , t0 . firstname AS firstname_6 , t0 . lastname AS lastname_7 , t0 . telephone AS telephone_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . failed_login_attempts AS failed_login_attempts_11 , t0 . blocked_until AS blocked_until_12 , t0 . last_failed_login_ip AS last_failed_login_ip_13 , t0 . last_failed_login_at AS last_failed_login_at_14 , t0 . is_actif AS is_actif_15 , t0 . is_blocked AS is_blocked_16 , t0 . presentation_fr AS presentation_fr_17 , t0 . presentation_en AS presentation_en_18 , t0 . presentation_it AS presentation_it_19 , t0 . adresse AS adresse_20 , t0 . github AS github_21 , t0 . linkedin AS linkedin_22 , t0 . tel_1 AS tel_1_23 , t0 . tel_2 AS tel_2_24 FROM user t0 WHERE t0 . email IS NULL LIMIT 1 ;
Copy
6
1.16 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . log_count AS log_count_5 , t0 . firstname AS firstname_6 , t0 . lastname AS lastname_7 , t0 . telephone AS telephone_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . failed_login_attempts AS failed_login_attempts_11 , t0 . blocked_until AS blocked_until_12 , t0 . last_failed_login_ip AS last_failed_login_ip_13 , t0 . last_failed_login_at AS last_failed_login_at_14 , t0 . is_actif AS is_actif_15 , t0 . is_blocked AS is_blocked_16 , t0 . presentation_fr AS presentation_fr_17 , t0 . presentation_en AS presentation_en_18 , t0 . presentation_it AS presentation_it_19 , t0 . adresse AS adresse_20 , t0 . github AS github_21 , t0 . linkedin AS linkedin_22 , t0 . tel_1 AS tel_1_23 , t0 . tel_2 AS tel_2_24 FROM user t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . log_count AS log_count_5 , t0 . firstname AS firstname_6 , t0 . lastname AS lastname_7 , t0 . telephone AS telephone_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . failed_login_attempts AS failed_login_attempts_11 , t0 . blocked_until AS blocked_until_12 , t0 . last_failed_login_ip AS last_failed_login_ip_13 , t0 . last_failed_login_at AS last_failed_login_at_14 , t0 . is_actif AS is_actif_15 , t0 . is_blocked AS is_blocked_16 , t0 . presentation_fr AS presentation_fr_17 , t0 . presentation_en AS presentation_en_18 , t0 . presentation_it AS presentation_it_19 , t0 . adresse AS adresse_20 , t0 . github AS github_21 , t0 . linkedin AS linkedin_22 , t0 . tel_1 AS tel_1_23 , t0 . tel_2 AS tel_2_24 FROM user t0 WHERE t0 . id = 1 ;
Copy
7
2.02 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description_fr AS description_fr_3 , t0 . description_en AS description_en_4 , t0 . description_it AS description_it_5 , t0 . date AS date_6 , t0 . updated_at AS updated_at_7 , t0 . is_displayed AS is_displayed_8 , t0 . link AS link_9 , t0 . github AS github_10 , t0 . status AS status_11 , t0 . user_id AS user_id_12 FROM project t0 WHERE t0 . user_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description_fr AS description_fr_3 , t0 . description_en AS description_en_4 , t0 . description_it AS description_it_5 , t0 . date AS date_6 , t0 . updated_at AS updated_at_7 , t0 . is_displayed AS is_displayed_8 , t0 . link AS link_9 , t0 . github AS github_10 , t0 . status AS status_11 , t0 . user_id AS user_id_12 FROM project t0 WHERE t0 . user_id = 1 ;
Copy
8
0.97 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 1 ;
Copy
9
0.96 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 2 ;
Copy
10
1.03 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 3 ;
Copy
11
0.78 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 4 ;
Copy
12
0.73 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 5 ;
Copy
13
0.74 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 6 ;
Copy
14
0.85 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 7 ;
Copy
15
0.87 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 8 ;
Copy
16
0.89 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 9 ;
Copy
17
0.88 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 10 ;
Copy
18
0.81 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 11 ;
Copy
19
0.84 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 12 ;
Copy
20
0.78 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 13 ;
Copy
21
0.73 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 14 ;
Copy
22
0.71 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 15 ;
Copy
23
0.83 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 16 ;
Copy
24
0.78 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . project_id AS project_id_3 FROM image t0 WHERE t0 . project_id = 17 ;
Copy
25
2.99 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . name_fr AS name_fr_3 , t0 . name_en AS name_en_4 , t0 . name_it AS name_it_5 , t0 . description_fr AS description_fr_6 , t0 . description_en AS description_en_7 , t0 . description_it AS description_it_8 , t0 . debut AS debut_9 , t0 . fin AS fin_10 , t0 . ecole AS ecole_11 , t0 . is_displayed AS is_displayed_12 , t0 . location AS location_13 , t0 . user_id AS user_id_14 FROM formation t0 WHERE t0 . user_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . name_fr AS name_fr_3 , t0 . name_en AS name_en_4 , t0 . name_it AS name_it_5 , t0 . description_fr AS description_fr_6 , t0 . description_en AS description_en_7 , t0 . description_it AS description_it_8 , t0 . debut AS debut_9 , t0 . fin AS fin_10 , t0 . ecole AS ecole_11 , t0 . is_displayed AS is_displayed_12 , t0 . location AS location_13 , t0 . user_id AS user_id_14 FROM formation t0 WHERE t0 . user_id = 1 ;
Copy
26
0.95 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 22 ;
Copy
27
0.80 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 24 ;
Copy
28
0.82 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 27 ;
Copy
29
0.88 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 28 ;
Copy
30
0.78 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 29 ;
Copy
31
0.74 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 30 ;
Copy
32
0.84 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 31 ;
Copy
33
0.78 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 33 ;
Copy
34
0.71 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 35 ;
Copy
35
0.85 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 36 ;
Copy
36
0.73 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 37 ;
Copy
37
0.76 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 41 ;
Copy
38
0.87 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 42 ;
Copy
39
0.76 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 43 ;
Copy
40
0.71 ms
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . name AS name_3 , t0 . formation_id AS formation_id_4 FROM certificat t0 WHERE t0 . formation_id = 45 ;
Copy
41
0.84 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . rowss AS rowss_3 , t0 . colss AS colss_4 , t0 . author AS author_5 , t0 . image AS image_6 , t0 . title AS title_7 , t0 . user_id AS user_id_8 FROM skyll t0 WHERE t0 . user_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . rowss AS rowss_3 , t0 . colss AS colss_4 , t0 . author AS author_5 , t0 . image AS image_6 , t0 . title AS title_7 , t0 . user_id AS user_id_8 FROM skyll t0 WHERE t0 . user_id = 1 ;
Copy
42
0.95 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description_fr AS description_fr_3 , t0 . description_it AS description_it_4 , t0 . description_en AS description_en_5 , t0 . debut AS debut_6 , t0 . end AS end_7 , t0 . employer AS employer_8 , t0 . adresse AS adresse_9 , t0 . is_display AS is_display_10 , t0 . user_id AS user_id_11 FROM experience t0 WHERE t0 . user_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description_fr AS description_fr_3 , t0 . description_it AS description_it_4 , t0 . description_en AS description_en_5 , t0 . debut AS debut_6 , t0 . end AS end_7 , t0 . employer AS employer_8 , t0 . adresse AS adresse_9 , t0 . is_display AS is_display_10 , t0 . user_id AS user_id_11 FROM experience t0 WHERE t0 . user_id = 1 ;
Copy