5.28 ms (26.17%)
|
11 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3 FROM event t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3 FROM event t0 WHERE t0.id = 3;
|
3.27 ms (16.22%)
|
3 |
SELECT t0.id AS id_1, t0.path AS path_2, t0.author AS author_3, t0.created AS created_4, t0.title AS title_5 FROM image t0 INNER JOIN news_image ON t0.id = news_image.image_id WHERE news_image.news_id = ?
SELECT t0.id AS id_1, t0.path AS path_2, t0.author AS author_3, t0.created AS created_4, t0.title AS title_5 FROM image t0 INNER JOIN news_image ON t0.id = news_image.image_id WHERE news_image.news_id = 14;
|
2.82 ms (14.00%)
|
3 |
SELECT t0.id AS id_1, t0.path AS path_2, t0.author AS author_3, t0.created AS created_4, t0.title AS title_5 FROM image t0 INNER JOIN event_image ON t0.id = event_image.image_id WHERE event_image.event_id = ?
SELECT t0.id AS id_1, t0.path AS path_2, t0.author AS author_3, t0.created AS created_4, t0.title AS title_5 FROM image t0 INNER JOIN event_image ON t0.id = event_image.image_id WHERE event_image.event_id = 16;
|
2.20 ms (10.92%)
|
3 |
SELECT t0.id AS id_1, t0.starts AS starts_2, t0.ends AS ends_3, t0.event_id AS event_id_4 FROM calendar t0 WHERE t0.event_id = ?
SELECT t0.id AS id_1, t0.starts AS starts_2, t0.ends AS ends_3, t0.event_id AS event_id_4 FROM calendar t0 WHERE t0.event_id = 16;
|
1.45 ms (7.19%)
|
1 |
SELECT t0.id AS id_1, t0.starts AS starts_2, t0.ends AS ends_3, t0.event_id AS event_id_4 FROM calendar t0
SELECT t0.id AS id_1, t0.starts AS starts_2, t0.ends AS ends_3, t0.event_id AS event_id_4 FROM calendar t0;
|
1.02 ms (5.06%)
|
1 |
INSERT INTO visitor (time, ip, page, latitude, longitude, country_code, country, region, region_name, modifiers) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"2026-09-21 01:21:02"
"216.73.216.169"
"app_home"
39.96118
-82.99879
"US"
"Estados Unidos"
"OH"
"Ohio"
""
]
INSERT INTO visitor (time, ip, page, latitude, longitude, country_code, country, region, region_name, modifiers) VALUES ('2026-09-21 01:21:02', '216.73.216.169', 'app_home', 39.96118, -82.99879, 'US', 'Estados Unidos', 'OH', 'Ohio', '');
|
0.94 ms (4.68%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.bullet AS bullet_3, t0.published AS published_4, t0.place AS place_5, t0.author AS author_6, t0.visits AS visits_7, t0.visible AS visible_8, t0.body AS body_9 FROM news t0 ORDER BY t0.id DESC LIMIT 3
SELECT t0.id AS id_1, t0.title AS title_2, t0.bullet AS bullet_3, t0.published AS published_4, t0.place AS place_5, t0.author AS author_6, t0.visits AS visits_7, t0.visible AS visible_8, t0.body AS body_9 FROM news t0 ORDER BY t0.id DESC LIMIT 3;
|
0.82 ms (4.08%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3 FROM event t0 ORDER BY t0.id DESC LIMIT 3
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3 FROM event t0 ORDER BY t0.id DESC LIMIT 3;
|
0.75 ms (3.74%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.mission AS mission_4, t0.vission AS vission_5, t0.address AS address_6, t0.valors AS valors_7, t0.about_us AS about_us_8, t0.privacy_policy AS privacy_policy_9, t0.legal_advice AS legal_advice_10 FROM brand t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.mission AS mission_4, t0.vission AS vission_5, t0.address AS address_6, t0.valors AS valors_7, t0.about_us AS about_us_8, t0.privacy_policy AS privacy_policy_9, t0.legal_advice AS legal_advice_10 FROM brand t0 WHERE t0.id = 1;
|
0.66 ms (3.27%)
|
1 |
"COMMIT"
|
0.60 ms (2.99%)
|
1 |
SELECT t0.id AS id_1, t0.url AS url_2, t0.logo AS logo_3, t0.name AS name_4, t0.size AS size_5 FROM partner t0
SELECT t0.id AS id_1, t0.url AS url_2, t0.logo AS logo_3, t0.name AS name_4, t0.size AS size_5 FROM partner t0;
|
0.34 ms (1.68%)
|
1 |
"START TRANSACTION"
"START TRANSACTION";
|