78.81 ms (88.13%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.featured_image AS featured_image_3, t0.slug AS slug_4, t0.event_date AS event_date_5, t0.description1 AS description1_6, t0.description2 AS description2_7, t0.description3 AS description3_8, t0.youtube_id AS youtube_id_9, t0.multi_ticket AS multi_ticket_10, t0.limitations AS limitations_11, t0.ticket_limit AS ticket_limit_12, t0.ticket_count AS ticket_count_13, t0.featured_banner AS featured_banner_14, t0.type_id AS type_id_15, t0.location_id AS location_id_16, t0.category_id AS category_id_17 FROM events t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"kurs-biblijny-podroz-przez-ksiegi-rok-b"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.featured_image AS featured_image_3, t0.slug AS slug_4, t0.event_date AS event_date_5, t0.description1 AS description1_6, t0.description2 AS description2_7, t0.description3 AS description3_8, t0.youtube_id AS youtube_id_9, t0.multi_ticket AS multi_ticket_10, t0.limitations AS limitations_11, t0.ticket_limit AS ticket_limit_12, t0.ticket_count AS ticket_count_13, t0.featured_banner AS featured_banner_14, t0.type_id AS type_id_15, t0.location_id AS location_id_16, t0.category_id AS category_id_17 FROM events t0 WHERE t0.slug = 'kurs-biblijny-podroz-przez-ksiegi-rok-b' LIMIT 1;
|
3.79 ms (4.24%)
|
1 |
SELECT t0.id AS id_1, t0.alt AS alt_2, t0.url AS url_3, t0.events_id AS events_id_4, t0.sub_events_id AS sub_events_id_5 FROM event_gallery t0 WHERE t0.events_id = ?
SELECT t0.id AS id_1, t0.alt AS alt_2, t0.url AS url_3, t0.events_id AS events_id_4, t0.sub_events_id AS sub_events_id_5 FROM event_gallery t0 WHERE t0.events_id = 1;
|
1.58 ms (1.77%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.cat_order AS cat_order_4 FROM event_category t0 ORDER BY t0.cat_order ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.cat_order AS cat_order_4 FROM event_category t0 ORDER BY t0.cat_order ASC;
|
1.40 ms (1.57%)
|
5 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.package AS package_3, t0.online AS online_4, t0.sub_event AS sub_event_5 FROM ticket_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.package AS package_3, t0.online AS online_4, t0.sub_event AS sub_event_5 FROM ticket_type t0 WHERE t0.id = 1;
|
1.09 ms (1.22%)
|
2 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.partial AS partial_3 FROM payment_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.partial AS partial_3 FROM payment_type t0 WHERE t0.id = 1;
|
0.88 ms (0.98%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.featured_image AS featured_image_3, t0.slug AS slug_4, t0.event_date AS event_date_5, t0.description1 AS description1_6, t0.description2 AS description2_7, t0.description3 AS description3_8, t0.youtube_id AS youtube_id_9, t0.multi_ticket AS multi_ticket_10, t0.limitations AS limitations_11, t0.ticket_limit AS ticket_limit_12, t0.ticket_count AS ticket_count_13, t0.featured_banner AS featured_banner_14, t0.type_id AS type_id_15, t0.location_id AS location_id_16, t0.category_id AS category_id_17 FROM events t0 ORDER BY t0.event_date DESC LIMIT 5
SELECT t0.id AS id_1, t0.title AS title_2, t0.featured_image AS featured_image_3, t0.slug AS slug_4, t0.event_date AS event_date_5, t0.description1 AS description1_6, t0.description2 AS description2_7, t0.description3 AS description3_8, t0.youtube_id AS youtube_id_9, t0.multi_ticket AS multi_ticket_10, t0.limitations AS limitations_11, t0.ticket_limit AS ticket_limit_12, t0.ticket_count AS ticket_count_13, t0.featured_banner AS featured_banner_14, t0.type_id AS type_id_15, t0.location_id AS location_id_16, t0.category_id AS category_id_17 FROM events t0 ORDER BY t0.event_date DESC LIMIT 5;
|
0.64 ms (0.72%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.featured_image AS featured_image_3, t0.slug AS slug_4, t0.event_date AS event_date_5, t0.event_count AS event_count_6, t0.description AS description_7, t0.description2 AS description2_8, t0.description3 AS description3_9, t0.youtube_id AS youtube_id_10, t0.speaker AS speaker_11, t0.events_id AS events_id_12 FROM sub_events t0 WHERE t0.events_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.featured_image AS featured_image_3, t0.slug AS slug_4, t0.event_date AS event_date_5, t0.event_count AS event_count_6, t0.description AS description_7, t0.description2 AS description2_8, t0.description3 AS description3_9, t0.youtube_id AS youtube_id_10, t0.speaker AS speaker_11, t0.events_id AS events_id_12 FROM sub_events t0 WHERE t0.events_id = 1;
|
0.42 ms (0.47%)
|
1 |
SELECT t0.id AS id_1, t0.price AS price_2, t0.featured_image AS featured_image_3, t0.description AS description_4, t0.meetings AS meetings_5, t0.active AS active_6, t0.partial_amount AS partial_amount_7, t0.type_id AS type_id_8, t0.payment_type_id AS payment_type_id_9, t0.event_id AS event_id_10, t0.sub_event_id AS sub_event_id_11 FROM tickets t0 WHERE t0.event_id = ?
SELECT t0.id AS id_1, t0.price AS price_2, t0.featured_image AS featured_image_3, t0.description AS description_4, t0.meetings AS meetings_5, t0.active AS active_6, t0.partial_amount AS partial_amount_7, t0.type_id AS type_id_8, t0.payment_type_id AS payment_type_id_9, t0.event_id AS event_id_10, t0.sub_event_id AS sub_event_id_11 FROM tickets t0 WHERE t0.event_id = 1;
|
0.41 ms (0.46%)
|
1 |
SELECT t0.id AS id_1, t0.price AS price_2, t0.featured_image AS featured_image_3, t0.description AS description_4, t0.active AS active_5, t0.type_id AS type_id_6, t0.payment_type_id AS payment_type_id_7, t0.event_id AS event_id_8, t0.sub_event_id AS sub_event_id_9 FROM tickets_additional t0 WHERE t0.event_id = ?
SELECT t0.id AS id_1, t0.price AS price_2, t0.featured_image AS featured_image_3, t0.description AS description_4, t0.active AS active_5, t0.type_id AS type_id_6, t0.payment_type_id AS payment_type_id_7, t0.event_id AS event_id_8, t0.sub_event_id AS sub_event_id_9 FROM tickets_additional t0 WHERE t0.event_id = 1;
|
0.41 ms (0.45%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2 FROM event_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2 FROM event_type t0 WHERE t0.id = 1;
|