| 1 |
0.47 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.summary AS summary_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.gender AS gender_6, t0.birth_date AS birth_date_7, t0.image_path AS image_path_8, t0.rejection_note AS rejection_note_9, t0.view_count AS view_count_10, t0.owner_id AS owner_id_11, t0.province_id AS province_id_12, t0.locality_id AS locality_id_13, t0.animal_type_id AS animal_type_id_14 FROM publication t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.summary AS summary_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.gender AS gender_6, t0.birth_date AS birth_date_7, t0.image_path AS image_path_8, t0.rejection_note AS rejection_note_9, t0.view_count AS view_count_10, t0.owner_id AS owner_id_11, t0.province_id AS province_id_12, t0.locality_id AS locality_id_13, t0.animal_type_id AS animal_type_id_14 FROM publication t0 WHERE t0.id = 3;
|
| 2 |
0.17 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 3 |
0.65 ms |
UPDATE publication SET view_count = ? WHERE id = ?
UPDATE publication SET view_count = 4 WHERE id = 3;
|
| 4 |
0.63 ms |
"COMMIT"
|
| 5 |
0.10 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 6 |
0.41 ms |
INSERT INTO visit_log (path, referer, created_at) VALUES (?, ?, ?)
Parameters: [
"/publicaciones/3"
null
"2025-12-09 22:31:34"
]
INSERT INTO visit_log (path, referer, created_at) VALUES ('/publicaciones/3', NULL, '2025-12-09 22:31:34');
|
| 7 |
0.45 ms |
"COMMIT"
|
| 8 |
0.33 ms |
SELECT h0_.id AS id_0, h0_.chip_label AS chip_label_1, h0_.headline AS headline_2, h0_.lede AS lede_3, h0_.hero_background_path AS hero_background_path_4, h0_.meta_title AS meta_title_5, h0_.meta_description AS meta_description_6, h0_.meta_keywords AS meta_keywords_7, h0_.logo_path AS logo_path_8 FROM homepage_settings h0_ LIMIT 1
SELECT h0_.id AS id_0, h0_.chip_label AS chip_label_1, h0_.headline AS headline_2, h0_.lede AS lede_3, h0_.hero_background_path AS hero_background_path_4, h0_.meta_title AS meta_title_5, h0_.meta_description AS meta_description_6, h0_.meta_keywords AS meta_keywords_7, h0_.logo_path AS logo_path_8 FROM homepage_settings h0_ LIMIT 1;
|
| 9 |
0.36 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.full_name AS full_name_5, t0.phone AS phone_6, t0.city AS city_7, t0.can_publish AS can_publish_8, t0.reset_token AS reset_token_9, t0.reset_requested_at AS reset_requested_at_10, t0.created_at AS created_at_11, t0.province_id AS province_id_12, t0.locality_id AS locality_id_13 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.full_name AS full_name_5, t0.phone AS phone_6, t0.city AS city_7, t0.can_publish AS can_publish_8, t0.reset_token AS reset_token_9, t0.reset_requested_at AS reset_requested_at_10, t0.created_at AS created_at_11, t0.province_id AS province_id_12, t0.locality_id AS locality_id_13 FROM `user` t0 WHERE t0.id = 2;
|